Jan_Dittrich added a comment.
Just a reminder from user research: Participants love a sharing option; the problem with storing state in URLs is that the data that the URL can carry was, at least for some the handwritten requests, rather limited and people started to code-golf their queries. @Ladsgroup: Vue state is a magic-ified javascript objects as far as I am concerned so one can probably URL-encode, URL-decode, JSON-parse and then use them in Vue (maybe in some hook or so, not sure exactly where). (The answer is clearer for vue3 since they split the reactivity from the main lib and here your objects and arrays are reactivized by getting the return of ref(yourdata) or reactive(yourdata)) TASK DETAIL https://phabricator.wikimedia.org/T266960 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: guergana.tzatchkova, Jan_Dittrich Cc: Jan_Dittrich, Ladsgroup, Addshore, Aklapper, Lydia_Pintscher, Manishsamota, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
