Commit Graph

108 Commits

Author SHA1 Message Date
mrleemurray
b923a7ae73 style(quick-input): replace fixed border-radius with variable for consistency 2026-03-02 10:23:04 +00:00
mrleemurray
ef7a51a4bb style(suggest-widget): replace fixed border-radius with variable for consistency 2026-03-02 10:23:03 +00:00
mrleemurray
13a6803cba style(quick-input): replace fixed border-radius with variable for consistency 2026-03-02 10:22:58 +00:00
Benjamin Pasero
fe85be6c2d Merge branch 'main' into mrleemurray/custom-menu-update 2026-03-01 08:08:21 +01:00
mrleemurray
ea2dc89c51 fix: update border colors and remove unnecessary shadows in 2026 Light theme 2026-02-27 11:10:40 +00:00
David Dossett
a6bcce17ed Align custom menu styling with chat picker visuals 2026-02-26 10:04:34 -08:00
mrleemurray
b9afe180fa enhance notifications styling for reduced transparency mode
Co-authored-by: Copilot <copilot@github.com>
2026-02-26 17:55:00 +00:00
mrleemurray
4dec73ed63 enhance defineKeybindingWidget styles with important flags for shadow and background color 2026-02-26 17:43:45 +00:00
mrleemurray
0371658b57 fix: improve notification styles and adjust shadow properties 2026-02-26 15:33:54 +00:00
mrleemurray
0d6dd5d5d5 fix: add missing semicolon in sticky widget background style 2026-02-26 11:54:43 +00:00
mrleemurray
494df680c8 fix: add missing semicolon in sticky widget background style 2026-02-26 11:54:27 +00:00
mrleemurray
b75d9899e6 feat: enhance dropdown and sticky widget styles with improved shadows and backgrounds 2026-02-26 11:41:35 +00:00
Lee Murray
8d1f10b0b8 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-25 17:13:26 +00:00
mrleemurray
b595f2b94c Add depth shadows for panels in the editor to enhance UI layering
Co-authored-by: Copilot <copilot@github.com>
2026-02-25 16:08:31 +00:00
David Dossett
4eb8f169e5 Update chat input: hide attachments bar, move/restyle context window hint (#296390)
* Simplify chat input: hide attachments bar, move context usage widget

- Hide attachments bar by default, only show with manual attachments
- Remove Add Files button entirely
- Stop rendering implicit context pill (data still collected/sent)
- Move context usage pie widget from top-right to bottom toolbar
- Make input editor 2 lines tall by default (non-compact mode)

* fix: chat input toolbar icons use icon-foreground instead of foreground

- Move Add Context action to ChatInput menu alongside tools button
- Fix theme-2026 styles.css override that stomped toolbar codicon color
  with --vscode-foreground; now uses --vscode-icon-foreground
- Add matching icon-foreground override in chat.css for specificity safety
- Switch context usage indicator from pie chart to stroke-based ring
- Account for context usage widget width in toolbar layout calculation
- Set explicit ordering for toolbar sections (input, context usage, execute)

* fix: remove unused isAttachmentAlreadyAttached method and dead imports

* fix: derive input min height from editor options instead of hardcoded values

* fix: remove dead ChatInputAttachmentToolbar menu registration

* fix: show attach context in execute toolbar for quick chat, not input toolbar
2026-02-20 10:23:22 -08:00
Lee Murray
48bbea1dab Merge pull request #296271 from microsoft/mrleemurray/dizzy-coral-nightingale
Adjust inactive titlebar opacity for improved visibility
2026-02-19 12:15:14 +00:00
mrleemurray
5a3602ec06 style(titlebar): adjust inactive titlebar opacity for improved visibility 2026-02-19 11:59:15 +00:00
Lee Murray
b428f9121b Merge pull request #296259 from microsoft/mrleemurray/pleasant-bronze-urial
Improve visibility of quick input list and settings count widget
2026-02-19 11:48:42 +00:00
mrleemurray
1b91ab65e6 style: enforce important flag on quick input list separator border for consistency 2026-02-19 11:15:37 +00:00
mrleemurray
edf78b572b style: update quick input list and settings count widget for improved visibility 2026-02-19 11:12:29 +00:00
mrleemurray
8e87038b65 refactor(theme): update selectors to include 'vs' class for improved styling consistency 2026-02-19 10:47:10 +00:00
Lee Murray
2518e1f36f Merge pull request #296019 from microsoft/mrleemurray/uniform-orange-planarian
Adjust z-index for in-editor pane iframes
2026-02-18 16:57:54 +00:00
mrleemurray
2d131b8663 refine quick input list separator styles and enhance settings editor background colors 2026-02-18 16:41:25 +00:00
Lee Murray
f071a3fe56 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-18 14:58:33 +00:00
mrleemurray
ac2c7aab7f Adjust z-index for in-editor pane iframes to ensure proper rendering above sidebar and sashes 2026-02-18 14:45:34 +00:00
David Dossett
7d8ebbc9a8 Chat input styling: border radius, icon colors, toolbar tweaks (#294351)
* Chat input styling: border radius, icon colors, toolbar tweaks

* Swap all send icons to arrowUp, fix toolbar icon colors

* Fix missing semicolon, move inline styles to CSS class

* Update 2026 theme chat input radius to radius-lg

* Update descriptionForeground to #888888 in 2026 dark theme

* Revert background agent Copilot CLI customizations
2026-02-17 18:48:33 +00:00
mrleemurray
7520304216 Add hover background for sticky scroll in dark and light themes 2026-02-17 12:23:49 +00:00
mrleemurray
cebaef18d3 Fix indentation 2026-02-17 12:20:25 +00:00
mrleemurray
2b42a80885 Enhance quick input list styles for better visibility and interaction 2026-02-17 12:13:01 +00:00
mrleemurray
152d29bd0c Fix sticky widget styles for reduced transparency theme 2026-02-17 11:38:34 +00:00
mrleemurray
4960dbf34e Add hover background for sticky line content in editor 2026-02-17 11:36:30 +00:00
mrleemurray
9777d84972 Enhance minimap autohide functionality and improve sticky widget styles 2026-02-17 11:29:57 +00:00
Lee Murray
2e0ae5f4f1 Merge pull request #294934 from microsoft/mrleemurray/lively-amethyst-rooster
Refactor theme styles for buttons and quick input widgets
2026-02-13 17:50:26 +00:00
Lee Murray
71c0804d67 Merge pull request #295166 from microsoft/mrleemurray/double-bronze-gibbon
Enhance quick input widget styling for better visibility and interaction
2026-02-13 14:11:11 +00:00
mrleemurray
8bc0e77401 Enhance quick input widget styling for better visibility and interaction 2026-02-13 13:47:44 +00:00
mrleemurray
8d43dd606a Add support for reduced transparency in accessibility settings 2026-02-13 13:37:03 +00:00
mrleemurray
61ce2a354b style(theme): adjust background property for quick input widget rows 2026-02-12 15:19:50 +00:00
mrleemurray
f211ce87b4 style(theme): adjust backdrop filter for peek view widget to enhance visual clarity 2026-02-12 15:19:16 +00:00
mrleemurray
0791e86ff1 style(theme): update menu separator background and refine quick input widget styles 2026-02-12 14:48:44 +00:00
mrleemurray
78e3e7713a style(theme): update button hover backgrounds and enhance quick input widget transparency 2026-02-12 14:36:13 +00:00
mrleemurray
315525c23b refactor(theme): update button border color and clean up unused shadows in styles 2026-02-12 14:17:45 +00:00
Lee Murray
b75669b3b9 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-12 13:03:52 +00:00
mrleemurray
b13dc5eacf Remove backdrop-filter from minimap in dark theme for improved performance 2026-02-12 12:59:15 +00:00
mrleemurray
c0c8316db8 Remove redundant border-radius inheritance from vertical action bars in context menus 2026-02-11 15:06:40 +00:00
mrleemurray
1cd08a4237 Refactor context menu styles by removing unnecessary backdrop-filter rules 2026-02-11 14:58:27 +00:00
mrleemurray
c91fbe4b39 Update menu separator color and enhance backdrop-filter for context menus 2026-02-11 12:17:00 +00:00
Lee Murray
93ff801e0f Merge pull request #294149 from microsoft/mrleemurray/dying-coral-bat
Update widget border colors and hover backgrounds for theme consistency
2026-02-10 17:06:50 +00:00
mrleemurray
85e3eef75f Add border and box-shadow to notifications center for improved visibility 2026-02-10 15:59:02 +00:00
mrleemurray
9b7047a5f0 Update widget border colors and adjust border-radius for consistency in themes 2026-02-10 15:45:58 +00:00
mrleemurray
02c85ea7ba Enhance 2026 theme: update editor sticky scroll background and adjust light theme tab and breadcrumb colors 2026-02-10 15:09:22 +00:00