[FEATURE] Dashboard for TYPO3
A dashboard is introduced into TYPO3 to show the most important information to the current logged in user. Every user with access to this backend module can now have one or more personal dashboards. Each dashboard can contain several widgets. Which widgets and in which order the widgets are shown is up to the users themselves. Resolves: #90333 Releases: master Change-Id: I964a52846ec9a1c901baa89508b9df0caecdf81f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63139 Tested-by:Koen Wouters <koen.wouters@maxserv.com> Tested-by:
Riny van Tiggelen <info@online-gamer.nl> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Koen Wouters <koen.wouters@maxserv.com> Reviewed-by:
Riny van Tiggelen <info@online-gamer.nl> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de>
Showing
- Build/Gruntfile.js 28 additions, 1 deletionBuild/Gruntfile.js
- Build/Sources/Sass/dashboard.scss 16 additions, 0 deletionsBuild/Sources/Sass/dashboard.scss
- Build/Sources/Sass/dashboard/_button.scss 33 additions, 0 deletionsBuild/Sources/Sass/dashboard/_button.scss
- Build/Sources/Sass/dashboard/_empty.scss 29 additions, 0 deletionsBuild/Sources/Sass/dashboard/_empty.scss
- Build/Sources/Sass/dashboard/_grid.scss 99 additions, 0 deletionsBuild/Sources/Sass/dashboard/_grid.scss
- Build/Sources/Sass/dashboard/_header.scss 70 additions, 0 deletionsBuild/Sources/Sass/dashboard/_header.scss
- Build/Sources/Sass/dashboard/_module.scss 11 additions, 0 deletionsBuild/Sources/Sass/dashboard/_module.scss
- Build/Sources/Sass/dashboard/_widget.scss 123 additions, 0 deletionsBuild/Sources/Sass/dashboard/_widget.scss
- Build/Sources/Sass/dashboard/_widget_cta.scss 26 additions, 0 deletionsBuild/Sources/Sass/dashboard/_widget_cta.scss
- Build/Sources/Sass/dashboard/_widget_doughnut_chart.scss 13 additions, 0 deletionsBuild/Sources/Sass/dashboard/_widget_doughnut_chart.scss
- Build/Sources/Sass/dashboard/_widget_number.scss 27 additions, 0 deletionsBuild/Sources/Sass/dashboard/_widget_number.scss
- Build/Sources/Sass/dashboard/_widget_table.scss 71 additions, 0 deletionsBuild/Sources/Sass/dashboard/_widget_table.scss
- Build/Sources/Sass/dashboard_modal.scss 3 additions, 0 deletionsBuild/Sources/Sass/dashboard_modal.scss
- Build/Sources/Sass/dashboard_modal/_modal.scss 56 additions, 0 deletionsBuild/Sources/Sass/dashboard_modal/_modal.scss
- Build/Sources/Sass/variables/_dashboard.scss 58 additions, 0 deletionsBuild/Sources/Sass/variables/_dashboard.scss
- Build/Sources/TypeScript/dashboard/Resources/Public/TypeScript/DashboardDelete.ts 62 additions, 0 deletions.../dashboard/Resources/Public/TypeScript/DashboardDelete.ts
- Build/Sources/TypeScript/dashboard/Resources/Public/TypeScript/DashboardModal.ts 74 additions, 0 deletions...t/dashboard/Resources/Public/TypeScript/DashboardModal.ts
- Build/Sources/TypeScript/dashboard/Resources/Public/TypeScript/Grid.ts 92 additions, 0 deletions.../TypeScript/dashboard/Resources/Public/TypeScript/Grid.ts
- Build/Sources/TypeScript/dashboard/Resources/Public/TypeScript/WidgetContentCollector.ts 58 additions, 0 deletions...ard/Resources/Public/TypeScript/WidgetContentCollector.ts
- Build/Sources/TypeScript/dashboard/Resources/Public/TypeScript/WidgetRemover.ts 62 additions, 0 deletions...pt/dashboard/Resources/Public/TypeScript/WidgetRemover.ts
Please register or sign in to comment