Skip to content

Conversation

@dimitrieh
Copy link
Owner

  • Repositioned workspace footer to overlay on canvas with transparent background
  • Increased footer button size from 19x19px to 28x28px to match tab link buttons
  • Extended workspace chart to full height (bottom: 0)
  • Removed palette footer completely (display: none)
  • Removed sidebar footer and extended sidebar content to full height
  • Workspace footer now floats on top of canvas editor at the bottom

Fixes #50

@dimitrieh
Copy link
Owner Author

@claude remove the bottom25px CSS from left sidebar .red-ui-palette-container and remove the .red-ui-sidebar-footer from the right sidebar

@claude
Copy link

claude bot commented Sep 25, 2025

Claude finished @dimitrieh's task —— View job


✅ CSS adjustments completed

I've successfully made the requested CSS changes to both sidebars:

Changes made:

  1. Removed bottom spacing from palette container

    • Changed .red-ui-palette-scroll bottom from 25px to 0 in palette.scss
    • The left sidebar palette now extends to the full height
  2. Right sidebar footer

    • The .red-ui-sidebar-footer was already hidden with display: none in sidebar.scss
    • No additional changes were needed

Visual confirmation:

The changes have been tested with Playwright and confirmed working:

  • Left sidebar palette extends to the bottom without the 25px gap
  • Right sidebar has no visible footer and uses full height
  • Both sidebars now properly utilize the entire vertical space

Files modified:

  • packages/node_modules/@node-red/editor-client/src/sass/palette.scss

The changes have been committed and pushed to the branch.


[Job Run](https://github.com/dimitrieh/node-red/actions/runs/${{ github.run_id }}) • Branch: claude/issue-50-20250925-0801

@claude claude bot temporarily deployed to nr-experiments September 25, 2025 09:08 Inactive
@github-actions
Copy link

Experiment Deployed

Your Node-RED experiment is now live at:
https://nr-claude-issue-50-20250925-0801.tailbfedba.ts.net

View all experiments: https://dashboard.tailbfedba.ts.net

This deployment will automatically expire in 7 days.


Branch: claude-issue-50-20250925-0801
Deployed: 2025-09-25 09:12:10 UTC

@dimitrieh dimitrieh force-pushed the claude/issue-50-20250925-0801 branch from 92a4dfa to f6d2736 Compare September 26, 2025 16:29
@github-actions
Copy link

Experiment Deployed

Your Node-RED experiment is now live at:
https://nr-claude-issue-50-20250925-0801.tailbfedba.ts.net

View all experiments: https://dashboard.tailbfedba.ts.net

This deployment will automatically expire in 7 days.


Branch: claude-issue-50-20250925-0801
Deployed: 2025-09-26 16:55:19 UTC

@github-actions
Copy link

Experiment Deployed

Your Node-RED experiment is now live at:
https://nr-claude-issue-50-20250925-0801.tailbfedba.ts.net

View all experiments: https://dashboard.tailbfedba.ts.net

This deployment will automatically expire in 7 days.


Branch: claude-issue-50-20250925-0801
Deployed: 2025-09-29 11:23:49 UTC

github-actions bot and others added 2 commits September 30, 2025 16:54
- Repositioned workspace footer to overlay on canvas with transparent background
- Increased footer button size from 19x19px to 28x28px to match tab link buttons
- Extended workspace chart to full height (bottom: 0)
- Removed palette footer completely (display: none)
- Removed sidebar footer and extended sidebar content to full height
- Workspace footer now floats on top of canvas editor at the bottom

Fixes #50

Co-authored-by: Dimitrie Hoekstra <[email protected]>
- Changed .red-ui-palette-scroll bottom from 25px to 0
- Palette now extends to full height of the left sidebar
- Right sidebar footer already hidden with display: none

Co-authored-by: Dimitrie Hoekstra <[email protected]>
@dimitrieh dimitrieh force-pushed the claude/issue-50-20250925-0801 branch from e26f4e9 to f77831d Compare September 30, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove bottom bars and move buttons inside editor

2 participants