1
0
Fork 0
Commit graph

86 commits

Author SHA1 Message Date
3be0755074 Get sticker data from the API backend.
All checks were successful
/ test (push) Successful in 4m47s
Store the JWT access token and use it later to get the sticker.

Add missing url property of stickers.
2025-10-25 10:51:56 -04:00
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
47ed7af853 Drop default and rename demo. 2024-12-26 12:30:10 -05:00
9c98afc27c Add demo workflow. 2024-12-26 12:16:54 -05:00
1f68142640 Add default workflow. 2024-12-26 12:10:39 -05:00
044c21840c Live QR Codes 2024-12-23 16:14:22 -05:00
49b0a962a5 Add print view 2024-12-23 16:14:07 -05:00
86de4e5827 Create Neat layout and Print view. 2024-12-22 16:55:23 -05:00
cfc985ffb0 console.log 2024-12-22 14:20:44 -05:00
905cc40fa1 Create more stickers. 2024-12-22 13:40:25 -05:00
7ef87daaeb sizing 2024-12-22 13:34:55 -05:00
6ca0ff1e31 id must come after v-bind 2024-12-16 19:34:36 -05:00
27410b9b82 Make stamps darker. 2024-12-15 21:29:37 -05:00
065dc65e3a Stickers have only ids of organizations, not the entire objects. 2024-12-15 20:09:43 -05:00
e19b646281 Add org logos to sticker. 2024-12-08 20:41:54 -05:00
0beb311f00 Ignore db. 2024-12-08 20:41:33 -05:00
4ff667c9be zoom 2024-12-08 19:02:21 -05:00
c422748b0e cleanup 2024-12-08 17:44:14 -05:00
6b07b56d87 Use Pinia Colada for organizations. 2024-12-08 16:21:39 -05:00
f5195e8a48 Replace server.js with json-server.
Replace uuid with id most places.
2024-12-08 14:40:46 -05:00
bb03a2ea5f rm lg: 2024-12-07 18:55:09 -05:00
b05106e649 Remove unused fields. 2024-12-07 18:33:59 -05:00
92699f0a00 Remove unused values. 2024-12-07 18:21:44 -05:00
e60362c220 Copy to local sticker. On submit copy back to original. 2024-12-06 22:48:38 -05:00
7a7d4540a9 all all 2024-12-06 19:51:38 -05:00
53184f7134 Remove unused code. 2024-12-06 18:51:18 -05:00
5ef2072f8a Sticker builder is now bound to the sticker in the store. 2024-12-05 20:43:01 -05:00
79a996a2cc fix message3 2024-12-05 20:41:10 -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
3df678b839 Center text in navigation. 2024-12-04 09:01:43 -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
b935329115 blood red 2024-12-03 23:22: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
40949188e6 Make it fit in 256 pixels. 2024-12-03 23:17:59 -05:00
178e87239e Parse body. 2024-12-03 20:48:12 -05:00
0b43f42c85 Remove counterStore. 2024-12-02 20:59:18 -05:00
0ed7a3969e cleanups 2024-12-02 19:35:53 -05:00
e7c7a44a9d cleanups 2024-12-01 23:59:26 -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
9608322f93 .message nowrap 2024-12-01 19:49:36 -05:00
38f96db80e If user is not signed in, don't make room for it. 2024-12-01 19:40:05 -05:00
582010fb7b Fetch the user and their stickers.
Add useStickersStore.

Rename stickers to sticker_ids.
2024-12-01 19:20:21 -05:00
79c935bba8 whitespace 2024-11-26 23:04:51 -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