Skip to content

Commit

Permalink
Updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed Dec 18, 2024
1 parent fc1356e commit 9751d54
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/ui-library
Submodule ui-library updated 28 files
+6 −6 public/globals.js
+8 −0 src/components/Button/Button.stories.js
+5 −5 src/components/Button/Button.vue
+10 −13 src/components/Container/Page.vue
+12 −1 src/components/DropdownActions/DropdownActions.vue
+18 −1 src/components/Table/Table.vue
+2 −14 src/components/Table/TableBody.vue
+1 −0 src/components/Table/TableCellSelect.vue
+3 −5 src/components/Table/TableRow.vue
+26 −0 src/composables/useCurrentUser.js
+2 −2 src/composables/useSubmission.js
+10 −13 src/managers/FileManager/FileManager.vue
+1 −1 src/managers/FileManager/FileManagerTableRow.vue
+13 −7 src/managers/FileManager/fileManagerStore.js
+8 −4 src/managers/FileManager/useFileManagerActions.js
+18 −19 src/managers/FileManager/useFileManagerConfig.js
+1 −4 src/managers/ParticipantManager/participantManagerStore.js
+6 −4 src/pages/dashboard/DashboardPage.vue
+41 −0 src/pages/dashboard/components/DashboardBulkActions.vue
+5 −13 src/pages/dashboard/components/DashboardBulkDeleteButton.vue
+8 −3 src/pages/dashboard/components/DashboardTable/DashboardTable.vue
+43 −26 src/pages/dashboard/composables/useDashboardBulkDelete.js
+8 −6 src/pages/dashboard/dashboardPageStore.js
+11 −3 src/pages/workflow/components/primary/WorkflowNotificationDisplay.vue
+1 −1 src/pages/workflow/composables/useWorkflowConfig/workflowConfigAuthorOJS.js
+2 −2 src/pages/workflow/composables/useWorkflowConfig/workflowConfigAuthorOMP.js
+3 −2 src/pages/workflow/composables/useWorkflowConfig/workflowConfigEditorialOJS.js
+1 −1 src/pages/workflow/composables/useWorkflowConfig/workflowConfigEditorialOPS.js
2 changes: 1 addition & 1 deletion plugins/blocks/makeSubmission
Submodule makeSubmission updated 0 files
2 changes: 1 addition & 1 deletion plugins/generic/citationStyleLanguage
2 changes: 1 addition & 1 deletion plugins/generic/customBlockManager
Submodule customBlockManager updated 0 files
2 changes: 1 addition & 1 deletion plugins/generic/googleAnalytics
Submodule googleAnalytics updated 0 files
2 changes: 1 addition & 1 deletion plugins/generic/staticPages
Submodule staticPages updated 0 files
2 changes: 1 addition & 1 deletion plugins/generic/tinymce
Submodule tinymce updated 1 files
+2 −3 TinyMCEPlugin.php
2 changes: 1 addition & 1 deletion plugins/generic/webFeed
Submodule webFeed updated 0 files
2 changes: 1 addition & 1 deletion plugins/reports/reviewReport
Submodule reviewReport updated 0 files

0 comments on commit 9751d54

Please sign in to comment.