1
0
Fork 0
Commit graph

33 commits

Author SHA1 Message Date
5ef2072f8a Sticker builder is now bound to the sticker in the store. 2024-12-05 20:43:01 -05:00
1c502e7eee Link to stickerbuild with uuid. 2024-12-04 17:09:57 -05:00
438cae7386 Link to sticker builder. 2024-12-04 09:16:38 -05:00
8ac5e596db indentation 2024-12-04 09:10:13 -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
70837ca6f4 Type User moved. 2024-12-03 23:44:52 -05:00
b95b8a303f Make the font scale to the container
While setting font-size: calc() works, using zoom will probably be better for printing.
2024-12-03 23:18:26 -05:00
178e87239e Parse body. 2024-12-03 20:48:12 -05:00
0ed7a3969e cleanups 2024-12-02 19:35:53 -05:00
6d2df5d44a Move session management to sessionStore. 2024-12-01 20:54:21 -05:00
074fce7498 mypage 2024-12-01 20:19:42 -05:00
582010fb7b Fetch the user and their stickers.
Add useStickersStore.

Rename stickers to sticker_ids.
2024-12-01 19:20:21 -05:00
1ea623722f Could be someone else's profile. 2024-11-26 22:59:43 -05:00
b7d22ba008 Link to 2 profiles. 2024-11-26 22:58:46 -05:00
236578ea8c Only show New Sticker button if it's my profile.
Send login form user name to login API.
2024-11-26 21:34:57 -05:00
29c5076c41 Toggle home page if user is not logged in to welcome page. 2024-11-26 19:46:25 -05:00
07f50afa32 After login go back to original page. 2024-11-26 16:06:53 -05:00
2ba961ce2a Clicking on stickers on the profile page takes you to stickerview.
Home goes to profile page for now.

Create a menu item for an unclaimed sticker.

Only fetch an item if we don't have it yet.
2024-11-26 14:35:39 -05:00
e9da81daca Set owner of sticker.
Owner is property of sticker.  Stickers are a reference for users, so flip the API.
2024-11-26 12:36:11 -05:00
4ab5bcf367 Claim sticker.
Make proxy generic.
2024-11-26 11:30:20 -05:00
0de75f5913 this is my sticker button 2024-11-26 08:51:46 -05:00
3ef1507bab Add StickerView. 2024-11-25 20:06:22 -05:00
a51d75894b Rename StickerView to StickerBuilderView 2024-11-24 22:07:09 -05:00
7c02bafd18 Sort imports 2024-11-24 21:03:01 -05:00
4728c1765b Get login working. 2024-11-24 20:50:39 -05:00
2d8373d7d6 Add profile page. 2024-11-21 19:34:28 -05:00
8e7c20fde9 Enabled the sidebar to slideout.
Use main, header, and aside.

Disabled #Sticker2 and the snapshot button for now.
2024-11-17 21:08:05 -05:00
24c00be38f Get color working. 2024-11-17 15:01:11 -05:00
1106ba403c Get 4 layouts mostly working. 2024-11-17 14:24:01 -05:00
0cbe7bb91e Stop using pixels for sticker. Use svg image for QR code.
Move Sticker to it's own component.
2024-11-17 11:41:35 -05:00
efb4e6990a Add StickerView. 2024-11-17 09:15:51 -05:00
e41bf0b91b styles must be scoped 2024-11-16 23:02:44 -05:00
65534a4e55 initial commit 2024-11-16 11:40:53 -05:00