Tobias Marschall

Results 20 issues of Tobias Marschall

As stated in #89 it is possible to change routing structure dynamically by changing the navigator key. Unfortunately, then all widgets lose their state. Obviously we can store some state...

I have several questions and improvements regarding the documentation of `VPathMatch.localPath`: ```dart /// The local path is the one of the current VRouteElement /// If the path has path parameters,...

documentation

Is it possible to set the page key based on route data? I imagine something like: ```dart VWidget( key: (data) => ValueKey(data.queryParameters["param"]), .. ) ```

Steps to reproduce: - Run the example below - Click on "to /home" and see the transition from bottom to top - Click on "to /" - Click apply on...

Is it possible to set the page title of the current browser window? I am looking for something like: ```dart VWidget( title: "Page", path: "/page", widget: Page(), ) ```

Steps to reproduce: 1. Run the example code below 2. Start on `/home/dashboard` → click on "to /home/dashboard/settings" → click on "to /home/content/settings" → click on "to /home/dashboard/settings" → click...

How can i change my email in Wiredash console?

I can not find the userId set according to https://docs.wiredash.io/configuration/properties/#user-properties on the Wiredash console anymore. I can find it when I look at the raw JSON response in the developer...

## 🚀 Feature We use the JWT to authenticate the user on our API Server. Currently, we call `/v1/users/{userId}` in order to "validate" the JWT and get the connected `userId`....

enhancement

## 🐛 Bug Report Swipe back and forward gestures on Firefox for Mac do not work when in the appwrite dashboard. ## To Reproduce Open the dashboard on Firefox for...

bug
ui/ux