Gitnuro/src/main/kotlin/com/jetpackduba/gitnuro/ui/context_menu
Abdelilah El Aissaoui f2df70124b
Fixed Context Menu inconsistent behavior in diff screen
Also fixed empty context menu being shown when the list of items is empty (it required  the user to click once to close this invisible popup and make other actions work properly)
2024-05-27 02:47:35 +02:00
..
BranchContextMenu.kt Code cleanup 2023-12-24 21:30:09 +01:00
CommitedChangesEntriesContextMenu.kt Adapted code to latest kotlin features & fixed typos 2023-12-11 19:41:34 +01:00
ContextMenu.kt Fixed Context Menu inconsistent behavior in diff screen 2024-05-27 02:47:35 +02:00
CustomContextMenu.kt Fixed Context Menu inconsistent behavior in diff screen 2024-05-27 02:47:35 +02:00
DropDownContent.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
DropDownContentData.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
LogContextMenu.kt Hidden rebase interactive on the last commit of the current branch 2023-03-14 10:53:38 +01:00
PullContextMenu.kt Replaced compose dropdown with a custom implementation based on context menu 2023-03-25 14:07:38 +01:00
PushContextMenu.kt Replaced compose dropdown with a custom implementation based on context menu 2023-03-25 14:07:38 +01:00
RemoteContextMenu.kt Created custom implementation of context menu and added new icons 2022-09-28 15:08:17 +02:00
RepositoryAdditionalOptionsMenu.kt Replaced hard coded icons with constants 2023-03-08 01:41:10 +01:00
StashContextMenu.kt Replaced compose dropdown with a custom implementation based on context menu 2023-03-25 14:07:38 +01:00
StashesContextMenu.kt Replaced hard coded icons with constants 2023-03-08 01:41:10 +01:00
StatusDirEntriesContextMenu.kt Implemented treeview in files list 2024-01-23 17:33:27 +01:00
StatusEntriesContextMenu.kt Replaced hard coded icons with constants 2023-03-08 01:41:10 +01:00
SubmoduleContextMenu.kt Code cleanup 2023-12-24 21:30:09 +01:00
TagContextMenu.kt Added task type for most operations and reduced duplicated code 2024-03-24 00:14:04 +01:00