-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkp/pkp-lib#9744 Migrate older Tables to newer Table API (#389)
* pkp/pkp-lib#9744 Migrate old tables to use new table api (TableNext) * pkp/pkp-lib#9744 Copy table data mocks to TableNext component dir * pkp/pkp-lib#9744 Use correct event handler when sorting table for StatsPage stories file * pkp/pkp-lib#9744 Add missing classes for new table component * pkp/pkp-lib#9744 Re-add missing tooltip in StatsPage story * pkp/pkp-lib#9744 Add top-controls and bottom-controls to new table component * pkp/pkp-lib#9744 Add vue templates for Jobs, FailedJobs and FailedJobDetails pages * pkp/pkp-lib#9744 Add accessible attributes to DOI tables * pkp/pkp-lib#9744 Add class attr to Table component * pkp/pkp-lib#9744 Add slot for no-content for TableBody component * pkp/pkp-lib#9744 Remove added pkpTable classes for TableRow and TableCell components * pkp/pkp-lib#9744 Replace aria-label with labelled-by in StatsPage stories * pkp/pkp-lib#9744 Remove unused FailedJobDetailsPage container and component imports * pkp/pkp-lib#9744 Code cleanup on the table component and stats-page stories file * pkp/pkp-lib#9744 Remove setting tableClasses in Stats pages * pkp/pkp-lib#9744 Fix eslint problems * pkp/pkp-lib#9744 Rename JobsPage container to JobsPageBase * pkp/pkp-lib#9744 Move JobsPageBase to /pages/jobs dir * pkp/pkp-lib#9744 Update how no-content slot is rendered in TableBody component
- Loading branch information
1 parent
6dedc2b
commit b978d50
Showing
17 changed files
with
1,482 additions
and
230 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.