85 Commits

Author SHA1 Message Date
a824c23022 refactor: remove cdn package and move assets to global styles 2024-10-09 14:16:53 -04:00
58a02be5cf feat: nebula assets served from CDN 2024-10-09 14:15:05 -04:00
5df9d4a3e5 refactor: move nebula assets to hway build directory 2024-10-09 00:37:50 -04:00
a3edb65613 feat: use CDN for nebula frontend assets 2024-10-08 21:55:01 -04:00
3637f27369 feat: add static hero section content to homepage 2024-10-08 21:06:24 -04:00
8811f56559 feat: add wrangler scripts for development, build, and deployment 2024-10-08 19:22:44 -04:00
2970497683 feat: move gateway web code to dedicated directory 2024-10-08 17:26:01 -04:00
25cddbada6 refactor: rename internal/session package to internal/ctx 2024-10-08 17:22:14 -04:00
b5dc577d01 refactor: rename 'global/cdn' to 'assets' 2024-10-07 23:16:03 -04:00
ca51df20d6 refactor: move CDN assets to separate folder 2024-10-07 23:15:18 -04:00
b19d5d06a0 fix: install dependencies before nebula build 2024-10-07 23:14:06 -04:00
fbc640b7c4 fix: update Schema service to use new API endpoint 2024-10-07 21:22:56 -04:00
af6e07323b feat: integrate nebula UI with worker-assets-gen 2024-10-07 21:15:25 -04:00
e926e5b9d6 refactor: move Pkl module definitions to dedicated package 2024-10-07 20:35:40 -04:00
ddf745f39a refactor: move CDN assets to js/ folder 2024-10-07 20:24:18 -04:00
d0dddbfe01 feat: extract reusable layout components 2024-10-07 20:14:46 -04:00
c608a067ed feat: Implement service worker for IPFS vault 2024-10-07 20:13:38 -04:00
fa7b11198e feat: implement CDN support for assets 2024-10-07 16:38:10 -04:00
8bd68c4269 feat: add payment method support 2024-10-07 16:30:54 -04:00
55f3e0f7e0 feat: add support for public key management 2024-10-07 14:02:04 -04:00
f7f0c11587 feat: add ModalForm component 2024-10-07 13:59:29 -04:00
2d5cb7e5b8 feat: implement authentication views 2024-10-07 12:59:08 -04:00
dba9a119ef feat: add json tags to config structs 2024-10-07 10:49:25 -04:00
6fc52fd62d feat: implement templ forms for consent privacy, credential assert, credential register, and profile details 2024-10-07 10:48:57 -04:00
37fb0b3aca refactor: remove unused component templates 2024-10-07 10:39:50 -04:00
c35d3bb1ae refactor: move ui components to global 2024-10-07 10:31:39 -04:00
e424faaba2 feat: add client logos to homepage 2024-10-07 10:22:24 -04:00
b68b47ab32 fix: fix broken logo image path 2024-10-07 10:22:13 -04:00
bda8171af4 feat: add tailwind utility classes 2024-10-07 10:21:07 -04:00
bac98b5e38 feat: implement new profile card component 2024-10-07 10:20:14 -04:00
d93c19c2ab
feature/1107 integrate dexie db (#1128)
- **feat: remove grant page**
- **refactor: remove alert, input, radios, tabs, and video blocks**
- **feat: add JSON serialization to DWN config**
- **feat: add new Highway gateway component**
- **refactor: remove unused chains.yaml and devbox.json**
- **refactor: Separate request and response headers into protected and
non-protected structs**
- **feat: Update the UseSession echo middleware to bind the correct
headers and provide methods for updating HTMX context from Go**
- **refactor: remove unused headers from session**
- **feat: add authorize endpoint**
- **feat: create marketing pages**
2024-10-06 20:07:24 -04:00
62628ed0d8 feat: add Motr support 2024-10-06 11:39:23 -04:00
b1e5464843 feat: update UIUX PKL to utilize optional fields 2024-10-05 12:41:47 -04:00
875c410443 feat(devbox): use process-compose for testnet services 2024-10-04 05:27:51 -04:00
77d76938a3 feat: remove motr.mjs dependency 2024-10-04 01:57:43 -04:00
fccb42761c feat: add rudimentary DidController table 2024-10-03 17:49:29 -04:00
f75ff0d3be refactor: reorganize pkl files for better separation of concerns 2024-10-03 01:01:49 -04:00
931ac2308d feat: update home section with new features 2024-10-02 20:37:18 -04:00
42c5ab642e feat: introduce Home model and refactor views 2024-10-02 20:23:28 -04:00
8d8935c045 feat(nebula): create Home model for home page 2024-10-02 18:01:30 -04:00
edb109b542
feature/dwn sw js (#1103)
- **feat(macaroon): add  and  to macaroon genesis**
- **refactor: move schema definitions to dedicated file**
- **feat: remove Session model**
- **refactor: move session middleware to internal package**
2024-10-02 01:40:49 -04:00
cea6b77fdd feat(release): add docker images for sonrd and motr 2024-10-01 22:02:14 -04:00
5bc9ff07c0 fix(layout): add missing favicon 2024-10-01 19:36:15 -04:00
08451a846c feat: update homepage with new visual design 2024-10-01 19:23:24 -04:00
fa6bb93c78 feat: add DID to vault genesis schema 2024-10-01 18:55:02 -04:00
f5f0578dcc feat: add video component 2024-10-01 18:14:03 -04:00
ca2aa476d9 feat: add video component 2024-10-01 18:06:43 -04:00
ab33d8235f fix(hero): Use hx-swap for primary button to prevent flicker 2024-10-01 17:58:05 -04:00
730cda4390 feat: add hx-get attribute to primary button in hero section 2024-10-01 17:52:04 -04:00
0451c30d6e feat: Implement session management 2024-10-01 17:02:54 -04:00