Commit Graph

11 Commits

Author SHA1 Message Date
Alexandre Alves 84c234383a
Fix textual descriptions for cluster appearance in multiple places (#13416)
* Fix textual descriptions for cluster appearance in multiple places

* address pr comments

* address pr comments
2025-02-24 09:00:54 +00:00
Neil MacDougall 3ff358c401
Show badge color for local cluster (#13077) 2025-01-13 16:30:16 +00:00
Sorin 08f11a5d81
fixes i18n, new Cluster Appearance UX (#10677)
* fixes i18n and small UX
* new layout design for the modal
* enables edit badge from cluster explorer

---------

Signed-off-by: scures <scurescu@suse.com>
2024-04-29 17:12:16 +02:00
Mo Mesgin b9797a90dd remove unnecessary bottom border 2024-03-21 15:24:35 -07:00
Alexandre Alves 05d4cea23a
Allow switching between down stream clusters with a dropdown menu (#10535)
* add logic to handle key combos + add route change on key combo press

* fix issue with tooltip position + add correct icon for when key combo pressed + added all logic to make key combo capture and route change work

* final adjustments + bug fix with width of text in side nav which caused horizontal scroll

* add e2e test

* finish key combo logic + finish e2e tests

* fix icon in dark mode

---------

Co-authored-by: Alexandre Alves <aalves@Alexandres-MacBook-Pro.local>
2024-03-21 14:00:44 +00:00
scures 27889b0dbf
feat: cluster abbreviation to 3 chars, shows customisation on cluster creation 2024-03-11 14:43:28 +01:00
Sorin 8052619f61
APP Bar fixes (#10074)
* feat: app-bar fixes
2024-02-05 11:04:29 +01:00
Mo Mesgin 4b77f42f44 refactor accessing color property from cluster's badge 2023-09-26 08:41:59 -07:00
Mo Mesgin 4a75717d91 fixed unit tests coverage error because of using optional chaining in template 2023-09-22 11:29:08 -07:00
Sorin 67e6691934
fix: some scenarios with the smallIdentifier() (#9706)
* fix: some scenarios with the smallIdentifier()
* Minor refactor, add unit test
- Move bulk of smallIdentifier out to custom abbreviateClusterName
- Made `case 1` easier to read
- Added a bunch of unit tests
  - need to discuss some results

---------

Co-authored-by: Richard Cox <richard.cox@suse.com>
2023-09-15 11:06:44 +02:00
richa 2ffe8d3170
App bar pin cluster (#9674)
* feat: app-bar init implementation

* fix: users e2e test

* chore: removes extra code

* fix: adds the correct width for the app-bar

* fix: addressing feedback

* fix: cleans up max-items preference, layout improvements

* chore: removes extra file

* feedback

* fixes issue with extra padding in standalone

* fix: loading overlay

* fix: spaces

* fix: missing content

* Added pin clusetr list

* Removed commented code

* Fixed sorted list order

* fix: fedback

* removes the 2px top

* fix: brings back the local cluster icon

* fix: adds cluster filter badge & cluster count

* Fix pin cluster test

* Rename pinned-clusters in pref

* Added pin methoded in cluster model

* Added test for unpinning cluster

* Fixed test

* Fixed lint

* Clean up css

* Resolved feedback

* Fixed lint

* Removed local cluster badge test

* Removed model

---------

Co-authored-by: scures <scurescu@suse.com>
2023-09-13 15:45:39 +02:00