Skip to content

[7307] Dark Mode#7360

Open
n-lark wants to merge 10 commits into
mainfrom
7307-dark-mode
Open

[7307] Dark Mode#7360
n-lark wants to merge 10 commits into
mainfrom
7307-dark-mode

Conversation

@n-lark
Copy link
Copy Markdown
Contributor

@n-lark n-lark commented Jun 1, 2026

Description

See #7307 (comment)

Related Issue(s)

Resolves #7307

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production
  • Link to Changelog Entry PR, or note why one is not needed.

Labels

  • Includes a DB migration? -> add the area:migration label

@n-lark n-lark self-assigned this Jun 1, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.66%. Comparing base (2c680ad) to head (b4e98e2).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7360   +/-   ##
=======================================
  Coverage   76.66%   76.66%           
=======================================
  Files         410      410           
  Lines       20874    20874           
  Branches     5066     5066           
=======================================
  Hits        16004    16004           
  Misses       4870     4870           
Flag Coverage Δ
backend 76.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…d migrate remaining hardcoded overlays and gradients to semantic tokens
@n-lark n-lark marked this pull request as ready for review June 2, 2026 17:28
@n-lark n-lark requested review from cstns and removed request for cstns June 2, 2026 17:28
@n-lark n-lark marked this pull request as draft June 3, 2026 13:16
Comment thread config/tailwind.config.js
theme: {
extend: {
colors: {
gray: {
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.

Just dropping comment so I don't forget - we need to sync up the Node-RED instances settings for 5.0 and others for themes to sync.

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.

Moved this work into its own ticket since we will need Node-RED changes: Sync FlowFuse dark theme preference with Node-RED 5+ #7380

…accent text/border semantics per peer feedback; light theme no changes
@n-lark n-lark marked this pull request as ready for review June 4, 2026 17:25
@n-lark n-lark requested review from allthedoll and cstns June 4, 2026 17:25
<template>
<div class="title mb-2 flex gap-2 items-center">
<img v-if="!icon" src="../../../../../images/icons/tree-view.svg" alt="tree-icon" class="ff-icon-sm">
<ShareIcon v-if="!icon" class="ff-icon-sm" aria-label="tree-icon" />
Copy link
Copy Markdown
Contributor Author

@n-lark n-lark Jun 4, 2026

Choose a reason for hiding this comment

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

Just wanted to call this out incase its an issue - swapped the tree-view icon to a heroicon so it can respect dark mode.

Goes from:

Image

to

Image

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.

Dark Mode

2 participants