Skip to content

Conversation

@RemiBonnet
Copy link
Member

@RemiBonnet RemiBonnet commented Jan 6, 2026

Summary

  • Add PostHog
  • Add Cluster EKS Anywhere settings
  • Fix UI Cluster Overview and Sidebar

Screenshots / Recordings

Testing

  • Changes tested locally in the relevant Console's pages and Storybooks
  • yarn test or yarn test -u (if you need to regenerate snapshots)
  • yarn format
  • yarn lint

PR Checklist

  • I followed naming, styling, and TypeScript rules (see .cursor/rules)
  • I performed a self-review (diff inspected, dead code removed)
  • I titled the PR using Conventional Commits with a scope when possible (e.g. feat(service): add new Terraform service) - required for semantic-release
  • I only kept necessary comments, written in English (watch for useless AI comments)
  • I involved a designer to validate UI changes if I am not a designer
  • I covered new business logic with tests (unit)
  • I confirmed CI is green (Codecov red can be accepted)
  • I reviewed and executed locally any AI-assisted code

- Introduced a new route for managing EKS Anywhere cluster settings.
- Implemented form handling using react-hook-form for state management.
- Added loading states and error handling for cluster data retrieval and editing.
- Enhanced UI with a settings heading and a submit button for saving changes.
…KS settings

- Adjusted margin classes in the ClusterOverview component for consistent spacing.
- Updated text color classes in the ClusterEksSettings component for improved readability and design consistency.
- Enhanced sidebar item layout by wrapping icons in a span for better alignment and styling.
@RemiBonnet
Copy link
Member Author

Qovery Preview

Qovery can create a Preview Environment for this PR.
To trigger its creation, please post a comment with one of the following command.

Command Blueprint environment
/qovery preview 15d69f24-9bc1-4a8d-80fe-d1bb1b2bcd00 New Navigation
/qovery preview {all|UUID1,UUID2,...} To preview multiple environments

This comment has been generated from Qovery AI 🤖.
Below, a word from its wisdom :

Make it work, make it right, make it fast

@RemiBonnet RemiBonnet marked this pull request as ready for review January 6, 2026 16:42
Copy link
Contributor

@rmnbrd rmnbrd left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@RemiBonnet RemiBonnet merged commit f3571f2 into new-navigation Jan 7, 2026
1 check passed
@RemiBonnet RemiBonnet deleted the feat/cluster-eks-anywhere-settings branch January 7, 2026 09:51
rmnbrd pushed a commit that referenced this pull request Jan 19, 2026
* feat(main): integrate PostHog for analytics trackingt

* feat(eks-anywhere): add EKS Anywhere settings page

- Introduced a new route for managing EKS Anywhere cluster settings.
- Implemented form handling using react-hook-form for state management.
- Added loading states and error handling for cluster data retrieval and editing.
- Enhanced UI with a settings heading and a submit button for saving changes.

* refactor(ui): update spacing and text color in cluster overview and EKS settings

- Adjusted margin classes in the ClusterOverview component for consistent spacing.
- Updated text color classes in the ClusterEksSettings component for improved readability and design consistency.
- Enhanced sidebar item layout by wrapping icons in a span for better alignment and styling.
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