-
Notifications
You must be signed in to change notification settings - Fork 456
💄(frontend) fine tuning emoji picker #1557
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
Conversation
|
Size Change: +175 B (0%) Total Size: 3.68 MB
|
e729d45 to
bdf3182
Compare
c16f151 to
a0a500a
Compare
30dbda1 to
9bd61e7
Compare
- Add "Add Emoji" button to doc options menu - Remove default emoji when none selected - Improve doc options styling
With time some visual inconsistencies have crept into the DropButton and Icon component. This commit aims to harmonize the appearance with the design system.
When receiving a 401 error, we should set the auth query data to null, not to an object with user: null and authenticated: false. This ensures that components relying on the auth state can correctly interpret the unauthenticated status.
9bd61e7 to
49cccb1
Compare
We simplify the way we handle different doc states (deleted / readonly) in the CSS, we avoid props drilling and are more component focused.
49cccb1 to
e5581e5
Compare
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.
Yes this feature is available only for subdocuments, here the spec: https://docs.numerique.gouv.fr/docs/e94f4eb4-7a4b-4502-9865-ce057413fa92/. For the delay, it is updated from requests (update title / select), depend your network or memory you get a latence I guess. |
Perfect, Thanks for all details |
Ovgodd
left a comment
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.
Gg !


Purpose
Integrate the review of @rl-83 about the emoji picker feature.
Proposal
Demo