Accessible File Search

- keyboard combination g+f in code view
- navigatable file search list with j+k
- remove helptext tooltip
This commit is contained in:
Till-André Diegeler
2025-03-24 15:34:06 +01:00
parent a47c3d4fc4
commit 1fea8429b1
18 changed files with 451 additions and 154 deletions

View File

@@ -43,7 +43,7 @@ describe("Repository File Search", () => {
// Act
cy.visit(`/repo/${namespace}/${name}/code/sources`);
cy.byTestId("file_search_button").click();
cy.url().should("include", `/repo/${namespace}/${name}/code/search/main?q=`);
cy.url().should("include", `/repo/${namespace}/${name}/code/search/main`);
cy.byTestId("file_search_filter_input").type("README");
// Assert