feat(ui): add new themed table component - #456
Open
yannisbarlas wants to merge 53 commits into
Open
Conversation
yannisbarlas
marked this pull request as ready for review
August 27, 2026 11:57
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.
Related to #411.
Replaces the tables in the dashboard, as well as the table in
/admin/manuscriptswith a fresh ui thatSome notes:
submit chevroncolumn for table configs that added a small chevron arrow that took the user to the manuscript submission page. This was not used by any deployment and has been deleted.titleAndAbstractconfig option instead ofsubmission.$title. Now they are independent. If there is an import source, the icon will be displayed. If there is a link in the title data, it will wrap the title in a link. usingtitleAndAbstract will add a clickable info icon that will reveal a preview of the abstract, like it did before.submission.$titleandtitleAndAbstract` will behave the same otherwise.Other notes that do not relate to tables:
analyzeinpackage.json's scripts.vitestworker will use a separate db) that drops the time it takes for the current tests from 80s to 30s.