nextcloud/apps/files_sharing
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
..
appinfo feat(activity): add share link upload notifications 2024-08-07 09:49:38 +02:00
composer feat(activity): add share link upload notifications 2024-08-07 09:49:38 +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 feat(files_sharing): add public name prompt for files requests 2024-07-18 20:15:39 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-08-08 00:20:57 +00:00
lib feat(activity): add share link upload notifications 2024-08-07 09:49:38 +02:00
src [WIP] Make router interface reactive while being framework agnostic 2024-08-08 13:51:33 +02:00
templates fix(files_sharing): show proper share not found error message 2024-08-06 16:25:10 +02:00
tests feat(files_sharing): add public name prompt for files requests 2024-07-18 20:15:39 +02:00
.l10nignore chore: Add SPDX header 2024-06-02 20:00:00 +02:00
openapi.json chore(files_sharing): lint & refactor fixes 2024-07-12 20:14:30 +02:00
openapi.json.license chore: Add SPDX header 2024-06-02 20:00:00 +02:00