-
Notifications
You must be signed in to change notification settings - Fork 0
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
GSLUX-659: Display attributions #87
Conversation
GitHub Pages links: * Luxembourg-geoportail: https://geoportail-luxembourg.github.io/luxembourg-geoportail/GSLUX-659-attributions/ |
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.
Thanks, @AlitaBernachot! Works as expected, just left a comment regarding CSS organization. An e2e test could also be nice, but not mandatory. I'll let you decide.
src/assets/main.css
Outdated
@@ -281,6 +285,14 @@ | |||
.lux-time-datepicker { | |||
@apply border-[#767676] border-[1px] pl-1; | |||
} | |||
|
|||
.lux-attribution { |
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.
If lux-attribution
is only used once, can't we achieve the same with tailwind classes within the 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 prefer having all my styles in a css file, but ok, moved to component template if you think it is better like this 🙂
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.
Thanks, I'm just worried, we'll and up with a very long CSS file like in the legacy, making styles less readable.
774b899
to
1dfaf24
Compare
Thx for the review! I have added some e2e testing. |
1dfaf24
to
aba868b
Compare
JIRA issue
https://jira.camptocamp.com/browse/GSLUX-659
Description