1
0
Fork 0
Commit graph

22 commits

Author SHA1 Message Date
929f22abeb Upgrade dependencies.
Use user_id in places we were using username.  Still debating this.

Start getting this working with API backend, until there were calls to
/api/sticker which don't exist in the API yet.  Then I rediscovered the
local json-server.

So now there are 2 api backends.  We'll incrementally migrate from the
first version to the second.

SCSS and tailwind weren't working for nav-items.css.  The browser just
saw the raw version.  So for now, just inlined that.  Probably these
nav items will become components (if they are shared).
2025-10-22 09:19:37 -04:00
5b48c5a8c5 Resolve issues from 'npm run build'.
One of them needed a patch in primevue 4.4.2 which was release only 2 weeks ago.
2025-10-19 00:56:36 -04:00
905cc40fa1 Create more stickers. 2024-12-22 13:40:25 -05:00
6ca0ff1e31 id must come after v-bind 2024-12-16 19:34:36 -05:00
f5195e8a48 Replace server.js with json-server.
Replace uuid with id most places.
2024-12-08 14:40:46 -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
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
0ed7a3969e cleanups 2024-12-02 19:35:53 -05:00
6d2df5d44a Move session management to sessionStore. 2024-12-01 20:54:21 -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
7c02bafd18 Sort imports 2024-11-24 21:03:01 -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