-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Currently name and size are passed from the home to the bill page with sessionStorage, there should be a more Qwik-styled way to do it.
billsplit/src/routes/index.tsx
Lines 18 to 28 in a82be71
| const onStart = $(() => { | |
| sessionStorage.setItem( | |
| "NEWBILL", | |
| JSON.stringify({ | |
| name: "Untitled Bill", | |
| membersCount: 3, | |
| }), | |
| ); | |
| nav("/start"); | |
| }); |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed