1
0
Fork 0
Commit graph

7 commits

Author SHA1 Message Date
905cc40fa1 Create more stickers. 2024-12-22 13:40:25 -05:00
e19b646281 Add org logos to sticker. 2024-12-08 20:41:54 -05:00
f5195e8a48 Replace server.js with json-server.
Replace uuid with id most places.
2024-12-08 14:40:46 -05:00
5ef2072f8a Sticker builder is now bound to the sticker in the store. 2024-12-05 20:43:01 -05:00
ebbfc35496 Drop StickerStore.
Move everything to StickersStore.

Reason is because after setting the sticker owner, it was updating the sticker in the sticker store, but it should update the store that has all the stickers.  Profile page will lookup stickers in the stickers store.
2024-12-04 00:20:41 -05:00
e7c7a44a9d cleanups 2024-12-01 23:59:26 -05:00
582010fb7b Fetch the user and their stickers.
Add useStickersStore.

Rename stickers to sticker_ids.
2024-12-01 19:20:21 -05:00