Initial commit: Meshkee dashboards monorepo.

Includes business, customer, and super-admin apps with shared packages and production deploy scripts.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-07-22 13:48:53 +03:30
co-authored by Cursor
commit f566387c61
509 changed files with 62690 additions and 0 deletions
@@ -0,0 +1,40 @@
.panel {
width: 100%;
background: var(--glass-bg);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid var(--glass-border);
border-radius: var(--radius);
box-shadow: var(--glass-shadow);
padding: 24px;
}
.placeholderLead {
margin: 0 0 10px;
font-size: 15px;
line-height: 1.6;
color: var(--text-primary);
font-weight: 500;
}
.placeholderNote {
margin: 0;
font-size: 13px;
line-height: 1.6;
color: var(--text-secondary);
}
.featureList {
margin: 16px 0 0;
padding-left: 18px;
display: flex;
flex-direction: column;
gap: 8px;
font-size: 13px;
line-height: 1.5;
color: var(--text-secondary);
}
.featureList li::marker {
color: var(--primary);
}