Skip to content

refactor: change frontend primary colors and wrap content in cards#1492

Merged
edgehog-app[bot] merged 2 commits into
edgehog-device-manager:feat/ui-improvementsfrom
ArnelaL:wrap-content-in-cards
Jun 15, 2026
Merged

refactor: change frontend primary colors and wrap content in cards#1492
edgehog-app[bot] merged 2 commits into
edgehog-device-manager:feat/ui-improvementsfrom
ArnelaL:wrap-content-in-cards

Conversation

@ArnelaL

@ArnelaL ArnelaL commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

What this PR does / why we need it:

based on #1489

  • Updates frontend primary colors
  • Wraps content in Cards for better visual separation and organization.
  • Updates SearchBox to look consistent with the new design.
  • Updates Table styles to match the new design and improve readability.
  • Updates FormRow styles to align with the new design and enhance
    form layout.

Additional documentation e.g. usage docs, diagrams, reviewer notes, etc.:

Details

Screenshot from 2026-06-09 15-19-37 Screenshot from 2026-06-09 15-19-56 Screenshot from 2026-06-09 15-20-16 Screenshot from 2026-06-09 15-20-26 Screenshot from 2026-06-09 15-20-37 Screenshot from 2026-06-09 15-20-51 Screenshot from 2026-06-09 15-20-58 Screenshot from 2026-06-09 15-21-06 Screenshot from 2026-06-09 15-21-14 Screenshot from 2026-06-09 15-21-29 Screenshot from 2026-06-09 15-21-44


Thanks for sending a pull request! If this is your first time, here are some tips for you:
  1. You can take a look at our developer guide for an introduction on Edgehog development!
  2. Make sure to read CONTRIBUTING.md and CODE_OF_CONDUCT.md
  3. If the PR is unfinished or you're actively working on it, mark it as draft

When fixing existing issues, use github's syntax to link your pull request to it

fixes #<issue number>

We also have a syntax to signal dependencies to other open pull requests

depends on #<pr number>
depends on https://github.com/...

In case of stacked PRs, you may add the PR number in the last commit's title instead:

gitGraph
    commit id: "Current master"
    branch feat1
    checkout feat1
    commit id: "feat: add something"
    commit id: "feat: add something else (#100)"
    branch feat2
    checkout feat2
    commit id: "refactor: do something"
    commit id: "fix: solve issue"
    commit id: "feat: add a feature (#101)"
    branch feat3
    checkout feat3
    commit id: "feat: feat without pr number"
Loading

@ArnelaL ArnelaL force-pushed the wrap-content-in-cards branch from 55c3e31 to d6c9bcd Compare June 9, 2026 13:13
@ArnelaL ArnelaL changed the title Wrap content in cards refactor: change frontend primary colors and wrap content in cards Jun 9, 2026
@ArnelaL ArnelaL force-pushed the wrap-content-in-cards branch 3 times, most recently from a7bea44 to a72af84 Compare June 11, 2026 06:32
@ArnelaL ArnelaL marked this pull request as ready for review June 11, 2026 06:35
@ArnelaL ArnelaL force-pushed the wrap-content-in-cards branch 2 times, most recently from f82f804 to 13e86cb Compare June 12, 2026 06:45
@ArnelaL ArnelaL requested a review from lusergit June 12, 2026 12:29
ArnelaL added 2 commits June 15, 2026 14:51
Signed-off-by: Arnela Lisic <arnela.lisic@secomind.com>
- Wrapped content in Cards for better visual separation and organization.
- Updated SearchBox to look consistent with the new design.
- Updated Table styles to match the new design and improve readability.
- Updated FormRow styles to align with the new design and enhance
form layout.

Signed-off-by: Arnela Lisic <arnela.lisic@secomind.com>
@ArnelaL ArnelaL force-pushed the wrap-content-in-cards branch from 13e86cb to 19ee877 Compare June 15, 2026 13:03
@OmarBrbutovic

Copy link
Copy Markdown
Collaborator

/fast-forward

@edgehog-app edgehog-app Bot merged commit 19ee877 into edgehog-device-manager:feat/ui-improvements Jun 15, 2026
16 of 17 checks passed
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.

3 participants