]> source.dussan.org Git - nextcloud-server.git/commit
Port Files navigation to vue
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Thu, 1 Dec 2022 13:34:23 +0000 (14:34 +0100)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Wed, 4 Jan 2023 15:45:41 +0000 (16:45 +0100)
commit887c9e05de88f81ed6f0cb88bd185c05b1a22076
tree5fdd405133148fdba12ff6ea6a8cd9e4f27007d2
parent36b6a7c77199d17c0147fc27cd0cc54a2b7d5020
Port Files navigation to vue

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
21 files changed:
apps/files/appinfo/routes.php
apps/files/js/app.js
apps/files/js/merged-index.json
apps/files/lib/AppInfo/Application.php
apps/files/lib/Controller/ApiController.php
apps/files/lib/Controller/ViewController.php
apps/files/src/legacy/navigationMapper.js [new file with mode: 0644]
apps/files/src/logger.js
apps/files/src/main.js
apps/files/src/router/router.js [new file with mode: 0644]
apps/files/src/services/Navigation.ts [new file with mode: 0644]
apps/files/src/views/Navigation.vue [new file with mode: 0644]
apps/files/templates/appnavigation.php
apps/files/templates/index.php
apps/files/tests/Controller/ViewControllerTest.php
apps/files_sharing/lib/AppInfo/Application.php
babel.config.js
package-lock.json
package.json
tsconfig.json
webpack.common.js