add main menu interface

- MainMenu
 - ChatItem (Widget)
 - ChatFolder (Widget)
 - ChatFolders (Widget)
 - ColorTheme
This commit is contained in:
2026-04-10 12:43:08 +03:00
parent 28f4e6b0ef
commit 210b59f8ed
11 changed files with 632 additions and 121 deletions

View File

@@ -0,0 +1,10 @@
{
"folders": [
{ "path": "client" },
{ "path": "server" },
{ "path": "shared" }
],
"settings": {
"dart.enableSdkFormatter": true
}
}