Compare commits
5 Commits
2855cc7f81
..
v1.3.1
| Author | SHA1 | Date | |
|---|---|---|---|
| e3d089a71f | |||
| 120b61a423 | |||
| cd16b7ea28 | |||
| afbdefa549 | |||
| f1e192c5d4 |
@@ -97,7 +97,7 @@ jobs:
|
|||||||
if fixes:
|
if fixes:
|
||||||
sections.append('### Bug Fixes\n\n' + '\n'.join(fixes))
|
sections.append('### Bug Fixes\n\n' + '\n'.join(fixes))
|
||||||
notes = '\n\n'.join(sections) or '_No changes_'
|
notes = '\n\n'.join(sections) or '_No changes_'
|
||||||
body = notes + '\n\n### Image\n\n`' + img + ':' + v + '`'
|
body = notes + '\n\n### Image\n\n' + img + ':' + v
|
||||||
payload = {'tag_name': 'v'+v, 'name': 'Catalyst v'+v, 'body': body, 'draft': False, 'prerelease': False}
|
payload = {'tag_name': 'v'+v, 'name': 'Catalyst v'+v, 'body': body, 'draft': False, 'prerelease': False}
|
||||||
open('/tmp/release_body.json', 'w').write(json.dumps(payload))
|
open('/tmp/release_body.json', 'w').write(json.dumps(payload))
|
||||||
PYEOF
|
PYEOF
|
||||||
|
|||||||
-52
@@ -712,55 +712,3 @@ select:focus { border-color: var(--accent); }
|
|||||||
0%, 100% { opacity: 1; }
|
0%, 100% { opacity: 1; }
|
||||||
50% { opacity: 0; }
|
50% { opacity: 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── MOBILE ── */
|
|
||||||
@media (max-width: 640px) {
|
|
||||||
/* Reset desktop zoom — mobile browsers handle scaling themselves */
|
|
||||||
html { zoom: 1; }
|
|
||||||
|
|
||||||
/* Nav */
|
|
||||||
nav { padding: 0 16px; }
|
|
||||||
|
|
||||||
/* Dashboard header */
|
|
||||||
.dash-header { padding: 18px 16px 14px; }
|
|
||||||
|
|
||||||
/* Stats bar */
|
|
||||||
.stat-cell { padding: 10px 16px; }
|
|
||||||
|
|
||||||
/* Toolbar — search full-width on first row, filters + button below */
|
|
||||||
.toolbar { flex-wrap: wrap; padding: 10px 16px; gap: 8px; }
|
|
||||||
.search-wrap { max-width: 100%; }
|
|
||||||
.toolbar-right { margin-left: 0; width: 100%; justify-content: flex-end; }
|
|
||||||
|
|
||||||
/* Instance grid — single column */
|
|
||||||
.instance-grid {
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
padding: 12px 16px;
|
|
||||||
gap: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Detail page */
|
|
||||||
.detail-page { padding: 16px; }
|
|
||||||
|
|
||||||
/* Detail header — stack title block above actions */
|
|
||||||
.detail-header { flex-direction: column; align-items: flex-start; gap: 14px; }
|
|
||||||
|
|
||||||
/* Detail sub — wrap items when they don't fit */
|
|
||||||
.detail-sub { flex-wrap: wrap; row-gap: 4px; }
|
|
||||||
|
|
||||||
/* Detail grid — single column */
|
|
||||||
.detail-grid { grid-template-columns: 1fr; }
|
|
||||||
|
|
||||||
/* Toggle grid — 2 columns instead of 3 */
|
|
||||||
.toggle-grid { grid-template-columns: 1fr 1fr; }
|
|
||||||
|
|
||||||
/* Confirm box — no fixed width on mobile */
|
|
||||||
.confirm-box { width: auto; max-width: calc(100vw - 32px); padding: 18px; }
|
|
||||||
|
|
||||||
/* History timeline — stack timestamp above event */
|
|
||||||
.tl-item { flex-direction: column; align-items: flex-start; gap: 3px; }
|
|
||||||
.tl-time { order: -1; }
|
|
||||||
|
|
||||||
/* Toast — stretch across bottom */
|
|
||||||
.toast { right: 16px; left: 16px; bottom: 16px; }
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user