fix: fix table horizontal scroll and collapsed sidebar

This commit is contained in:
2025-05-01 20:49:42 +08:00
parent ac7d1efb8d
commit 5645645c5f
19 changed files with 849 additions and 134 deletions

View File

@@ -4,6 +4,7 @@
"javascript": {
"globals": ["Liveblocks"]
},
"linter": {
"rules": {
"nursery": {
@@ -26,6 +27,12 @@
"noSvgWithoutTitle": "off"
},
"complexity": {
"noExcessiveCognitiveComplexity": {
"level": "warn",
"options": {
"maxAllowedComplexity": 20
}
},
"noBannedTypes": "off"
},
"correctness": {