thencc / Irulan

A contract utility too amazing to be believed!
MIT License
4 stars 0 forks source link

make router.ts + normalize how we handle routes + queries etc #16

Open spencercap opened 2 years ago

spencercap commented 2 years ago

i've never seen vue-router used how it's currently setup... let's make it more standard.

@enceladus what's the reasoning for search being part of the route instead of a query string? name: 'full', path: '/:ledger/contract/:contractId/s/:query', component: App i think router.resolve() is a helpful util we should leverage instead of the getNewRoute method in state.ts

spencercap commented 2 years ago
spencercap commented 2 years ago
spencercap commented 2 years ago

consider when modal=about2 returns a not real modal. close the modal in this case... + remove modal qs