Uh oh!
There was an error while loading. Please reload this page.
refactor(desktop): rename UI components to kebab-case - #2417
Merged
Conversation
Munan059
commented
Aug 7, 2026
ContributorAuthor
@Astro-Han A main commit (#2421) modified ProvidersPanel.tsx after I renamed it to providers-panel.tsx, so the PR now has a merge conflict. Since I enabled "Allow edits by maintainers", could you please resolve it when you have a moment? I want to make sure I don't lose your changes from #2421. Thanks! |
Astro-Han
commented
Aug 7, 2026
Contributor
Working on it! |
Astro-Han
commented
Aug 7, 2026
Contributor
The CI failed on main, would need to fix it before merging. |
Custom pet settings on Appearance call window.maka.pets on mount. The story fixture never provided that channel after the pet PRs landed, so smoke:storybook failed with subscribeChanges of undefined.
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Renames the remaining PascalCase desktop UI components to kebab-case as part of #1413.
renderer/OnboardingHero.tsx→onboarding-hero.tsxrenderer/settings/SettingsModal.tsx→settings/settings-modal.tsxrenderer/settings/ProvidersPanel.tsx→settings/providers-panel.tsxUpdated all references in:
renderer/chat-message-surface.tsxrenderer/app-shell-overlays.tsxrenderer/settings/settings-surface.tsxmain/__tests__/astryx-component-behavior.test.tsAlso fixes two stale filename references left in comments.
Verification: typecheck/build + affected contract tests via CI. Behavior-neutral, flat off
main.The other #1413 sub-items already landed on
main, so this PR covers only the remaining three renames.