routify icon indicating copy to clipboard operation
routify copied to clipboard

Automated Svelte routes

Results 52 routify issues
Sort by recently updated
recently updated
newest added

# Description While trying to use the `$isChangingPage` helper, I noticed that it fires "too late". It won't set to `true` until after the page is already navigated to, which...

bug
needs triage
v2

I would love to have support for Promise in $beforeUrlChange. Currently, in a "form", I look if the form has some changes, and if yes, I show a dialog which...

enhancement
needs triage
v2

How to make routify working in subdirectory? like in DocumentRoot there is a folder `myproject` with structure like: myproject - app - public - frontend - sv_assets In output index...

needs triage
v2

**bug description** When running svelte-check, I get the following issue: .routify/routes.js:11:33 Hint: Could not find a declaration file for module '@roxi/routify/runtime/buildRoutes'. './node_modules/@roxi/routify/runtime/buildRoutes.js' implicitly has an 'any' type. If the '@roxi/routify'...

bug
v2

Taken from [here](https://github.com/roxiness/routify/issues/191)

enhancement
feedback wanted

I have create a routify application that bootstrap inside a div and the structure is like The problem is the anchors in footer are being captured by routify. Routify should...

enhancement
discuss

AfterPageLoad should be called after a component with no default slot (instead of when layout array is empty) [link]((https://discordapp.com/channels/683709869626490889/683709871362801740/718041903790030901)) Taken from [here](https://github.com/roxiness/routify/issues/191)

enhancement

Emacs by default uses dangling symbolic links to guard against accidentally editing the same file from two editors: https://www.gnu.org/software/emacs/manual/html_node/emacs/Interlocking.html In practice, this looks like ``` $ find -name '.#*' -ls...

bug
enhancement
feedback wanted

routify 1.9.7 create `src/pages/test[slug].svelte`: ``` import { params } from '@sveltech/routify' export let slug; slug {JSON.stringify(slug)} params {JSON.stringify($params)} ``` visit `/testfoo`, observe output ``` slug "testfoo" params {"slug":"testfoo"} ``` Expected...

Exciting! [Please look]
feedback wanted
discuss