♻️(frontend) refacto of the grid documents#2534
Open
AntoLC wants to merge 3 commits into
Open
Conversation
Contributor
|
Size Change: +2.4 kB (+0.06%) Total Size: 4.36 MB 📦 View Changed
|
AntoLC
force-pushed
the
refacto/grid-document-v3
branch
2 times, most recently
from
July 23, 2026 12:19
6a15096 to
9abeac1
Compare
We have refactored the document grid feature to fit the new design system and to improve the code quality.
Lot of elements did not have a focus style, or the focus style was not consistent. We now have a global focus style that is applied to all elements that are focusable. The style is still overridable for specific elements, so buttons and other elements still have their own focus style. We will have probably to improve the focus style in the future of some elements, but this is a good start.
AntoLC
force-pushed
the
refacto/grid-document-v3
branch
2 times, most recently
from
July 23, 2026 13:21
bd602c2 to
9de768e
Compare
We can now sort the documents list by clicking on the column name. The sorting is done in ascending or descending order.
AntoLC
force-pushed
the
refacto/grid-document-v3
branch
from
July 23, 2026 14:05
9de768e to
f3c05a8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
We have refactored the document grid feature to fit the new design system and to improve the code quality.
Ref #2364