summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types
AgeCommit message (Expand)Author
2024-01-28Show mode-specific keybinding suggestionsJesse Duffield
2024-01-28Improve keybinding descriptionsJesse Duffield
2024-01-26Use inline status for fetching remotesStefan Haller
2024-01-23Set groundwork for better disabled reasons with range selectJesse Duffield
2024-01-19Keep same branch selected when refreshing branchesStefan Haller
2024-01-19Disable range-select in menu and suggestions viewJesse Duffield
2024-01-19Enforce single-item selection in various actionsJesse Duffield
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2024-01-19Add range selection ability on list contextsJesse Duffield
2024-01-14Allow showing Disabled errors as error panel instead of toastStefan Haller
2024-01-14Make DisabledReason a structStefan Haller
2024-01-14Add ErrorToast functionStefan Haller
2024-01-14Make it possible to handle toasts in integration testsStefan Haller
2023-12-10Fall back to WithWaitingStatus if item is scrolled out of viewStefan Haller
2023-12-09Add WithWaitingStatusSyncStefan Haller
2023-12-09Layout the bottom line view using spacer viewsJesse Duffield
2023-10-16Rerender certain views when their width changesStefan Haller
2023-10-10When refreshing models, re-apply active filter for the corresponding viewStefan Haller
2023-10-08Remove sync mutexStefan Haller
2023-10-08Add WithInlineStatus helper functionStefan Haller
2023-10-08Add GetItemOperation/SetItemOperation/ClearItemOperation to IStateAccessorStefan Haller
2023-09-25Don't select current search result when showing search statusJesse Duffield
2023-09-20Remove unused WithLoaderPanel codeStefan Haller
2023-09-20Add history for search view (#2877)Jesse Duffield
2023-09-20Add search historyKarim Khaleel
2023-09-18Add Enabled func to BindingStefan Haller
2023-09-18Add DisabledReason field to MenuItemStefan Haller
2023-09-04Extract a SaveAppStateAndLogError functionStefan Haller
2023-08-30Don't show toasts when running integration testsStefan Haller
2023-08-29Add option to add sections to menusStefan Haller
2023-08-29Add a mechanism to insert non-model items into list contextsStefan Haller
2023-08-02Remove file watcher codeJesse Duffield
2023-07-31Add automated demo recordings (#2853)Jesse Duffield
2023-07-31Add demo test variantJesse Duffield
2023-07-31Move IgnoreWhitespaceInDiffView to AppState, and persist it when it changesStefan Haller
2023-07-31Add a "Mark commit as base commit for rebase" commandStefan Haller
2023-07-31Add CheckedOutBranch to Model structStefan Haller
2023-07-30Land in the same panel when switching to a worktreeJesse Duffield
2023-07-30Initial addition of support for worktreesJoel Baranick
2023-07-22Keep track of authors across local commits and branch commits for suggestionsJesse Duffield
2023-07-20Only apply right-alignment on first column of keybindings menuJesse Duffield
2023-07-19Properly fix accordion issueJesse Duffield
2023-07-10Use an interface for tasks instead of a concrete structJesse Duffield
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-07-09Add dev doc for busy/idle trackingJesse Duffield
2023-07-09Add mutex for refreshing branchesJesse Duffield
2023-07-08Add busy count for integration testsJesse Duffield
2023-07-03Scroll to top when filtering and retain selection when cancelling filterJesse Duffield
2023-07-03Cancel filter/search when hitting escapeJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield