Niko Syring
efa294b3e4
feat: add HandleClick, SpinnerChar and UI interaction methods for claude-pm overlay integration
2026-03-14 04:39:50 +01:00
Niko Syring
aac139368f
refactor: move internal/ to pkg/ for external importability
...
Moves all packages from internal/ to pkg/ so they can be imported
by external modules (needed for claude-pm integration).
- internal/app/ → pkg/app/
- internal/docker/ → pkg/docker/
- internal/config/ → pkg/config/
- internal/utils/ → pkg/utils/
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 07:05:59 +01:00
Niko Syring
51c9bfb704
feat: migrate lipgloss v1 to v2 (charm.land/lipgloss/v2)
...
Replace github.com/charmbracelet/lipgloss v1.1.0 with charm.land/lipgloss/v2 v2.0.2.
lipgloss.Color changed from a type to a function, so all type signatures
now use color.Color from image/color. Local variables named `color` renamed
to `clr` to avoid shadowing the package import.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 06:20:24 +01:00
Niko Syring
d41761d6e9
feat: complete Rust-to-Go rewrite with Bubbletea v2
...
Rewrites oxker from Rust/ratatui to Go/Bubbletea, migrated to the
Bubbletea v2 API (charm.land/bubbletea/v2). Removes all original Rust
source files and legacy Go modules (internal/ui, internal/input, bubbles).
Key changes:
- View() returns tea.View with declarative AltScreen and MouseMode
- KeyMsg → KeyPressMsg, MouseMsg → MouseClickMsg/WheelMsg/MotionMsg/ReleaseMsg
- execWriteKey rewritten for v2 key fields (Code/Mod/Text)
- Mouse toggle via View field instead of imperative commands
- Filter/search text input uses msg.Text for v2 space key compat
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 03:41:14 +01:00
Jack Wills
e020eb157c
chore: merge release-v0.13.0 into main
2026-02-23 15:18:21 +00:00
Jack Wills
4625102d1e
chore: release v0.13.0
2026-02-23 15:18:20 +00:00
Jack Wills
faf94c0a07
docs: Fix typos
2026-02-23 14:59:23 +00:00
Jack Wills
48c0450070
docs: changelog
2026-02-23 14:58:51 +00:00
Jack Wills
a0aa791824
chore: GitHub workflow updated
2026-02-23 14:58:13 +00:00
Jack Wills
340c85aa10
chore: postgres version bump
2026-02-23 14:55:07 +00:00
Jack Wills
48a89bef12
docs: Fix typos
2026-02-23 14:53:35 +00:00
Jack Wills
141bf74e8f
docs: changelog
2026-02-23 14:23:01 +00:00
Jack Wills
4658a8de26
chore: dependencies updated
2026-02-23 14:06:20 +00:00
Jack Wills
99fcb8fedf
feat: Network chart, closes #79
2026-02-23 13:57:50 +00:00
Jack Wills
5f942eb2e9
fix: Enable quit on Docker connect error screen
2026-02-07 12:52:35 +00:00
Jack Wills
ae7f3f4a94
refactor: redesigned help panel
2026-02-06 15:33:22 +00:00
Jack Wills
bebb687c59
chore: dependencies updated
2026-01-27 22:15:28 +00:00
Jack Wills
cd943f67e4
refactor: docker data spawns
...
Change from HashMap<id, handle>, to just HashSet<id>
2026-01-27 21:50:21 +00:00
Jack Wills
dc6206c55e
fix: DOCKER_HOST env priority, config.toml fix
2026-01-27 16:32:20 +00:00
Jack Wills
307810391c
tests: updated tests
2026-01-25 09:33:08 +00:00
Jack Wills
4b7bf38a3f
chore: dependencies updated
2026-01-24 16:32:39 +00:00
Jack Wills
8b5899ca23
chore: dependencies updated
2025-12-11 15:32:08 +00:00
Jack Wills
3e31a2a6bc
refactor: dead code removed
2025-12-09 11:37:10 +00:00
Jack Wills
0763a1024f
feat: set rust-version in Cargo.toml, closes #77
...
Update zigbuild docker run command to download latest rust version
2025-12-09 11:10:19 +00:00
Jack Wills
65d7970033
chore: Rust linting
2025-12-09 09:42:50 +00:00
Jack Wills
38dcc65973
docs: Dockerhub READEME.md updated
2025-12-09 09:34:03 +00:00
Jack Wills
f546723825
chore: merge main into dev
2025-09-28 08:45:10 +00:00
Jack Wills
c7a009a29f
chore: merge release-v0.12.0 into main
2025-09-28 08:45:05 +00:00
Jack Wills
d7700b467b
chore: release v0.12.0
2025-09-28 08:45:04 +00:00
Jack Wills
2241a4a082
docs: changelog
2025-09-27 21:35:05 +00:00
Jack Wills
618a43b501
docs: fix numerous typos
2025-09-27 21:34:07 +00:00
Jack Wills
6d424c8b0b
docs: changelog
2025-09-27 21:27:55 +00:00
Jack Wills
bfda183eb9
docs: changelog
2025-09-27 21:24:15 +00:00
Jack Wills
1596de8681
chore: dependencies updated
2025-09-27 21:23:37 +00:00
Jack Wills
69daba4f5a
docs: changelog
2025-09-27 21:21:52 +00:00
Jack Wills
66dae5e61e
chore: GitHub workflow updated
2025-09-27 21:21:42 +00:00
Jack Wills
aef0c9503e
chore: dependencies updated
2025-09-21 09:13:01 +00:00
Jack Wills
d4af754ad2
chore: create_release.sh updated
2025-09-20 22:33:22 +00:00
Jack Wills
f0771eab5d
chore: dependencies updated
2025-09-20 22:16:22 +00:00
Jack Wills
a2316a9cac
refactor: log search scroll
2025-09-20 22:15:43 +00:00
Jack Wills
96d9469623
feat: log search functionality, closes #72
2025-09-20 22:04:40 +00:00
Jack Wills
03599b4665
chore: dependencies updated
2025-09-13 09:55:10 +00:00
Jack Wills
52a04ec1d0
feat: scroll_down_many & scroll_up_many removed.
...
`scroll_down_one`/`scroll_up_one` renamed `scroll_up`/`scroll_down`
2025-09-13 09:52:52 +00:00
Jack Wills
487c3faf96
feat: term > filter term, tests updated
2025-08-31 15:40:06 +00:00
Jack Wills
072aa31b9d
Merge branch 'main' into dev
2025-08-31 14:50:23 +00:00
Jack Wills
a5f7b22254
Merge branch 'dev'
2025-08-31 14:49:54 +00:00
Jack Wills
ce3db21de4
docs: README.md updated
2025-08-31 14:45:56 +00:00
Jack Wills
95086fbb1c
docs: README.md updated
2025-08-31 14:45:26 +00:00
Jack Wills
47dd39a62f
fix: yet another workflow fix
2025-08-21 22:36:05 +00:00
Jack Wills
19d6494485
chore: merge main into dev
2025-08-21 22:22:28 +00:00