Commit graph

8 commits

Author SHA1 Message Date
Roland
d8ef0e70e0
chore: sync Wails CLI version in CI with go.mod (v2.14.0) (#2547)
Some checks are pending
Multiplatform Docker build & push / build (push) Waiting to run
Code quality - linting and typechecking / linting (push) Waiting to run
Backend testing with Postgres / test-postgres (push) Waiting to run
The Dependabot bump updated github.com/wailsapp/wails/v2 to v2.14.0 in
go.mod but the wails workflow still installed the CLI at v2.12.0. Align
the CI install and document in AGENTS.md that both must be updated
together.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-13 14:41:11 +07:00
Roland
4585ac6da3
chore: document branch naming conventions (#2417)
chore: document branch naming conventions in AGENTS.md

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 19:38:13 +07:00
René Aaron
bb9249c767
feat: replace wallet balance toggle with Lightning / On-chain tabs (#2306)
* feat: prototype balance switcher variants on wallet screen

Adds two switcher styles (icon-only segmented control and tab-style
control) alongside the original "Spending Balance ⇅" toggle, with a
floating dev-only variant toggle for side-by-side comparison.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* feat: replace balance toggle with tab switcher

Drops the icon-only and original variants plus the dev preview toggle,
keeping just the Lightning / On-chain tab switcher and a wider gap to
the balance underneath.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* refactor: use shadcn Tabs primitive for balance switcher

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* refactor: type balance switcher icons with LucideIcon

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* refactor: only render balance switcher when on-chain wallet exists

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* docs: note lucide-react *Icon suffix convention in AGENTS.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Roland Bewick <roland.bewick@gmail.com>
2026-05-07 13:01:17 +07:00
Roland
21e7b1d885
docs: add avoid useNavigate point to AGENTS.md (#2300) 2026-05-06 11:01:00 +02:00
saunter
ac88c8d573
feat(frontend): improve wallet balance section layout (#2199)
* feat(frontend): improve wallet page balance layout

Center the wallet balance area and tune spacing for a cleaner visual rhythm.
Move secondary actions to the header as ghost buttons and use a vertical more icon.

Made-with: Cursor

* fix: no important modifiers

* fix: remove important modifiers

* fix: use ghost for both occurrences

* fix: screenreader

* fix: center fiat amount skeleton on wallet page

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: René Aaron <rene@twentyuno.net>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 11:34:50 +02:00
René Aaron
b7ce5340bd
fix: update AGENTS.md for common problems in ui development (#2179)
* fix: common problems in ui

* fix: add layout, spacing, and copy guidance to AGENTS.md

Address recurring agent mistakes: nested card layouts, inconsistent
spacing, and copy that doesn't match the user's context inside the wallet.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 14:08:13 +02:00
Adithya Vardhan
6303c3ed6b
fix: fetch currencies through alby backend api (#2212)
* fix: fetch currencies through alby backend api

* fix: pass currency to bitcoin rate handler
2026-04-09 23:03:26 +05:30
René Aaron
c8ccdcb9b7
feat: agents.md (#2132)
* feat: agents.md

* fix: wrap in text blocks
2026-03-17 10:38:50 +01:00