Vincent T.
Vincent T.
# Add Create Namespace Feature to UI fixes #1705 fixes #2055 ## Description This PR introduces a new feature to the UI that allows users to create namespaces directly from...
# Enhancements to Notifications List View for Better UX Solves issue #1667 ## Description This PR focuses on improving the user experience of the Notifications List View. It involves utilizing...
# Introduce Detail Drawer Mode in Headlamp For issue #1354 ## Description This PR introduces a new 'Detail Drawer' mode to Headlamp, providing users with the option to view details...
# Introduce FAQ Section in Headlamp Documentation Relates to issue #1473 ## Description This PR introduces a Frequently Asked Questions (FAQ) section to the Headlamp documentation, aimed at addressing common...
## Description This PR introduces a GitHub Action to automate the creation of pull requests for the winget-pkgs clone, utilizing our existing `create-winget.js` script. fixes #1631 ## Changes - [x]...
# Update Documentation for Local Playwright End-to-End Tests ## Description This PR updates the existing documentation to include more detailed instructions on setting up and running local Playwright end-to-end tests....
I have expanded on the documentation for the current playwright structure while running on local machines [Link](https://github.com/headlamp-k8s/headlamp/pull/1930) and have noticed there are some tests seem to be specifically for the...
Running the command `npx playwright test` to run the set of test at the same time causes some errors to occur. I think there are some issues that may depend...
Not sure if this is already being worked on but will open an issue for it ## Description While using the inspection tool there is a maximum depth error that...
Currently, when running playwright on a local environment there are certain tests that will fail by default. [Source](https://github.com/headlamp-k8s/headlamp/issues/1963) This is because of the few tests that are written using a...