This website requires JavaScript.
Explore
Help
Sign In
starred
/
warmbly
Watch
1
Star
0
Fork
0
You've already forked warmbly
mirror of
https://github.com/warmbly/warmbly.git
synced
2026-08-20 16:01:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d4b201eef065ea13445da4c7bf6a0fb3fe434852
warmbly
/
web
/
src
T
History
Matthew Meszaros
f48ae60476
feat: build the ai step editors and smooth out the flow lines
2026-07-21 17:35:11 +02:00
..
app
feat: clean up the dither charts and give them more room
2026-07-21 17:35:11 +02:00
components
feat: build the ai step editors and smooth out the flow lines
2026-07-21 17:35:11 +02:00
hooks
fix: show the real plan badge, mailbox tags and live sidebar stats
2026-07-21 17:35:11 +02:00
lib
feat: build the ai step editors and smooth out the flow lines
2026-07-21 17:35:11 +02:00
stores
feat: render the assistant's stream like a live agent and surface its keybindings in the panel: text_delta chunks append to a live-flagged trailing block that the closing full-text event replaces, the trailing block of a running turn types itself out through a rAF SmoothText typewriter with the blinking caret so even chunky providers read as continuous generation, and the empty state gains kbd chips for toggle, new chat, pop out, and minimize plus an all-shortcuts link into the shortcuts dialog
2026-07-19 10:42:10 +02:00
global.css
feat: live usage-based credit feedback — every fresh debit publishes BILLING_CREDITS_CHANGED through the creditwatch monitor so the header meter counts down in real time (AnimatedNumber tween, plus client-side invalidation on write/edit/draft success), generation responses now return the real credits_charged and tokens_used from the usage settle and every AI surface shows the true cost instead of flat labels, and the composer AI became overlay-based: the draft bar floats over the body instead of pushing layout, a sky sheen sweeps the input while the model writes, and the selection being rewritten is painted with pulsing highlight rects that grow as the rewrite types in
2026-07-18 16:30:05 +02:00
main.tsx
feat: make billing tabs real URL paths: the route becomes billing/:tab? with /app/settings/billing/plans, /ai-credits, and /payment slugs (unknown slugs normalize to the overview), Stripe checkout and topup return URLs point at the tab they left from, the header credits meter deep-links to /ai-credits, the settings topbar subtitle matches nested billing paths, and the document title covers the sub-paths
2026-07-19 13:50:03 +02:00
setupTests.ts
ci: drop tsc from web build, relax Elixir warnings, pin picomatch / path-to-regexp
2026-05-23 16:37:53 +00:00