Skip to content

Landing update - #1567

Open
Greg-Orca wants to merge 49 commits into
stablefrom
landing-update
Open

Landing update#1567
Greg-Orca wants to merge 49 commits into
stablefrom
landing-update

Conversation

@Greg-Orca

Copy link
Copy Markdown
Contributor

No description provided.

Greg-Orca added 21 commits July 14, 2026 15:21
…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.
@Greg-Orca Greg-Orca moved this from Todo to Ready for QA in Editor Roadmap Jul 23, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken path, may look wrong. Fix path.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a loop. Why is this the end?

Comment thread src/renderer/config-blocks/icons/global.svg
Comment thread src/renderer/config-blocks/icons/lookup.svg
Comment thread src/renderer/config-blocks/icons/repeater-loop.svg

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get better tracing for this icon, bottom is jagged.

Greg-Orca and others added 26 commits July 24, 2026 13:43
…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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

align info box right

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete icon and where we use it

});
}

function handleWindowKeyDown(e: KeyboardEvent) {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Ready for QA

Development

Successfully merging this pull request may close these issues.

2 participants