Skip to content

Refactor input components and update styles across various modals and and components#493

Draft
stijnpotters1 wants to merge 2 commits into
masterfrom
fix/general-styling
Draft

Refactor input components and update styles across various modals and and components#493
stijnpotters1 wants to merge 2 commits into
masterfrom
fix/general-styling

Conversation

@stijnpotters1
Copy link
Copy Markdown
Contributor

@stijnpotters1 stijnpotters1 commented May 20, 2026

I think its better to checkout in the branch and check the changes
Keeps themes better into account

Action buttons in file tree could be seperate component, but we have to merge #491 before we can implement this.

<div
     role="button"
     tabIndex={0}
     className={actionBtnClass}
     title="Rename"
     onClick={(mouseEvent) => {
           mouseEvent.stopPropagation()
           triggerItemAction(item.index, editorContextMenu.handleRename)
      }}
      onKeyDown={(keyboardEvent) =>
            keyboardEvent.key === 'Enter' && triggerItemAction(item.index, editorContextMenu.handleRename)
       }
   >
      <Pen className="fill-foreground h-3.5 w-3.5" />
</div>

@stijnpotters1 stijnpotters1 self-assigned this May 20, 2026
@stijnpotters1 stijnpotters1 requested a review from philipsens May 20, 2026 12:46
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant