Commit graph

371 commits

Author SHA1 Message Date
Jesse Duffield
c6d424e4a4 show loader when filtering 2022-11-09 21:21:36 +11:00
Jesse Duffield
95cee378cb restore sorting tests 2022-11-09 21:21:36 +11:00
Jesse Duffield
82516385c0 use lazycore stuff 2022-11-09 21:21:36 +11:00
Jesse Duffield
52d2c1ce8c remove unused string 2022-11-09 21:21:36 +11:00
Jesse Duffield
b453ce8940 cleaning things up 2022-11-09 21:21:36 +11:00
Jesse Duffield
0bdd0e0539 yellow ports in container panel for consistency 2022-11-09 21:21:36 +11:00
Jesse Duffield
d964c59df0 dont store cyclable views in state 2022-11-09 21:21:36 +11:00
Jesse Duffield
dfff845469 more refactoring 2022-11-09 21:21:36 +11:00
Jesse Duffield
751dbef42e refactor some more 2022-11-09 21:21:35 +11:00
Jesse Duffield
aab8bcfbcc add deadlock detection for debug mode 2022-11-09 21:21:35 +11:00
Jesse Duffield
9b58b8188a remove redundant function 2022-11-09 21:21:35 +11:00
Jesse Duffield
f7beb6e83f stop support menu filtering for simplicity 2022-11-09 21:21:35 +11:00
Jesse Duffield
e6d4a97545 better search logic 2022-11-09 21:21:35 +11:00
Jesse Duffield
702361559f allow searching in any list view 2022-11-09 21:21:35 +11:00
Jesse Duffield
b6b5373999 fix some glitchiness caused by indeterminate sorting 2022-11-09 21:21:35 +11:00
Jesse Duffield
60df208924 convert menu panel to use new struct 2022-11-09 21:21:35 +11:00
Jesse Duffield
158ef68372 convert project panel to use new struct 2022-11-09 21:21:35 +11:00
Jesse Duffield
5aea90c08b convert containers panel to use new struct 2022-11-09 21:21:35 +11:00
Jesse Duffield
a4b4fee868 convert volumes panel to use new struct 2022-11-09 21:21:35 +11:00
Jesse Duffield
79a58c8d48 convert services panel to use new struct 2022-11-09 21:21:35 +11:00
Jesse Duffield
b80c8edcd0 convert images panel to use new struct 2022-11-09 21:21:35 +11:00
Jesse Duffield
e46b908006 support filtered list panel without dependency on gui package 2022-11-09 21:21:35 +11:00
Jesse Duffield
dcce4c67ec create list panel struct 2022-11-09 21:21:35 +11:00
Jesse Duffield
cb38e48add create filtered list struct 2022-11-09 21:21:35 +11:00
Jesse Duffield
57379252a5 bump gocui 2022-11-09 21:21:35 +11:00
Jesse Duffield
be347a7216 POC filtering on images panel 2022-11-09 21:21:35 +11:00
Jesse Duffield
10919b4dfb deterministically display container ports 2022-10-21 13:29:50 -07:00
Jesse Duffield
2134025de4
Merge pull request #379 from jesseduffield/ignore-substrings 2022-10-13 21:46:30 -07:00
Clement Sauvage
dddcf7c4a5 Add pkg/i18n/french.go 2022-10-12 18:28:24 +02:00
Jesse Duffield
9ec03eef45 ignore items with configured substrings 2022-10-10 21:00:41 -07:00
Jesse Duffield
129402fd50 use confirmation panel for upping project 2022-10-10 20:40:51 -07:00
Jesse Duffield
008ad719d6 allow jumping to top of main panel with home key 2022-10-10 20:34:05 -07:00
Jesse Duffield
0cdac0bca3 allow upping and downing whole project 2022-10-10 20:33:56 -07:00
Jesse Duffield
2f52bd04e6 properly display unforwarded port 2022-10-10 20:10:36 -07:00
Jesse Duffield
15990effff wait when upping 2022-10-10 19:57:34 -07:00
Jesse Duffield
195ccf41ce allow upping a service 2022-10-10 19:19:07 -07:00
Jesse Duffield
33df6ff3b0 update sponsor link 2022-10-10 18:40:49 -07:00
Jesse Duffield
38959a0e2b
Merge pull request #374 from gusandrioli/check-cheatsheet-is-up-to-date 2022-10-10 18:31:19 -07:00
Gustavo Andrioli
574e0b6f90 Remove GetLazydockerRootDirectory function 2022-10-10 21:22:55 -03:00
Gustavo Andrioli
337e57afbb Bump lazycore 2022-10-10 18:29:17 -03:00
Jesse Duffield
ec8dfbac06 sort volumes first on whether they have labels and secondly on name 2022-10-10 13:45:25 -07:00
Gustavo Andrioli
c56256358a Clean up 2022-10-10 17:43:32 -03:00
Gustavo Andrioli
119835c64d Check if cheatsheets are up to date on CI 2022-10-10 17:43:29 -03:00
Jesse Duffield
a614bd9a1d show selected line in blue 2022-10-09 18:43:19 -07:00
Jesse Duffield
46de6b365d clean up some things
remove redundant g argument
2022-10-09 18:36:42 -07:00
Jesse Duffield
a9d1694853 more concise showing of ports 2022-10-09 18:10:45 -07:00
Jesse Duffield
5988ec5745 display ports against container and service 2022-10-09 18:03:57 -07:00
Jesse Duffield
540c592b04 prevent issue where opening popup in maximised main view shows popup in front of a side view 2022-10-09 18:03:57 -07:00
Jesse Duffield
aa8504b8f6 fix focus issues 2022-10-09 18:03:57 -07:00
Jesse Duffield
fb7b28243b improve subprocess approach 2022-10-09 18:03:46 -07:00