ui: ESLint config updates - #27700
Merged
Merged
Conversation
ServeurpersoCom
approved these changes
Aug 25, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the UI codebase to align with updated ESLint/formatting rules by applying consistent Svelte attribute ordering and whitespace normalization across Storybook stories, UI primitives, and application components.
Changes:
- Normalized Svelte
<script>attribute ordering (e.g.,lang="ts" module, generic scripts). - Reordered component attributes/props to match formatter output (including spread props placement consistency).
- Applied
npm run formatoutput across Storybook tests, UI primitives, and chat/settings UI components (whitespace/newlines).
Reviewed changes
Copilot reviewed 267 out of 267 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/ui/tests/stories/SidebarNavigation.stories.svelte | Formatting/attribute order normalization |
| tools/ui/tests/stories/PwaRefreshAlert.stories.svelte | Formatting/attribute order normalization |
| tools/ui/tests/stories/MarkdownContent.stories.svelte | Formatting/attribute order normalization |
| tools/ui/tests/stories/ChatScreenForm.stories.svelte | Formatting/attribute order normalization |
| tools/ui/tests/stories/ChatMessage.stories.svelte | Formatting/attribute order normalization |
| tools/ui/tests/stories/a11y/SidebarNavigationConversationItem.a11y.stories.svelte | Formatting/attribute order normalization |
| tools/ui/tests/stories/a11y/ScrollCarousel.a11y.stories.svelte | Formatting/attribute order normalization |
| tools/ui/tests/stories/a11y/ChatScreenForm.a11y.stories.svelte | Formatting/attribute order normalization |
| tools/ui/tests/stories/a11y/ChatMessageStatistics.a11y.stories.svelte | Formatting/attribute order normalization |
| tools/ui/tests/stories/a11y/ActionIcon.a11y.stories.svelte | Formatting/attribute order normalization |
| tools/ui/tests/client/components/PickerListScrollHarness.svelte | Formatting/attribute order normalization |
| tools/ui/tests/client/components/McpServerFormWrapper.svelte | Formatting/attribute order normalization |
| tools/ui/tests/client/components/AgenticPerfWrapper.svelte | Formatting/attribute order normalization |
| tools/ui/src/routes/settings/+layout.svelte | Formatting/attribute order normalization |
| tools/ui/src/routes/search/+page.svelte | Formatting/attribute order normalization |
| tools/ui/src/routes/+layout.svelte | Formatting/attribute order normalization |
| tools/ui/src/routes/+error.svelte | Formatting/attribute order normalization |
| tools/ui/src/routes/(chat)/chat/[id]/+page.svelte | Formatting/attribute order normalization |
| tools/ui/src/routes/(chat)/+page.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/tooltip/tooltip-trigger.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/tooltip/tooltip-content.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/textarea/textarea.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/table/table.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/table/table-row.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/table/table-header.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/table/table-head.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/table/table-footer.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/table/table-cell.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/table/table-caption.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/table/table-body.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/switch/switch.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/skeleton/skeleton.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/sheet/sheet-title.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/sheet/sheet-overlay.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/sheet/sheet-header.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/sheet/sheet-footer.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/sheet/sheet-description.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/sheet/sheet-content.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/separator/separator.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/select/select-trigger.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/select/select-separator.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/select/select-scroll-up-button.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/select/select-scroll-down-button.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/select/select-label.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/select/select-item.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/select/select-group-heading.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/select/select-content.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/scroll-area/scroll-area.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/scroll-area/scroll-area-scrollbar.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/radio-group/radio-group.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/radio-group/radio-group-item.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/popover/popover-trigger.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/popover/popover-content.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/label/label.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/input/input.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/hover-card/hover-card-content.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/empty/empty.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/empty/empty-title.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/empty/empty-media.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/empty/empty-header.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/empty/empty-description.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/empty/empty-content.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dropdown-menu/dropdown-menu-sub-trigger.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dropdown-menu/dropdown-menu-sub-content.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dropdown-menu/dropdown-menu-shortcut.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dropdown-menu/dropdown-menu-separator.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dropdown-menu/dropdown-menu-radio-item.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dropdown-menu/dropdown-menu-label.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dropdown-menu/dropdown-menu-item.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dropdown-menu/dropdown-menu-group-heading.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dropdown-menu/dropdown-menu-content.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dropdown-menu/dropdown-menu-checkbox-item.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dialog/dialog-title.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dialog/dialog-overlay.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dialog/dialog-header.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dialog/dialog-footer.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dialog/dialog-description.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/dialog/dialog-content.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/collapsible/collapsible.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/checkbox/checkbox.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/card/card.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/card/card-title.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/card/card-header.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/card/card-footer.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/card/card-description.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/card/card-content.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/card/card-action.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/button/button.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/badge/badge.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/alert/alert.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/alert/alert-title.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/alert/alert-description.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/alert-dialog/alert-dialog-title.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/alert-dialog/alert-dialog-overlay.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/alert-dialog/alert-dialog-header.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/alert-dialog/alert-dialog-footer.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/alert-dialog/alert-dialog-description.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/alert-dialog/alert-dialog-content.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/alert-dialog/alert-dialog-cancel.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/ui/alert-dialog/alert-dialog-action.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/pwa/PwaRefreshAlert.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/pwa/PwaMetaTags.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/settings/SettingsMcpServers.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/settings/SettingsFooter.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/settings/SettingsChatMobileHeader.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/settings/SettingsChatDesktopSidebar.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/settings/SettingsChat/SettingsChatToolsTab.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/settings/SettingsChat/SettingsChatParameterSourceIndicator.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/settings/SettingsChat/SettingsChat.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/server/ServerStatus.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/server/ServerLoadingSplash.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/navigation/SidebarNavigation/SidebarNavigationSearchResults.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/navigation/SidebarNavigation/SidebarNavigationSearch.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/navigation/SidebarNavigation/SidebarNavigationActions.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/navigation/DropdownMenuSearchable.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/navigation/DropdownMenuActions.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/models/ModelsSelectorList.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/models/ModelBadge.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/misc/ScrollCarousel.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/misc/ConversationSelection.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/misc/CodeBlockActions.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpServerIdentity.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpServerCardSkeleton.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpServerCard/McpServerCardHeader.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpServerCard/McpServerCardEditForm.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpServerCard/McpServerCardCompact.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpServerCard/McpServerCardActions.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpResourceTemplateForm.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpResourcesBrowser/McpResourcesBrowserServerItem.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpResourcesBrowser/McpResourcesBrowserHeader.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpResourcesBrowser/McpResourcesBrowser.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpResourcePreview.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/mcp/McpActiveServersAvatars.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/forms/SearchInput.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/forms/KeyValuePairs.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/forms/InputWithSuggestions.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogModelNotAvailable.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogModelInformation.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogMcpResourcePreview.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogFileUploadError.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogExportSettings.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogEmptyFileAlert.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogConversationSelection.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogConversationRename.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogConfirmation.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogCodePreview.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogChatError.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/dialogs/DialogChatAttachmentsPreview.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/content/SyntaxHighlightedCode.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/content/MermaidPreviewControls.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/content/MermaidPreview.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/content/CollapsibleTerminalBlock.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/content/CollapsibleContentBlock.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatTabs/ChatTabsNewChatButton.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatTabs/ChatTabsItem.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatTabs/ChatTabs.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreenStreamResumeStatus.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreenServerError.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreenForm.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreenDialogsAndAlerts.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreenActionScrollDown.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageStatistics/ChatMessageStatisticsBadge.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessages.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageReasoningBlock.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageEditForm.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageActions/ChatMessageActionIcons/ChatMessageActionIconsBranchingControls.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageActions/ChatMessageActionCard/ChatMessageActionCardPermissionRequest.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageActions/ChatMessageActionCard/ChatMessageActionCardContinueRequest.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageActions/ChatMessageActionCard/ChatMessageActionCard.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageUser/ChatMessageUserPending.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageUser/ChatMessageUserBubble.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageUser/ChatMessageUser.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageToolCall/ToolCallBlock.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageToolCall/ChatMessageToolCallBlockWriteFile.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageToolCall/ChatMessageToolCallBlockRunJavascript.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageToolCall/ChatMessageToolCallBlockReadMedia.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageToolCall/ChatMessageToolCallBlockReadFile.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageToolCall/ChatMessageToolCallBlockGrepSearch.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageToolCall/ChatMessageToolCallBlockGetInfo.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageToolCall/ChatMessageToolCallBlockGetDatetime.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageToolCall/ChatMessageToolCallBlockFileGlobSearch.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageToolCall/ChatMessageToolCallBlockEditFile.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageSystem/ChatMessageSystem.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageSynthetic.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageMcpPrompt/ChatMessageMcpPromptContent.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageMcpPrompt/ChatMessageMcpPrompt.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageCwdChange.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageAssistant/ChatMessageAssistantStatistics.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessageAssistant/ChatMessageAssistantProcessingInfo.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessage.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPickers.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPickerMcpPrompts/ChatFormPromptPickerArgumentInput.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPickerMcpPrompts/ChatFormPromptPickerArgumentForm.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPickerCommand.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPicker/ChatFormPickerPopover.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPicker/ChatFormPickerListItemSkeleton.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPicker/ChatFormPickerListItem.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPicker/ChatFormPickerList.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPicker/ChatFormPickerItemHeader.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormMcpResourcesList.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormInput/ChatFormInputRich.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormInput/ChatFormInputFileInputInvisible.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormInput/ChatFormInputBasic.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormInput/ChatFormInput.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormCurrentWorkingDirectory/ChatFormCurrentWorkingDirectoryResultsList.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormCurrentWorkingDirectory/ChatFormCurrentWorkingDirectoryChip.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormContextGauge/ContextGaugePopup.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormContextGauge/ContextGaugeLoadModel.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormContextGauge/ContextGaugeDial.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormContextGauge/ContextGaugeDetails.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormContextGauge/ContextGaugeDetailRow.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormContextGauge/ChatFormContextGauge.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionSubmit.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActions.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionModels.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAdd/ChatFormActionAddToolsSubmenu.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAdd/ChatFormActionAddReasoningSubmenu.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAdd/ChatFormActionAddMcpServersSubmenu.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAdd/ChatFormActionAddButton.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview/ChatAttachmentsPreviewThumbnailStrip.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview/ChatAttachmentsPreviewNavButtons.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview/ChatAttachmentsPreviewCurrentItem/ChatAttachmentsPreviewCurrentItemVideo.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview/ChatAttachmentsPreviewCurrentItem/ChatAttachmentsPreviewCurrentItemImage.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview/ChatAttachmentsPreviewCurrentItem/ChatAttachmentsPreviewCurrentItemAudio.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview/ChatAttachmentsPreviewCurrentItem/ChatAttachmentsPreviewCurrentItem.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview/ChatAttachmentsPreview.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList/ChatAttachmentsListItem/ChatAttachmentsListItemThumbnailImage.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList/ChatAttachmentsListItem/ChatAttachmentsListItemThumbnailFile.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList/ChatAttachmentsListItem/ChatAttachmentsListItemMcpPrompt.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList/ChatAttachmentsList.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/actions/ActionIconCopyToClipboard.svelte | Formatting/attribute order normalization |
| tools/ui/src/lib/components/app/actions/ActionIcon.svelte | Formatting/attribute order normalization |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
ggerganov
approved these changes
Aug 25, 2026
thecodacus
pushed a commit
to thecodacus/llama.cpp
that referenced
this pull request
Sep 7, 2026
* chore: Spacing between sibling elements in html markup * chore: Formatting and linting rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Only eslint config rules update + result of running
npm run formatRequirements