Commit Graph

8 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
cfedfd3550 Refactor codebase: fix formatting, error handling, and remove magic numbers
Co-authored-by: foglar <82380203+foglar@users.noreply.github.com>
2025-10-09 09:06:18 +00:00
foglar
440ef38439 update tui and sidebar 2025-08-16 19:19:12 +02:00
foglar
71be36fc93 Testing messages loading 2025-08-12 13:45:36 +02:00
foglar
e3f9693cf6 Adds terminal unit resizing
Improves image rendering by allowing resizing based on terminal cell size, providing more control over image dimensions.
This is enabled by a new `units` parameter where 0 defaults to the previous pixel sizing and 1 enables terminal unit sizing.

Removes unused dependency.
2025-06-14 08:28:55 +02:00
foglar
7bde699fc2 Sets up Nix flake for reproducible builds
Adds Nix flake configuration for the project, enabling reproducible builds and dependency management using gomod2nix.
Also removes unused code from main.go.
2025-06-04 07:29:56 +02:00
foglar
f435b4eb82 update config structure and cleanup 2025-06-02 19:01:07 +02:00
foglar
5588d95957 added image rendering and resizing 2025-06-02 16:53:32 +02:00
foglar
675d65a99a restructure the code 2025-05-28 10:32:46 +02:00