Mariusz Winnik

Results 5 issues of Mariusz Winnik

This PR fixes [#1719 ](https://github.com/headlamp-k8s/headlamp/issues/1719). ### Problem 1: Sidebar elements not visible **Before:** ![sidebar-before](https://github.com/headlamp-k8s/headlamp/assets/3165572/55596288-2ff5-44b4-9ac8-2e80196be268) **After:** ![sidebar-after](https://github.com/headlamp-k8s/headlamp/assets/3165572/9ac5f1e2-b9fb-46aa-b9bc-8a82f87e77cf) --- ### Problem 2: Invisible Navigation Tabs **Before:** ![navigation-tabs-before](https://github.com/headlamp-k8s/headlamp/assets/3165572/4cc61b7f-eb55-483f-86a4-8ef36d1ce730) **After:** ![navigation-tabs-after](https://github.com/headlamp-k8s/headlamp/assets/3165572/86fd3c36-49bd-4f80-aeba-738f2cc9f74f)

Currently on mobile devices, the elements in the sidebar and navigation tabs are not visible, limiting users' access to navigation. ### Problem 1: Sidebar elements not visible ![sidebar-before](https://github.com/headlamp-k8s/headlamp/assets/3165572/55596288-2ff5-44b4-9ac8-2e80196be268) --- ###...

@joaquimrocha, @illume what do you think about adding a new "Namespace Chooser" button to the top bar for easy and quick switching of the global default namespace? It could provide...

## What I did This PR is related to the issue [#1282](https://github.com/headlamp-k8s/headlamp/issues/1282). Changes apply only to the `/frontend` directory and replace `CRA` with `Vite 5` for development and production builds....

This issue fixes [#750](https://github.com/headlamp-k8s/headlamp/issues/750) by allowing to filter cluster resources on the backend by using a globally defined default namespace. It currently works with one namespace at a time, as...