Commit 2480b84
authored
Save custom decks to the database (#818)
* Deck builder changes
* Deck public status
* wip
* wip
* toasts
* spinner
* wip
* wip
* Tabs and prettier list
* Prepare public decks
* Public decks
* Error alert
* Deck view page
* Improve like button
* Liked decks page
* wip
* wip
* wip
* filter by energy
* responsive view
* order
* Improve ui
* Override bugged deckbuilding promos
* Adjust rarity filter for deckbuilding mode
* Fix saving deck
* Validate decks with zod
* Validate decks with zod
* Remove commented out code
* Fix on delete invalidate
* New deck name
Sets the default name of a new deck to an empty string to motivate the
user to set the name to something different than "New deck"
* Deck name placeholder
* Fix deck copy
* Fix on update invalidate1 parent 642f3b5 commit 2480b84
File tree
12 files changed
+642
-195
lines changed- frontend
- assets
- src
- components/filters
- pages/decks
- services/decks
- types
- scripts
12 files changed
+642
-195
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8013 | 8013 | | |
8014 | 8014 | | |
8015 | 8015 | | |
8016 | | - | |
| 8016 | + | |
8017 | 8017 | | |
8018 | 8018 | | |
8019 | 8019 | | |
| |||
8985 | 8985 | | |
8986 | 8986 | | |
8987 | 8987 | | |
8988 | | - | |
| 8988 | + | |
8989 | 8989 | | |
8990 | 8990 | | |
8991 | 8991 | | |
| |||
22230 | 22230 | | |
22231 | 22231 | | |
22232 | 22232 | | |
22233 | | - | |
| 22233 | + | |
22234 | 22234 | | |
22235 | 22235 | | |
22236 | 22236 | | |
| |||
55293 | 55293 | | |
55294 | 55294 | | |
55295 | 55295 | | |
55296 | | - | |
| 55296 | + | |
55297 | 55297 | | |
55298 | 55298 | | |
55299 | 55299 | | |
| |||
67859 | 67859 | | |
67860 | 67860 | | |
67861 | 67861 | | |
67862 | | - | |
| 67862 | + | |
67863 | 67863 | | |
67864 | 67864 | | |
67865 | 67865 | | |
| |||
67905 | 67905 | | |
67906 | 67906 | | |
67907 | 67907 | | |
67908 | | - | |
| 67908 | + | |
67909 | 67909 | | |
67910 | 67910 | | |
67911 | 67911 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
27 | 23 | | |
28 | 24 | | |
29 | 25 | | |
| |||
0 commit comments