-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/dot 354 design and implement offline component #826
base: main
Are you sure you want to change the base?
Feature/dot 354 design and implement offline component #826
Conversation
… of https://github.com/dotkom/monoweb into feature/dot-354-design-and-implement-offline-component
…n-and-implement-offline-component
…/dot-354-design-and-implement-offline-component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that as a reviewer I should not have to write any code, could you please either add the component somewhere it is used, or make it available to see somewhere else?
For example: this could be moved to the ui-package so that it is shown in ladle (localhost:61000), and it should ideally have some data-fixtures available to check it working
@junlarsen probably has better control of where to place this
Also: this branch should be updated with latest main, ideally with a rebase
Add an offline component for monoweb's homepage.
Closes: #...
Checklist
Changelog
How to test
Place component a convenient place in monoweb and use an array of links to images as parameters. Pass this as both "images" and "pdfs". Component will use an array of links to the frontpage as images and an array of links to the pdfs in the future, when these are possible to access.