summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/DashboardPage.vue
Commit message (Collapse)AuthorAgeFilesLines
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-38/+58
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [webapp] Disable tutorial labelsJannik Schönartz2019-05-161-1/+1
|
* [documentation] Add faq pages & add webapp tutorial classes for the home moduleJannik Schönartz2019-05-151-19/+31
|
* [webapp] Add a simple home / welcome landing pageJannik Schönartz2019-05-101-3/+5
|
* [webapp/datatable] add sort by number and ipv4Udo Walter2019-04-151-2/+0Star
|
* [webapp/dashboard] add categoriesUdo Walter2019-04-141-78/+15Star
|
* [webapp] small scrollbar style changeUdo Walter2019-03-311-1/+1
|
* [webapp] small polishing fixesUdo Walter2019-03-311-3/+3
|
* [webapp] add back to top button + log improvementsUdo Walter2019-03-221-1/+3
|
* [webapp] add option to disable all animationsUdo Walter2019-03-031-1/+1
|
* [webapp/datatable] new loading barUdo Walter2019-03-011-2/+2
|
* [webapp] fix toolbar height when resizingUdo Walter2019-02-281-1/+1
|
* [webapp/dashboard] User data now stores in the global storage & ↵Jannik Schönartz2019-02-261-11/+7Star
| | | | [usermanagement] fix 'username already exist' error not workling properly
* [webapp/dashboard] Add username to the topbar & put fullname in the global storeJannik Schönartz2019-02-241-6/+19
|
* [webapp/alerts] Remove unnecessary code which produced vue warningsJannik Schönartz2019-02-231-2/+2
|
* [webapp/alerts] Fix position to be attached to the topbar & fix overflowJannik Schönartz2019-02-231-3/+3
|
* [authentication] Implement initial root account setupJannik Schönartz2019-02-221-1/+1
| | | | | | | | | | [backend] Reworked authentication library to the api structure Add authentication api to remove the login routes from the router.js [webapp] Split login Page in StartPage + Login/Setup Add Setup Page for the initial root creation
* rework user api to restUdo Walter2019-02-221-1/+1
|
* [webapp] small bugfixesUdo Walter2019-01-151-0/+1
|
* eslint fixes :|Jannik Schönartz2019-01-151-1/+1
|
* [webapp] add first version of a virtualized table for better performanceUdo Walter2019-01-131-3/+3
|
* [webapp+server] Add first implementation of a websocket to alert webclients ↵Udo Walter2018-11-261-2/+4
| | | | | | of events and to synchronize notification across multiple webapp instances of the same user
* [webapp] Add notification systemUdo Walter2018-11-241-50/+18Star
| | | | Components can call this. and this. to display notifications
* code adaptionChristian Hofmaier2018-08-051-1/+1
|
* small changesUdo Walter2018-08-041-2/+2
|
* [webapp] login now redirect to the requested routeUdo Walter2018-08-041-1/+2
|
* [webapp] everythiing configurable (dashboardmodule, stores and global i18n ↵Udo Walter2018-08-031-21/+11Star
| | | | messages is now in the config folder; router rework: modules can now set their own subroutes
* [groups] add i18nUdo Walter2018-08-031-2/+2
|
* [webapp] small bugfixUdo Walter2018-07-201-2/+2
|
* [webapp] put settings state into settings objectUdo Walter2018-07-201-12/+13
|
* [webapp/settings] simplified settings storageUdo Walter2018-07-201-2/+2
|
* [webapp/external-backends] Reworked list into data-table (sorting, multiple ↵Jannik Schönartz2018-07-191-1/+1
| | | | selection). Added checkConnection functionality.
* [webapp/dashboard] added devModeUdo Walter2018-07-171-1/+4
|
* [webapp/dashboard] added first implementation of global snackbarsUdo Walter2018-07-171-37/+77
|
* [webapp/dashboard] drawer bugfixUdo Walter2018-07-041-2/+2
|
* [webapp/dashboard] fixed drawer touch bugUdo Walter2018-07-041-12/+30
|
* [webapp] Initial commit to add the node webapp stuff.Jannik Schönartz2018-07-021-0/+237