Skip to content
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

Add about dialog #321

Merged
merged 28 commits into from
Dec 8, 2023
Merged

Add about dialog #321

merged 28 commits into from
Dec 8, 2023

Conversation

Tristan-WorkGH
Copy link
Contributor

No description provided.

@Tristan-WorkGH Tristan-WorkGH self-assigned this Nov 30, 2023
@EstherDarkish EstherDarkish self-requested a review November 30, 2023 08:20
@souissimai souissimai self-requested a review November 30, 2023 08:23
package.json Outdated Show resolved Hide resolved
src/components/TopBar/AboutDialog.d.ts Outdated Show resolved Hide resolved
src/components/TopBar/AboutDialog.js Outdated Show resolved Hide resolved
src/components/TopBar/AboutDialog.js Outdated Show resolved Hide resolved
src/components/TopBar/AboutDialog.js Outdated Show resolved Hide resolved
src/components/TopBar/AboutDialog.js Outdated Show resolved Hide resolved
src/components/TopBar/AboutDialog.js Outdated Show resolved Hide resolved
src/components/translations/top-bar-fr.js Outdated Show resolved Hide resolved
Copy link
Contributor

@flomillot flomillot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you replace "components" by "modules" in the code also to be coherent ?

src/components/TopBar/AboutDialog.js Outdated Show resolved Hide resolved
src/components/TopBar/AboutDialog.js Outdated Show resolved Hide resolved
src/components/translations/top-bar-fr.js Outdated Show resolved Hide resolved
content: "'\\A'",
whiteSpace: 'pre',
},
'&:first-child': {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a console warning :
The pseudo class ":first-child" is potentially unsafe when doing server-side rendering. Try changing it to ":first-of-type".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SSR will never append as we compile the application as static files and are send to the use navigator.

BOUTIER Charly added 2 commits December 6, 2023 14:29
Signed-off-by: BOUTIER Charly <[email protected]>
Signed-off-by: BOUTIER Charly <[email protected]>
Copy link
Contributor

@EstherDarkish EstherDarkish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me

also add more items in demo
@Tristan-WorkGH Tristan-WorkGH requested review from flomillot and removed request for souissimai December 7, 2023 19:01
src/components/TopBar/AboutDialog.js Outdated Show resolved Hide resolved
demo/src/app.js Show resolved Hide resolved
src/components/TopBar/AboutDialog.js Outdated Show resolved Hide resolved
src/components/TopBar/AboutDialog.js Show resolved Hide resolved
src/components/TopBar/AboutDialog.js Show resolved Hide resolved
@Tristan-WorkGH Tristan-WorkGH merged commit f15544a into main Dec 8, 2023
@Tristan-WorkGH Tristan-WorkGH deleted the add_about_dialog branch December 8, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants