29 Commits

Author SHA1 Message Date
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
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
875c410443 feat(devbox): use process-compose for testnet services 2024-10-04 05:27:51 -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
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
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
e807691c64 feat: add login and registration pages 2024-10-01 14:42:11 -04:00
d486becbc6 refactor: move home page sections to home package 2024-10-01 13:48:28 -04:00
a7721885c2 fix(cta): Fix typo in CTA title 2024-10-01 10:34:31 -04:00
c66d50dcc0 fix: change bento section title to reflect security focus 2024-10-01 10:34:02 -04:00
88e7dd5812 feat: add tailwindcss utilities 2024-10-01 02:09:04 -04:00
5f2e6c5dd4 feat: implement hero section using Pkl 2024-09-30 21:16:13 -04:00
d7d19f4bb7 feat: add scheduled binary release workflow 2024-09-30 15:13:00 -04:00
9fcdfe5243 feat: add counter animation to hero section 2024-09-29 21:42:46 -04:00
e764cce90a feat: add registration page 2024-09-29 18:38:41 -04:00
d04c87de43
feature/refactor types (#1101)
- **docs: remove discord badge from README**
- **fix: ensure go version is up-to-date**
- **<no value>**
- **refactor: update import paths for blocks to components**
- **feat: add Hero component template**
- **fix: update footer logo to svg**
- **feat: add Query/Sign and Query/Verify RPC methods**
- **refactor: rename Keyshares to KsVal in did/v1/state.proto**
2024-09-29 14:40:36 -04:00