summaryrefslogtreecommitdiffstats
path: root/runtime/ui/app.go
AgeCommit message (Expand)Author
2021-02-15normalize application config and loggingupdate_viewsAlex Goodman
2021-02-14create constructors package, move viewmodel initialization into this packagedwillist
2021-02-06refactor keybinding structures into separate packagedwillist
2021-01-22respect dive.config view settingsdwillist
2021-01-22update keybinding display to not carry and statedwillist
2021-01-20add mock based viewmodel testsdwillist
2021-01-19update colorization to inherit settings from terminaldwillist
2021-01-19update formatting & refactor to pass unit testsdwillist
2021-01-18remove CNB specific logic for nowdwillist
2021-01-18update styling and improve keybinding displaydwillist
2021-01-17add keybinding menudwillist
2021-01-15update colorization and formatting of outputdwillist
2021-01-13add keybindings to grid that separates layerview from filetreedwillist
2021-01-12updates to layer_primitivedwillist
2021-01-04viper configured filetree keybindingsdwillist
2021-01-01Update runtime/ui/app.goDaniel Thornton
2020-12-19hide image details and layer details for height constrained windowsdwillist
2020-12-19formatting and import changes using goimportsdwillist
2020-12-19add visible grid component that allows us to hide views and re-allocate the a...dwillist
2020-12-13Merge branch 'update_views' of github.com:dwillist/dive into update_viewsdwillist
2020-12-13make ui views hidable, Hide filter view when not in useDan
2020-12-12add wrapper for dive-like borderless/title styleAlex Goodman
2020-10-30extend typical views with a new one displaying fake CNB contentdwillist
2020-10-29refactor to add composable viewmodelsdwillist
2020-10-28add filterview & update filetree drawingdwillist
2020-10-23implement general behavior using tviewdwillist
2019-11-27add testsAlex Goodman
2019-11-23added simple layout managerAlex Goodman
2019-11-19fix nil log dest; clean tar pathsAlex Goodman
2019-10-13decouple views with listenersAlex Goodman