Pre-MCP UI and architecture cleanup (#19689)

This commit is contained in:
Aleksander Grygier
2026-02-18 12:02:02 +01:00
committed by GitHub
parent d0061be838
commit ea003229d3
52 changed files with 5551 additions and 4323 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
export enum ColorMode {
LIGHT = 'light',
DARK = 'dark',
SYSTEM = 'system'
}
/**
* URL prefixes for protocol detection.
* URL prefixes for protocol detection
*/
export enum UrlPrefix {
DATA = 'data:',