Skip to content

Commit

Permalink
chore(issues): update issues with feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpsoane committed Jun 29, 2024
1 parent ae695c0 commit 8d237f1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- Run Image
- New Image
- Tag Image
- Show dangling images

# Exec
- Add modal to provide exec command when exec-ing into a container
Expand All @@ -17,12 +16,20 @@
# Filesystems
- Access image/container filesystem & get file

# Other
# Other/Tech Debt
- Fix error message when docker isn't installed/docker.sock is unavailable
- Potentially offer alternative sock path as well?
- Proper help page in repo & included in app somewhere
- Use mod.rs; current setup is hella confusing


- Modals to use trait objects
- Fix callbacks to use closures
- Add filter widget/component (similar to vim searching)
- General purpose modals for errors
- Add tracing of some sort
- Simplify page loading/closing lifecycle
- Can visibility be removed, and just rely on constructor?

# Not currently in scope
- Swarm specific features

0 comments on commit 8d237f1

Please sign in to comment.