feat(ui): refine home and private room navigation
Replace the floating bottom navigation with a full-width tab bar. Add splash press feedback and a neutral private room background.
This commit is contained in:
@@ -70,6 +70,9 @@ describe("splash Tailwind components", () => {
|
||||
expect(readyHtml).toContain("z-2");
|
||||
expect(readyHtml).toContain("max-w-120");
|
||||
expect(readyHtml).toContain("bg-[linear-gradient(to_right");
|
||||
expect(readyHtml).toContain("active:enabled:scale-96");
|
||||
expect(readyHtml).toContain("active:enabled:brightness-90");
|
||||
expect(readyHtml).toContain("touch-manipulation");
|
||||
expect(readyHtml).toContain("Start Chatting");
|
||||
expect(loadingHtml).toContain("disabled");
|
||||
expect(loadingHtml).toContain("animate-spin");
|
||||
|
||||
Reference in New Issue
Block a user