Cyril
18f4ab880f
✨ (frontend) update labels and shared document icon accessibility
...
remove aria-labels from decorative icons and add sr-only text to shared doc icon
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-10-02 13:24:47 +02:00
Cyril
e71c45077d
✨ (frontend) checked checkboxes: removing strikethrough
...
removing strikethrough
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-10-01 11:41:18 +02:00
Cyril
14c84f000e
✨ (frontend) add h1 for SR on 40X pages and remove alt texts
...
improves screen reader support on error pages by clarifying structure
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-30 08:57:30 +02:00
Cyril
6cc42636e5
✨ (frontend) convert to figure/figcaption structure if caption exists
...
ensure html structure by using figure/figcaption when captions are present
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-29 10:42:56 +02:00
Anthony LC
cc4bed6f8e
♻️ (frontend) add upload loader block
...
The way we were handling the antivirus upload loader
was not optimal, it didn't work well with the pdf
embed block. We created a dedicated upload loader
block, it will replace the previous implementation,
it is more Blocknote idiomatic and will work
better with any type of upload files.
2025-09-26 17:15:22 +02:00
dakshesh14
d8f90c04bd
✨ (frontend) add pdf blocks to the editor
...
Added pdf block in the editor.
Signed-off-by: dakshesh14 <65905942+dakshesh14@users.noreply.github.com >
2025-09-26 17:15:22 +02:00
Cyril
1fdf70bdcf
✨ (frontend) remove redundant aria-label on hidden icons and update tests
...
remove aria-label from aria-hidden icons and update tests with data-testid
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-24 13:19:08 +02:00
Cyril
8ab21ef00d
✨ (frontend) improve semantic structure and aria roles of leftpanel
...
use nav and appropriate aria attributes to enhance accessibility
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-24 12:19:47 +02:00
Cyril
f337a2a8f2
✨ (frontend) add default background to left panel for better a11y
...
defined a default background color to prevent issues with user stylesheets
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-24 11:40:49 +02:00
Cyril
3607faa475
✨ (frontend) remove redundant aria-label to avoid over-accessibility
...
aria-label was removed because the visible span already provides the text
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-23 11:26:28 +02:00
Manuel Raynaud
0ea7dd727f
🔒 ️(frontend) update alpine packages in production image ( #1425 )
...
Force an update of installed package in the image used for the frontend
in production.
2025-09-23 09:21:01 +00:00
Anthony LC
6aca40a034
⬆️ (dependencies) Bump vite from 7.1.0 to 7.1.5
...
Bumps vite from 7.1.0 to 7.1.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md
- https://github.com/vitejs/vite/commits/v7.1.5/packages/vite
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-22 15:56:23 +02:00
Cyril
ee3b05cb55
✨ (frontend) improve NVDA navigation in DocShareModal
...
fix NVDA focus and announcement issues in search modal combobox
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-22 14:53:34 +02:00
Anthony LC
c23ff546d8
🐛 (frontend) scroll back to top when navigate to a document
...
When navigating to a new document, the scroll
position was preserved. This commit changes this
behavior to scroll back to the top of
the page when navigating to a new document.
2025-09-22 10:52:34 +02:00
Anthony LC
a751f1255a
♻️ (frontend) replace Arial font-family with token font
...
In some components, the Arial font was still used
because of a centering problem.
We removed all instances of Arial and replaced them
with the current font token, the centering problems
were fixed by adding "contain: content;" to the css.
2025-09-22 10:09:15 +02:00
Anthony LC
8ee50631f3
🍱 (frontend) replace Marianne font
...
Some improvements has been made to the Marianne
fonts. We replace the previous one with the
newer version.
2025-09-22 10:09:14 +02:00
Cyril
e5e5fba0b3
✨ (frontend) hide decorative icons from assistive tech with aria-hidden
...
improves accessibility by reducing screen reader noise from icon elements
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-22 08:31:51 +02:00
Cyril
0894bcdca5
✨ (docs) add title metadata to exported docx/pdf for accessibility
...
ensures document title is preserved in exports to meet accessibility needs
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-18 14:55:02 +02:00
Anthony LC
75da342058
🏷️ (frontend) adapt types to link-configuration endpoint
...
The link-configuration endpoint has now a strict
validation schema about the combination of
link_reach and link_role.
We need to adapt our types
frontend side to reflect that.
2025-09-18 13:16:37 +02:00
Anthony LC
e4aa85be83
✅ (e2e) fix flakiness
...
Some tests were getting very flaky due to previous
tests updates. This should fix it.
2025-09-18 11:28:20 +02:00
Anthony LC
2dc1e07b42
⚗️ (service-worker) remove index from cache first strategy
...
Some users reported that the app was giving a
blank page, it seems to happens often after a
release. It could be due to the fact that
the service worker is caching the index.html
file and not updating it properly after a new release.
We remove the index from the cache first strategy
to avoid this kind of issue. We set as well
the default handler with the "StaleWhileRevalidate"
strategy to force the cache to be updated in
the background.
2025-09-18 10:40:47 +02:00
Anthony LC
fbdeb90113
🛂 (frontend) invalidate doc query when lost connection
...
When the provider reports a lost connection,
we invalidate the doc query to refetch the document
data.
This ensures that if a user has lost is rights
to access a document, he will be redirected
to a 403 page without needing to refresh the page.
2025-09-17 17:45:26 +02:00
Anthony LC
b773f09792
🥅 (frontend) improve meta 401 page
...
Add better meta for the 401 page.
2025-09-17 17:45:26 +02:00
Anthony LC
d8c9283dd1
🐛 (frontend) fix 404 page when reload 403 page
...
When users were reloading a 403 page, they were
redirected to the 404 page because of Nextjs
routing mechanism. This commit fixes this issue by
removing the 403 page from the pages directory
and creating a component that is used directly
in the layout when a 403 error is detected.
2025-09-17 17:45:26 +02:00
Cyril
1e39d17914
✨ (frontend) improve accessibility by adding landmark roles to layout
...
landmark roles help assistive tech users navigate quickly across the page
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-17 08:24:21 +02:00
Anthony LC
ecd2f97cf5
🐛 (frontend) fix legacy role computation
...
Before the subpages feature, the user_role was
computed thanks to the abilities.
This is not the correct way to do it anymore,
the abilities are now different.
We now have "user_role" in the doc response
which is the correct way to get the user role
for the current document.
2025-09-16 17:23:26 +02:00
Anthony LC
90624e83f5
🩹 (demo) update the email in realm.json
...
We updated the email addresses for the demo users
but forgot to change them in the realm.json file.
This commit fixes that oversight.
2025-09-16 17:23:26 +02:00
Cyril
5fc002658c
✨ (frontend) add pdf outline property to enable bookmarks display
...
allows pdf viewers like adobe reader to display bookmarks in the sidebar
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-16 14:29:53 +02:00
Cyril
dfd5dc1545
✨ (frontend) document visible in list are now openable via enter key
...
the document now appears in the list and can be opened using the enter key
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-16 12:51:23 +02:00
Cyril
69e7235f75
✨ (frontend) refine focus outline with shadow for visual consistency
...
aligns focus state with app style by adding background shadow to outline
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-16 10:56:34 +02:00
Cyril
942c90c29f
✨ (frontend) enable enter key to open documents and subdocuments
...
added keyboard support to open docs and subdocs using the enter key
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-16 10:26:49 +02:00
Fabre Florian
0dd6818e91
✨ (frontend) Adapt e2e test utils to the Keycloak 26.3 login page
...
Fix the keyCloakSignIn() function for the new login page.
Signed-off-by: Fabre Florian <ffabre@hybird.org >
2025-09-15 11:19:42 +02:00
Anthony LC
b893a29138
🔖 (minor) release 3.7.0
...
Added:
- ✨ (api) add API route to fetch document content
Changed:
- 🔒 ️(backend) configure throttle on every viewsets
- ⬆️ Bump eslint to V9
- ♿ (frontend) improve accessibility:
- ♿ fix major accessibility issues reported
by wave and axe
- ✨ unify tab focus style for better visual consistency
- ✨ improve modal a11y: structure, labels, and title
- ✨ improve accessibility of cdoc content with
correct aria tags
- ✨ unify tab focus style for better visual consistency
- ♿ hide decorative icons, label menus, avoid
accessible name
- ♻️ (tilt) use helm dev-backend chart
Removed:
- 🔥 (frontend) remove multi column drop cursor
Fixed:
- 🐛 (frontend) fix callout emoji list
2025-09-12 14:21:13 +02:00
Anthony LC
a812580d6c
♻️ (frontend) add categories on top of the EmojiPicker
...
In a recent fix we had to remove the categories
from the EmojiPicker component due to a bug in the
underlying library. This commit reintroduces the
categories feature, placing them at the top of the
picker for improved user experience. The
categories help users quickly find emojis
by grouping them into relevant sections.
We set the default color as well to ensure
consistency across the emoji picker.
2025-09-12 14:21:13 +02:00
AntoLC
1062e38c92
🌐 (i18n) update translated strings
...
Update translated files with new translations
2025-09-12 12:11:02 +02:00
renovate[bot]
62e122b05f
⬆️ (dependencies) update js dependencies
2025-09-12 11:33:17 +02:00
Anthony LC
32bc2890e0
📌 (dependencies) pin wrap-ansi to 9.0.2
...
By security we pin wrap-ansi to 9.0.2,
the 9.0.1 version being infected.
2025-09-12 10:32:40 +02:00
Anthony LC
3c3686dc7e
🔧 (frontend) add meta information to package.json files
...
- Add missing repository, author, and license fields
- Add recommended packageManager
2025-09-12 10:20:01 +02:00
Anthony LC
ab90611c36
🔥 (frontend) remove multi column drop cursor
...
The drop cursor for multi column was causing
issues with the editor's usability.
This commit removes the custom drop cursor
implementation to enhance user experience.
2025-09-11 16:11:48 +02:00
Cyril
f9c08cf5ec
Revert " ✨ (frontend) add document visible in list and openable via enter key"
...
This reverts commit b619850b1420421f09f56aa8644a93e0fa698682.
2025-09-11 13:43:36 +02:00
Cyril
2155c2ff1f
✨ (frontend) add document visible in list and openable via enter key
...
the document now appears in the list and can be opened using the enter key
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-11 13:43:35 +02:00
Cyril
ef08ba3a00
✨ (frontend) hide decorative icons, label menus, avoid name duplicates
...
improves a11y by hiding decorative icons, labeling menus and deduping names
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-11 13:43:20 +02:00
Anthony LC
7a903041f8
🐛 (frontend) fix callout emoji list
...
Removing explicit categories prop from
EmojiPicker to let emoji-mart manage categories
and avoid mismatch causing runtime error with
locales.
2025-09-11 11:54:52 +02:00
Anthony LC
4f2e07f949
🛂 (frontend) limit input search to 254 characters
...
254 characters should be sufficient for most
of our usecases.
Limit input search to 254 characters to prevent
errors caused by overly long email addresses.
2025-09-10 16:11:16 +02:00
Anthony LC
8c1e95c587
✅ (demo) change email from user to user.test in demo
...
When we create a new user in the demo environment,
the email address will now follow the format
user.test@example.com instead of user@example.com .
"user" was only 4 characters long, it created failing
tests in the e2e suite.
2025-09-10 16:11:16 +02:00
Cyril
cd84751cb9
✨ (frontend) fix major accessibility issues found by wave and axe
...
improves a11y by fixing multiple critical validation errors
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-10 10:26:47 +02:00
Anthony LC
1d20a8b0a7
💄 (frontend) remove margin from modal title
...
Recent improvement changes the modal title with
a h1 tag, h1 tag adds margin by default.
We remove the margin from the h1 tag to stick to
the design system.
2025-09-10 09:35:54 +02:00
Cyril
8a310d004b
✨ (frontend) improve modal a11y: structure, labels, and title
...
added aria-label, structured text in p, and added title for better accessibility
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-10 08:10:35 +02:00
Cyril
9f9fae96e5
✨ (frontend) unify tab focus style for better visual consistency
...
standardizes keyboard focus appearance to improve UI coherence
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-09 18:37:28 +02:00
Cyril
9cb2b6a6fb
✨ (frontend) improve accessibility of cdoc content with correct aria tags
...
added appropriate aria attributes and semantic tags to enhance accessibility
Signed-off-by: Cyril <c.gromoff@gmail.com >
2025-09-09 15:25:38 +02:00