chore: remove unused panel icon resources

Remove panel-left-symbolic.svg and panel-right-symbolic.svg
as they are no longer needed.
This commit is contained in:
mow 2026-01-15 19:04:58 +01:00
parent 31fd194d44
commit a4bba8d4f1
3 changed files with 0 additions and 17 deletions

View file

@ -199,10 +199,3 @@ Full keyboard-driven workflow:
- **Planned**: Design complete, implementation pending
- **Partial**: Basic functionality exists, enhancements needed
- **In Progress**: Currently being developed
## Contributing
Features marked as "Planned" have their message handlers already prepared in the codebase. Look for:
- `OpenPath`, `RefreshMetadata` in `src/app/message.rs`
- `ToggleCropMode`, `ToggleScaleMode` in transformation handlers
- Comments marked with `TODO:` in document implementations