-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate older Tables to newer Table API #9744
Labels
Accessibility
Any issue that impacts assistive technology or users with visual or physical impairments.
Housekeeping:1:Todo
Any dependency management or refactor that would be nice to have some day.
UI/UX
Issues affecting the user interface/user experience
Milestone
Comments
jardakotesovec
added
Housekeeping:1:Todo
Any dependency management or refactor that would be nice to have some day.
Accessibility
Any issue that impacts assistive technology or users with visual or physical impairments.
UI/UX
Issues affecting the user interface/user experience
labels
Feb 19, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Jul 26, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Jul 26, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Jul 26, 2024
…tsPage stories file
blesildaramirez
added a commit
to blesildaramirez/pkp-lib
that referenced
this issue
Jul 26, 2024
blesildaramirez
added a commit
to blesildaramirez/pkp-lib
that referenced
this issue
Jul 26, 2024
blesildaramirez
added a commit
to blesildaramirez/ojs
that referenced
this issue
Jul 26, 2024
blesildaramirez
added a commit
to blesildaramirez/ojs
that referenced
this issue
Jul 26, 2024
blesildaramirez
added a commit
to blesildaramirez/omp
that referenced
this issue
Jul 26, 2024
blesildaramirez
added a commit
to blesildaramirez/ops
that referenced
this issue
Jul 26, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Jul 29, 2024
blesildaramirez
added a commit
to blesildaramirez/ojs
that referenced
this issue
Jul 29, 2024
blesildaramirez
added a commit
to blesildaramirez/pkp-lib
that referenced
this issue
Jul 29, 2024
blesildaramirez
added a commit
to blesildaramirez/ojs
that referenced
this issue
Jul 29, 2024
blesildaramirez
added a commit
to blesildaramirez/omp
that referenced
this issue
Jul 29, 2024
blesildaramirez
added a commit
to blesildaramirez/ops
that referenced
this issue
Jul 29, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Aug 29, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Aug 29, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Aug 29, 2024
…tsPage stories file
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Aug 29, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Aug 29, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Aug 29, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Aug 30, 2024
blesildaramirez
added a commit
to blesildaramirez/pkp-lib
that referenced
this issue
Aug 30, 2024
blesildaramirez
added a commit
to blesildaramirez/omp
that referenced
this issue
Sep 4, 2024
blesildaramirez
added a commit
to blesildaramirez/ops
that referenced
this issue
Sep 4, 2024
blesildaramirez
added a commit
to pkp/ui-library
that referenced
this issue
Sep 5, 2024
* 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
blesildaramirez
added a commit
that referenced
this issue
Sep 5, 2024
* #9744 Register components from new table api: TableNext * #9744 Migrate old tables to use new table api (TableNext) * #9744 Update cypress test when checking cell in failed jobs table * #9744 Migrate jobs, failed jobs and failed-jobs-page from smarty to vue templates * #9744 Add labelled-by attribute when using PkpTable for stats pages * #9744 Use no-content slot when showing no items for Table component - stats pages * #9744 Fix issue with Editorial stats table column width * #9744 Update cypress test for checking the author cell on the publication stats table * #9744 Code cleanup on stats/editorial template * #9744 Remove tableClass -isLoading (setting opacity) when table is loading * #9744 Add Pkp prefix when registering table components * #9744 Rename table component used on stats template files * #9744 Remove table-row and table-cell when passing slot to TableBody component * #9744 Remove class added for stats editorial template
blesildaramirez
added a commit
to pkp/ojs
that referenced
this issue
Sep 5, 2024
* pkp/pkp-lib#9744 Migrate stats issues table to use new table component * pkp/pkp-lib#9744 Inject new pages for jobs, failed jobs and failed job details pages * pkp/pkp-lib#9744 Update issues.tpl to add labelled-by and no-content slot for Table component * pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744## * pkp/pkp-lib#9744 Remove registration of pages components as they are imported by parent component - Page.vue * pkp/pkp-lib#9744 Update table component names in issues template * pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744## * pkp/pkp-lib#9744 Rename use of table components from stats issues template file * pkp/pkp-lib#9744 Remove table-row and table-cell when passing slot to TableBody component * pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744##
blesildaramirez
added a commit
to pkp/omp
that referenced
this issue
Sep 5, 2024
* pkp/pkp-lib#9744 Update import of JobsPage, FailedJobsPage and FailedJobDetailsPage components * pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744## * pkp/pkp-lib#9744 Remove registration of pages components as they are imported by parent component - Page.vue * pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744## * pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744##
blesildaramirez
added a commit
to pkp/ops
that referenced
this issue
Sep 5, 2024
* pkp/pkp-lib#9744 Update imports for JobsPage, FailedJobsPage, FailedJobDetailsPage components * pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744## * pkp/pkp-lib#9744 Remove registration of pages components as they are imported by parent component - Page.vue * pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744## * pkp/pkp-lib#9744 Submodule update ##blesildaramirez/i9744##
blesildaramirez
added a commit
to blesildaramirez/pkp-lib
that referenced
this issue
Sep 5, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Sep 5, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Sep 5, 2024
blesildaramirez
added a commit
to blesildaramirez/ojs
that referenced
this issue
Sep 5, 2024
blesildaramirez
added a commit
to blesildaramirez/omp
that referenced
this issue
Sep 5, 2024
blesildaramirez
added a commit
to blesildaramirez/omp
that referenced
this issue
Sep 5, 2024
blesildaramirez
added a commit
to blesildaramirez/ops
that referenced
this issue
Sep 5, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Sep 9, 2024
…ssigned in the table
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Sep 9, 2024
blesildaramirez
added a commit
to blesildaramirez/pkp-lib
that referenced
this issue
Sep 10, 2024
blesildaramirez
added a commit
to blesildaramirez/pkp-lib
that referenced
this issue
Sep 10, 2024
blesildaramirez
added a commit
to blesildaramirez/pkp-lib
that referenced
this issue
Sep 10, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Sep 10, 2024
… the new table component
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Sep 10, 2024
blesildaramirez
added a commit
to blesildaramirez/ui-library
that referenced
this issue
Sep 10, 2024
blesildaramirez
added a commit
to blesildaramirez/ojs
that referenced
this issue
Sep 10, 2024
blesildaramirez
added a commit
to blesildaramirez/omp
that referenced
this issue
Sep 10, 2024
blesildaramirez
added a commit
to blesildaramirez/ops
that referenced
this issue
Sep 10, 2024
blesildaramirez
added a commit
to pkp/ui-library
that referenced
this issue
Sep 12, 2024
…ate native tables with class "pkpTable" (#407) * pkp/pkp-lib#9744 Delete old Table component * pkp/pkp-lib#9744 Rename TableNext component to Table * pkp/pkp-lib#9744 Change how aria-labelledby and aria-describedby is assigned in the table * pkp/pkp-lib#9744 Update documentation for Table component * pkp/pkp-lib#9744 Migrate native tables that use class pkpTable to use the new table component * pkp/pkp-lib#9744 Update logic of noContent in TableBody component * pkp/pkp-lib#9744 Remove unused classes related to table component
Raised a separate issue to address one more table to be migrated to use new table component: #10443 [URNPubIdPlugin] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Accessibility
Any issue that impacts assistive technology or users with visual or physical impairments.
Housekeeping:1:Todo
Any dependency management or refactor that would be nice to have some day.
UI/UX
Issues affecting the user interface/user experience
Describe the issue
With new submissions listing it was necessary to introduce new Table component with more flexible API. New table is now covered in storybook. But there is couple of use cases using previous Table component.
Solution
Refactor older tables to use new API, should be relatively straightforward.
Pull requests:
pkp-lib/main: #10255 (merged)
ui-library/main: pkp/ui-library#389 (merged)
ojs/main: pkp/ojs#4378 (merged)
omp/main: pkp/omp#1656 (merged)
ops/main: pkp/ops#737 (merged)
Cleanup PRs:
pkp-lib/main: #10369 (merged)
ui-library/main: pkp/ui-library#407 (merged)
ojs/main: pkp/ojs#4427 (submodule updates only, closed)
omp/main: pkp/omp#1691 (submodule updates only, closed)
ops/main: pkp/ops#764 (submodule updates only, closed)
The text was updated successfully, but these errors were encountered: