Commit graph

25 commits

Author SHA1 Message Date
f25ee42d3b
refactor: minor clippy lint 2026-06-26 20:20:28 -07:00
26af92df96
feat: use only software rendering
this reduces the memory usage from 85.5MB to 25MB
2026-06-26 20:01:36 -07:00
420008aebd
fix: missing hardware rendering dependencies 2026-06-26 19:55:46 -07:00
fb90fb8e97
feat: remove x11 and tiny-skia support
but; Error: GraphicsCreationFailed(GraphicsAdapterNotFound { backend: "wgpu", reason: RequestFailed("no adapter was found for the options requested: \"RequestAdapterOptions { power_preference: HighPerformance, force_fallback_adapter: false, compatible_surface: None }\"") })
2026-06-26 19:24:34 -07:00
333d5d890b
refactor: replace qualified path with use 2026-06-26 10:00:53 -07:00
477a658e1b
feat: placeholder icon 2026-06-26 09:36:35 -07:00
6a94970282
chore: comply with REUSE 2026-06-26 09:33:33 -07:00
04d54db6f6
feat: use plainer arrows 2026-06-25 21:31:06 -07:00
cd9e76947a
fix: alignment inconsistence
when there were no elements,
the alignment of the parent column matters
2026-06-25 21:13:13 -07:00
7b8c42fb90
feat: homogenize padding 2026-06-25 20:28:33 -07:00
65dfe4c229
feat: remove support for older data 2026-06-25 20:09:53 -07:00
90ddb63daf
fix: support for older data 2026-06-25 20:07:52 -07:00
321160461b
fix: add safeguard to avoid saving when init failed 2026-06-25 19:30:59 -07:00
8036728152
feat: persist notes 2026-06-25 18:46:31 -07:00
3cc6e65fa4
feat: text editor for transient notes 2026-06-25 17:40:30 -07:00
52b83efc2c
feat: move "add element" button into the scrollable 2026-06-25 17:23:05 -07:00
05ee2fc381
feat: move "add category" to the top
this makes everything symmetrical
2026-06-25 17:18:00 -07:00
c28204bd9f
feat: basic input field cycling 2026-06-25 15:29:08 -07:00
d9c7807cca
build(nix): add missing dependancy
auto-patchelf could not satisfy dependency libgcc_s.so.1 wanted by /nix/store/iziq61qknha0aa3skjcxb44x63kyx891-fridge-0.1.0/bin/fridgeG
2026-06-25 15:10:08 -07:00
e7b46b17c4
feat: add a bit of padding 2026-06-25 15:06:07 -07:00
ad2e15605e
feat: moving elements 2026-06-25 15:06:07 -07:00
1ea9e22d01
first prototype 2026-06-25 15:06:07 -07:00
0c8c0463d5
add data w/ serde and RON 2026-06-25 15:05:54 -07:00
6fb5d40c1c
rename to "fridge"
iced todo, todo fridge, task fridge, fridge
2026-06-25 12:59:30 -07:00
1949a815ee
init repo 2026-06-24 21:29:26 -07:00