summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/BackendModuleSync.vue
Commit message (Collapse)AuthorAgeFilesLines
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-14/+14
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [backends] Fixed offset-y depricated errorsJannik Schönartz2019-01-311-1/+1
|
* [server/router] Rework routerJannik Schönartz2018-08-101-4/+4
| | | | Reworked the router to match more design guidlines with the REST apis
* [webapp/external-backends] Small error fix with the sync dialog.Jannik Schönartz2018-08-041-8/+2Star
|
* [external-backends] Sync types are now defined in the backend classes, so ↵Jannik Schönartz2018-08-041-4/+12
| | | | every backend can define their own sync methods.
* [webapp/external-backends] Language tags are now camelCase for consistency. ↵Jannik Schönartz2018-08-031-12/+14
| | | | Group icon changed.
* [server/external-backends] Fixed some design issues. Smaller dialogs, dialog ↵Jannik Schönartz2018-08-031-93/+103
| | | | animation, lang tags and padding in the sync options.
* [server/external-backends] Added sync settings for the backends. Groups and ↵Jannik Schönartz2018-08-021-0/+185
clients can be defined there.