[#361] Improve search result page (#375)

* [#361] added back button

* [#361] greatly improved looks of results

* [#361] added popup on click

* [#361] removed classnames with \!important replaced with style in component

---------

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-12-02 15:26:00 +01:00
committed by GitHub
parent 8a68280023
commit 325d33caef
10 changed files with 328 additions and 90 deletions
@@ -199,7 +199,6 @@ describe("SearchResultsPage", () => {
});
expect(screen.getByText("Untitled Event")).toBeInTheDocument();
expect(screen.getByText("-")).toBeInTheDocument();
});
it("should format all-day events correctly", () => {