Landing update - #1567
Open
Greg-Orca wants to merge 49 commits into
Open
Conversation
…ders - Remove right panel toggle from App.svelte (moved to MiddlePanelContainer) - Make splitpanes splitters invisible (transparent, no border, min-width 0) - Replace hardcoded border colors with CSS variable var(--border) - Replace body background with var(--background) CSS variable - Add border and border-radius to RightPanelContainer - Add ModuleBorder selection ring (box-shadow) instead of border color change - Always-on gray border for unselected modules - Add ActiveChanges bar height control and fit-to-content width - Move minimap/right panel toggle buttons to bottom-left - Remove hardcoded action block background colors, use var(--background-muted) - Fix MidiFace edit-name-trigger alignment to right side - Move tracker toggle position in MiddlePanelContainer - Adjust GRID_GAP constant for module spacing
- Add `description` field to all config-block information objects (RX Mode, Variables, LED, MIDI, HID, element settings, timer, condition, loop, and special blocks) - Add `description` support to composite part factory and group definitions - Replace all old inline SVG icons with clean stroke-based icons from the `icons/` folder across all standalone `.svelte` files and `_composite-icons.ts` - Add `.stroke-icon` CSS rule in `app.css` to prevent unwanted fill inheritance on stroke-based icons - Increase icon sizes in ActionPicker (`w-6 h-6`) and DynamicWrapper (`w-8 h-8`) - Add hover-triggered marquee scroll for overflowing descriptions in ActionPicker - Fix color strip in DynamicWrapper to be a full-height `w-1.5` bar instead of a padded short strip
…ck component - Updated `DynamicWrapper` to include tooltip functionality for documentation links.
- Introduced theme options (dark, moss, sunset, icy) in Preferences panel. - Updated light mode handling in App component. - Improved welcome modal structure and styling for better user experience.
kkerti
reviewed
Jul 23, 2026
Contributor
There was a problem hiding this comment.
Broken path, may look wrong. Fix path.
kkerti
reviewed
Jul 23, 2026
Contributor
There was a problem hiding this comment.
This is a loop. Why is this the end?
kkerti
reviewed
Jul 23, 2026
kkerti
reviewed
Jul 23, 2026
kkerti
reviewed
Jul 23, 2026
kkerti
reviewed
Jul 23, 2026
Contributor
There was a problem hiding this comment.
Get better tracing for this icon, bottom is jagged.
…entNameChangePanel and add ModuleMIDIChannelChangePanel
- Updated the dependency for @intechstudio/grid-uikit to version 1.20260805.1241 in package.json. - Simplified type annotations in MidiFace.svelte for better readability. - Consolidated type unions in getMidi function within _utils.ts for cleaner code. - Adjusted fileFilter type definition in FirmwareDownloadOption.svelte for consistency. - Changed enum values in midi-types.ts to use identifiers instead of string literals for better type safety.
Greg-Orca
commented
Aug 10, 2026
Contributor
Author
There was a problem hiding this comment.
align info box right
Greg-Orca
commented
Aug 10, 2026
Contributor
Author
There was a problem hiding this comment.
delete icon and where we use it
Greg-Orca
commented
Aug 10, 2026
| }); | ||
| } | ||
|
|
||
| function handleWindowKeyDown(e: KeyboardEvent) { |
Contributor
Author
There was a problem hiding this comment.
this should be defined in app.svelte
…ertions; update modal focus handling and keyboard event management; enhance UI components with improved accessibility and styling; remove unused SVG icon; clean up code in various components for better maintainability.
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.
No description provided.