Refactor UI components and add NewSessionPage; replace TestPage with NewSessionPage, implement ActionsSidebarWrapper, and enhance ActionsPopover and ControlsPopover with Popover component for improved UI interactions.

This commit is contained in:
2025-10-15 17:00:30 +05:00
parent 728d727cd1
commit d4d5bf609f
8 changed files with 257 additions and 44 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ export default {
theme: {
extend: {},
screens: {
"2xl": { min: "1440px" },
"2xl": "1440px",
},
},
plugins: [],