From 8d237f10f45cb26d65d3bc7b5e1bd0a421fd40c7 Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 29 Jun 2024 18:51:03 +0100 Subject: [PATCH] chore(issues): update issues with feedback --- ISSUES.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ISSUES.md b/ISSUES.md index 17ba390..dc16dfd 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -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 @@ -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