nextcloud/apps/files
Ferdinand Thiessen dab678f7c5
[WIP] Make router interface reactive while being framework agnostic
Currently it is only reactive when used within the files app, because the files app
can access the vue router directly, problem is when other apps use it, then it is not reactive anymore
as they have a different Vue.
Also if you do not use Vue but vanilla JS or something else, the router params and query would not be reactive.

Problem that this is solving: React to route changes only, watching current view and query will trigger
on different time frames causing invalid states.
e.g. changing the view from A to B and the query from `/foo` to `/` will cause:
1. View change
2. query change

But after 1 the query is invalid and cause issues.

So this changes will allow listening the route change which is combined 1 & 2 -> valid state.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-08 13:51:33 +02:00
..
ajax chore: Add SPDX header 2024-05-29 08:58:16 +02:00
appinfo feat(files): Support setting view config for complex ids 2024-08-01 09:17:36 -07:00
composer feat(files): Allow to configure Windows filename compatibility in the settings 2024-07-17 16:17:14 +02:00
css chore(assets): Recompile assets 2024-06-19 10:22:05 +00:00
img chore: Make app icons consistent Material Symbols with same settings 2024-07-10 15:53:45 +02:00
js fix(files): do not show legacy edit locally action on public pages 2024-07-31 17:40:11 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-08-08 00:20:57 +00:00
lib fix(files): When redirecting to a file (internal link) then it should open by default 2024-08-03 13:53:53 +02:00
src [WIP] Make router interface reactive while being framework agnostic 2024-08-08 13:51:33 +02:00
templates revert: chore(files): cleanup old templates 2024-07-31 10:58:00 +02:00
tests test(files): Fix ApiController test 2024-08-01 09:17:56 -07:00
.l10nignore chore: Add SPDX header 2024-05-29 08:58:16 +02:00
openapi.json feat(files): Update openapi spec 2024-08-01 09:17:56 -07:00
openapi.json.license chore: Add SPDX header 2024-05-29 08:58:16 +02:00