1
0
Fork 0
Commit graph

9 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
3df678b839 Center text in navigation. 2024-12-04 09:01:43 -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
29c5076c41 Toggle home page if user is not logged in to welcome page. 2024-11-26 19:46:25 -05:00
4728c1765b Get login working. 2024-11-24 20:50:39 -05:00
865a070826 Mobile first layout with sidebar in bottom of screen. 2024-11-23 12:55:41 -05:00
221ada41e2 Factor out sidebar. 2024-11-22 19:39:54 -05:00
65336c1baf Move navigation to a component. 2024-11-22 19:23:24 -05:00