ework-web 0.10.82 → 0.10.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ework-web",
3
- "version": "0.10.82",
3
+ "version": "0.10.83",
4
4
  "type": "module",
5
5
  "description": "ework-web — standalone multi-project issue tracker. Local SQLite-backed, no external API dependency. Bun + TypeScript + SSR HTML.",
6
6
  "license": "MIT",
@@ -78,7 +78,8 @@ export async function buildIssueList(
78
78
  .new-btn{margin-left:auto;background:var(--green);color:#fff;padding:.3rem .8rem;border-radius:6px;font-size:13px;font-weight:600}
79
79
  .row{display:block;padding:.6rem .2rem;border-bottom:1px solid var(--border);color:var(--text);text-decoration:none}
80
80
  .row:hover{text-decoration:none;background:var(--bg-muted)}
81
- .row-title{font-weight:500;overflow-wrap:anywhere}
81
+ .row-title{font-weight:600;overflow-wrap:anywhere}
82
+ .row:hover .row-title{color:var(--accent)}
82
83
  .row-meta{color:var(--text-muted);font-size:12px;margin-top:.2rem}
83
84
  .empty{color:var(--text-muted);text-align:center;padding:2rem;font-size:13px}
84
85
  .row-labels{display:inline;margin-left:.3rem}
@@ -63,7 +63,8 @@ export async function buildIssuesFeed(
63
63
  .tabs-sub a.active{background:var(--bg-muted);color:var(--text);font-weight:600}
64
64
  .row{display:block;padding:.6rem .2rem;border-bottom:1px solid var(--border);color:var(--text);text-decoration:none}
65
65
  .row:hover{text-decoration:none;background:var(--bg-muted)}
66
- .row-title{font-weight:500;overflow-wrap:anywhere}
66
+ .row-title{font-weight:600;overflow-wrap:anywhere}
67
+ .row:hover .row-title{color:var(--accent)}
67
68
  .row-meta{color:var(--text-muted);font-size:12px;margin-top:.2rem}
68
69
  .empty{color:var(--text-muted);text-align:center;padding:2rem;font-size:13px}
69
70
  .row-labels{display:inline;margin-left:.3rem}