My WorkspaceOrg main page, personal per-user project workspaces -- dashboard page, badges, CRUD + assign

This commit is contained in:
2026-07-12 21:54:03 -03:00
parent 52355428c4
commit 5728cf37b2
14 changed files with 638 additions and 67 deletions

View File

@@ -1 +0,0 @@
/* Skeleton plugin styles -- add CSS here. Loaded via template:layout:css. */

View File

@@ -0,0 +1,53 @@
/* WorkspaceOrg -- the [Workspace] badge shown before a project title. */
.wso-badge {
display: inline-block;
margin-right: 4px;
padding: 0 6px;
border-radius: 3px;
background: #34495e;
color: #fff;
font-size: 0.85em;
font-weight: bold;
vertical-align: middle;
}
/* "My workspaces" dashboard page. */
.wso-group {
margin-bottom: 25px;
}
.wso-group-title {
border-bottom: 1px solid #ddd;
padding-bottom: 4px;
margin-bottom: 8px;
}
.wso-group-actions {
margin-left: 12px;
font-size: 0.7em;
font-weight: normal;
}
.wso-group-actions a {
margin-right: 10px;
}
.wso-empty {
margin: 4px 0 0 4px;
color: #999;
font-style: italic;
}
.wso-table td {
vertical-align: middle;
}
.wso-move {
width: 220px;
text-align: right;
}
.wso-move-form {
display: inline;
margin: 0;
}

View File

@@ -1 +0,0 @@
// Skeleton plugin script -- add JS here. Loaded via template:layout:js.