Commit 5c5c428
authored
[UI] Add ability to store user sessions (#27)
The are placed in StoredSessions folder 6-hex file names, links
are looking like this:
http://localhost:3000/1561c1
to achive this a major refactoring of the frontend was done, splitting
main page.js into session context and explorer content, also adding
session id instances of a unique page and route.1 parent f6ec0cc commit 5c5c428
File tree
10 files changed
+1399
-1213
lines changed- StoredSessions
- src/app
- [sessionId]
- api/sessions
- [id]
10 files changed
+1399
-1213
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments