Anthony LC
fafffd2391
✨ (app-desk) add interaction to sort button
...
In the team panel, we have the possibility to sort the teams.
This commit adds the interaction to the button.
2024-02-15 09:56:07 +01:00
Anthony LC
4f0465fd32
✨ (app-desk) integrate teams panel design
...
- Integrate teams panel design based from the mockup.
- List teams from the API.
2024-02-15 09:56:07 +01:00
Anthony LC
fc6487ddc1
🚚 (app-desk) integrate next router with menu
...
Integrate next router with the menu.
Create most of the pages.
2024-02-05 16:08:22 +01:00
Anthony LC
66dbea3c6d
✨ (app-desk) integrate static menu in the app
...
Integrate the menu from the mockup in the app.
2024-02-05 16:08:22 +01:00
Anthony LC
32e42e126d
🌐 (app-desk) translate Desk in french
...
Translate app Desk in french thanks to crowdin.
2024-02-05 15:34:37 +01:00
Anthony LC
8043d12315
🚨 (i18n) add linter to i18n package
...
We need to add a linter to the i18n package, we are mainly
interested by the jest linting rules so we create
a jest eslint config pluggable our other configs and to the
i18n eslint config.
2024-02-05 15:34:37 +01:00
Anthony LC
7add42f525
🌐 (app-desk) plug i18n to LanguagePicker
...
- Plug i18n to LanguagePicker.
- Make translatable all the string of the app.
2024-02-05 15:34:37 +01:00
Anthony LC
01b7ad3f30
🌐 (app-desk) install internationalization
...
Install internationalization in the Desk app.
We use react-i18next.
2024-02-05 15:34:37 +01:00
Anthony LC
c2c6ae88db
🚨 (frontend) create package eslint-config-people
...
We want to lint the e2e tests, we export the eslint config from the
app desk to a package in order to use it for the e2e tests and
for our apps.
2024-01-24 16:14:03 +01:00
Anthony LC
38997fef6a
✨ (app-desk) design static LanguagePicker
...
Design static LanguagePicker, we will add the interactivity later.
2024-01-24 16:14:03 +01:00
Anthony LC
5062cac623
✨ (app-desk) design static Header
...
Design static Header, we will add the interactivity later.
2024-01-24 16:14:03 +01:00
Anthony LC
5f280ae3fc
✅ (app-desk) e2e test app-desk
...
Tests:
- login to keycloak
- create new teams
- check teams are displayed
2024-01-23 12:59:15 +01:00