KS Jannette
a341741ac6
additional fetaure buildout for footer and footer links
2026-05-12 18:31:41 -04:00
KS Jannette
c387798be7
added TOS and Privacy content
2026-05-12 18:17:02 -04:00
KS Jannette
f086ef98ff
Updated subscriptions
2026-05-12 17:39:42 -04:00
KS Jannette
3fc2c28b43
adjusted css for mobile designs
2026-05-12 05:51:50 -04:00
KS Jannette
f52f7dc89f
more style update for mobile
2026-05-12 01:09:41 -04:00
KS Jannette
5eca679f54
hotfix
2026-05-12 00:48:01 -04:00
KS Jannette
8c1d214897
Adjust css for login page
2026-05-12 00:37:39 -04:00
KS Jannette
71443f0abc
hotfix
2026-05-11 22:34:23 -04:00
KS Jannette
6b07d51cb1
add email verification step to new user onboarding flow
2026-05-11 22:13:53 -04:00
KS Jannette
3c82537378
quick hotfix
2026-05-11 12:58:40 -04:00
KS Jannette
31940eaa78
Resolve merge conflicts
2026-05-11 12:52:33 -04:00
KS Jannette
9b1a4cc0e2
Minor updates to Subscribe.js, updated LLM_DEV_PROMPTS to latest version
2026-05-11 12:46:20 -04:00
KS Jannette
2ca10ea340
more
2026-03-29 18:36:28 -04:00
KS Jannette
9b0fc50ddc
more
2026-03-29 17:17:24 -04:00
KS Jannette
0f770742ef
hottie
2026-03-29 16:21:48 -04:00
S Jannette
8e0033dc4d
Merge branch 'master' into finishing-signup-stages
2026-03-29 16:05:47 -04:00
KS Jannette
cde9f52f52
final steps
2026-03-29 15:39:20 -04:00
KS Jannette
3a52e7afb3
more
2026-03-29 00:02:38 -04:00
KS Jannette
0d7bc65995
adjust flow
2026-03-28 23:09:03 -04:00
KS Jannette
b0572451d3
but
2026-03-28 11:55:51 -04:00
KS Jannette
615dd1dddc
Chockfull
2026-03-28 11:10:25 -04:00
KS Jannette
f9fa7def2b
add subscription tiers
2026-03-10 15:22:48 -04:00
KS Jannette
0fb4dcd7d1
enhanced alert granularity with min/max thresholds
2026-03-06 23:33:12 -05:00
KS Jannette
d3530deb46
m
2026-03-06 03:09:44 -05:00
KS Jannette
aadcdc628e
hot 3
2026-03-06 03:08:47 -05:00
KS Jannette
2d4fcefdcf
hottie
2026-03-06 03:00:14 -05:00
KS Jannette
81303573fd
quick style changes
2026-03-06 02:51:35 -05:00
KS Jannette
76fadf05d9
hot f
2026-03-05 16:14:51 -05:00
KS Jannette
e5c8f91e3f
media queries
check / check (push) Waiting to run
2026-03-05 10:29:37 -05:00
KS Jannette
4b77e7a4d4
add user account page and associated functionaility to support it
check / check (push) Waiting to run
2026-03-05 08:25:24 -05:00
KS Jannette
4b228d9b57
style
check / check (push) Waiting to run
2026-03-05 07:19:12 -05:00
KS Jannette
2e96982d3a
m
check / check (push) Waiting to run
2026-03-05 02:17:11 -05:00
KS Jannette
e48de2d6b6
style tweaks
2026-03-05 02:14:55 -05:00
KS Jannette
9414af8108
adjust css
2026-03-05 02:07:51 -05:00
KS Jannette
a2d1ff9d76
restructure pages dir
2026-03-04 22:07:05 -05:00
KS Jannette
239ea7db85
addition Stripe payment integration work
check / check (push) Waiting to run
2026-03-04 21:38:36 -05:00
KS Jannette
9ad414313b
Stripe integration
2026-03-04 15:08:37 -05:00
KS Jannette
e4e859d051
style
2026-03-03 18:39:20 -05:00
KS Jannette
63eecaaf72
m
check / check (push) Waiting to run
2026-03-02 03:42:58 -05:00
KS Jannette
8a5f5db903
refact css sytem
2026-03-02 03:36:21 -05:00
KS Jannette
c2515472b2
more css hottie
2026-03-02 00:34:34 -05:00
KS Jannette
b3a08e8f25
css trick
check / check (push) Waiting to run
2026-03-02 00:28:13 -05:00
KS Jannette
647be874e5
m
2026-03-02 00:09:01 -05:00
KS Jannette
c12c4fe742
add image
2026-03-01 23:14:25 -05:00
KS Jannette
25850825b4
updated types and poller
2026-03-01 20:32:21 -05:00
KS Jannette
42a64fc043
Add multi-step onboarding wizard to replace bare signup form
...
Introduces a 5-step guided flow (Create Account → Add Wallet → Alert
Rules → Notifications → Done) that takes new users from zero to fully
configured alerts in one linear session. /signup now redirects to
/onboarding; already-onboarded users who revisit /onboarding are
redirected to /addresses.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-01 12:54:55 -05:00
KS Jannette
37ff644aa7
audit: fix issues #1-#9 (mock data, notifier interface, retry/timeout, digest scheduling, real status, RPC retry, dedup, address edit UI)
...
- #1 : remove mock alert events that poisoned production responses
- #2 : add Notifier interface + Send implementations for all channels
- #3/#4: notification goroutines now carry a 30s context timeout and retry up to 3x with exponential backoff
- #5 : schedule email digest in poller via DIGEST_INTERVAL_HOURS (default 24h)
- #6 : SystemStatus queries real checkpoint data; returns starting/active/idle with latestBlock and lag
- #7 : Ethereum RPC client retries on network errors, 429, and 5xx with 1s/2s backoff
- #8 : alert_events dedup index + ON CONFLICT DO NOTHING to prevent duplicate events on poller restart
- #9 : PATCH /v1/addresses/{id} for label editing; frontend address list gains inline edit and remove buttons
2026-03-01 07:49:08 -05:00
KS Jannette
a5590a438f
notifcation dongif setttings - save to DB
check / check (push) Waiting to run
2026-03-01 03:36:32 -05:00
KS Jannette
c494bf5f53
Building out notification update channels
check / check (push) Waiting to run
2026-03-01 03:23:08 -05:00
KS Jannette
112c9d0627
more style, mostly of w3 compliance
check / check (push) Waiting to run
2026-03-01 02:05:36 -05:00