summaryrefslogtreecommitdiffstats
path: root/src/App.vue
AgeCommit message (Expand)Author
2023-11-07move NcAppContent into route components & use list slotPaul Tirk
2023-10-19fix bug using php template for warning messageDevlin Junker
2023-10-10Merge branch 'vue-rewrite' into mobile-friendly-stylesDevlin Junker
2023-10-10fix flex properties to avoid media queriesDevlin Junker
2023-10-06tests and some cleanupDevlin Junker
2023-10-06display vue errors and axios errors in top right popoverDevlin Junker
2023-10-05add box-shadow and other cleanupsDevlin Junker
2023-10-05add unit testsDevlin Junker
2023-10-05tested with audio and video feedsDevlin Junker
2023-09-20start hooking up actions to backendDevlin Junker
2023-09-15add unit tests and little more cleanup of uncessary linesDevlin Junker
2023-09-15cleanup sidebar and translationsDevlin Junker
2023-08-26More cleanup and started on unit testsDevlin Junker
2023-08-26add unread route and componentDevlin Junker
2023-08-22basic starred items list with VirtualScroll componentDevlin Junker
2022-12-23split out routing and add another routeDevlin Junker
2022-12-06modularize store files and fix unit testsDevlin Junker
2022-11-02fix lintingDevlin Junker
2022-11-02use newer libraries and clean up eslintDevlin Junker
2022-10-04move all components to typescript 'Vue.extend({ ... ' syntaxDevlin Junker
2022-10-03change linting rule from spaces to tabs to match typical vue lintingDevlin Junker
2022-07-04[Vue Rewrite] Enable Typescript Vue Components (#1831)devlinjunker
2022-06-09[Vue Rewrite] Fix CI Jobs (#1816)devlinjunker
2022-05-22Vue RewriteHK2FB