summaryrefslogtreecommitdiffstats
path: root/pkg/gui/presentation
AgeCommit message (Expand)Author
2024-01-26Use inline status for fetching remotesStefan Haller
2024-01-22Add config setting to suppress showing file iconsStefan Haller
2024-01-22Show file names in default colour (#3081)Jesse Duffield
2024-01-22Show unstaged file names in default colourJesse Duffield
2024-01-15Don't try to shorten branch names that are already 3 characters or lessStefan Haller
2023-12-27feat: add age on stash linesAzraelSec
2023-12-10Fall back to WithWaitingStatus if view showing the item is not visibleStefan Haller
2023-10-18create iconProperties struct and convert iconMaps to use iconPropertiesaashish2057
2023-10-16Truncate long branch names to make branch status visibleStefan Haller
2023-10-16Make it possible to set the nerd fonts version to "off"Stefan Haller
2023-10-16Pass "now" into utils.LoaderStefan Haller
2023-10-08Add inline status for pushing tags and deleting remote tagsStefan Haller
2023-10-08Add inline status for pushing/pulling/fast-forwarding branchesStefan Haller
2023-08-29Add "Show divergence from upstream" entry to Upstream menu in branches panelStefan Haller
2023-08-29Remove the magenta color on menu items that open a menuStefan Haller
2023-08-28Make RenderDisplayStrings return the column positionsStefan Haller
2023-08-28Change RenderDisplayStrings to return a slice of stringsStefan Haller
2023-08-28Call getDisplayStrings with a valid range of model indicesStefan Haller
2023-08-28Change length parameter of getDisplayStrings to endIdxStefan Haller
2023-08-28Add icons for files with .mdx and .svelte file extensions (#2889)Jesse Duffield
2023-08-12Show commit mark before showing extra infoJesse Duffield
2023-08-07👽️ update worktree icons for NerdFont V3Saafo
2023-08-06added svelte and mdxHarshit Tomar
2023-07-31Add a "Mark commit as base commit for rebase" commandStefan Haller
2023-07-31Don't show branch marker for head commit unless updateRefs config is onStefan Haller
2023-07-31Visualize local branch heads in commits panelStefan Haller
2023-07-31Store full sha in branch modelStefan Haller
2023-07-31Remove the old experimentalShowBranchHeads mechanism and configStefan Haller
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-30Use fields rather than methods on worktreesJesse Duffield
2023-07-30Remove IO logic from presentation code for worktreesJesse Duffield
2023-07-30Add worktree integration testsJesse Duffield
2023-07-30Properly render worktrees in files panelJesse Duffield
2023-07-30Better logic for knowing which repo we're inJesse Duffield
2023-07-30Only show worktree in status panel if not the main worktree and worktrees are...Jesse Duffield
2023-07-30Associate branches with worktrees even when mid-rebaseJesse Duffield
2023-07-30i18n for worktreesJesse Duffield
2023-07-30Support creating worktrees from refsJesse Duffield
2023-07-30Move status panel presentation logic into presentation packageJesse Duffield
2023-07-30Improve name handlingJesse Duffield
2023-07-30RefactorJesse Duffield
2023-07-30Address PR commentsJoel Baranick
2023-07-30Style missing worktree as red and display better error when trying to switch ...Joel Baranick
2023-07-30Hide worktrees in the worktree panel if they point at a non-existing filesyst...Joel Baranick
2023-07-30Initial addition of support for worktreesJoel Baranick
2023-06-22Insert fake todo entry for a conflicting commit that is being appliedStefan Haller
2023-06-15Add nerdFontsVersion configStefan Haller
2023-06-15Turn remoteIcons into a mapStefan Haller
2023-06-01Apply correct styling to root commit in graphJesse Duffield
2023-06-01show commits against branchesJesse Duffield