@yemi33/minions 0.1.2412 → 0.1.2413
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/dashboard/slim/styles.css +18 -12
- package/package.json +1 -1
|
@@ -703,30 +703,36 @@
|
|
|
703
703
|
.agent-detail-row / .tile-item). */
|
|
704
704
|
#slim-tile-modal .modal { width: 720px; max-width: calc(100vw - 32px); }
|
|
705
705
|
/* W-mqrdggys000f94a4 / W-mr28ko750010199f / W-mr3l7y0m0007102a /
|
|
706
|
-
W-mrtdnknm000med95
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
706
|
+
W-mrtdnknm000med95 / W-mrkpke07000i8ed5 / W-mrz17l6j00098079 —
|
|
707
|
+
CLASSIC-SCREEN-EMBEDDING MODALS. The Engine + Queued-work + Plans + PRs
|
|
708
|
+
tiles embed a full classic screen (/engine, /work, /plans, /prs) in an
|
|
709
|
+
iframe, and the Settings modal embeds /settings?embed=1. Give them a
|
|
710
|
+
near-fullscreen width (viewport-relative, capped so ultra-wide displays
|
|
711
|
+
keep a small margin) + drop the body padding so the embedded classic
|
|
712
|
+
screen gets the full width/height.
|
|
713
|
+
NOTE (W-mrz17l6j00098079): this is ONE grouped rule on purpose — any
|
|
714
|
+
FUTURE modal that hosts a classic-screen iframe (e.g. the in-flight
|
|
715
|
+
"Automation" composite tile W-mrz0x2a4) only needs its
|
|
716
|
+
`#slim-tile-modal.tile-modal--<key> .modal` / `.modal-body` selectors
|
|
717
|
+
added to the two groups below to inherit the near-fullscreen sizing —
|
|
718
|
+
no new width/height values to pick. Do NOT balloon the base
|
|
719
|
+
#slim-tile-modal 720px rule (list-style watches/dispatches tiles). */
|
|
710
720
|
#slim-tile-modal.tile-modal--engine .modal,
|
|
711
721
|
#slim-tile-modal.tile-modal--work .modal,
|
|
712
722
|
#slim-tile-modal.tile-modal--plans .modal,
|
|
713
|
-
#slim-tile-modal.tile-modal--prs .modal
|
|
723
|
+
#slim-tile-modal.tile-modal--prs .modal,
|
|
724
|
+
#slim-settings-modal .modal { width: calc(100vw - 32px); max-width: 1600px; }
|
|
714
725
|
#slim-tile-modal.tile-modal--engine .modal-body,
|
|
715
726
|
#slim-tile-modal.tile-modal--work .modal-body,
|
|
716
727
|
#slim-tile-modal.tile-modal--plans .modal-body,
|
|
717
|
-
#slim-tile-modal.tile-modal--prs .modal-body
|
|
718
|
-
/* W-mrkpke07000i8ed5 — the Settings modal embeds the full classic Settings
|
|
719
|
-
screen (/settings?embed=1) in an iframe; widen the modal + drop the body
|
|
720
|
-
padding so the embedded settings surface (left rail + content) gets the
|
|
721
|
-
full width/height. Mirrors the Queued-work/Plans/PRs tile treatment. */
|
|
722
|
-
#slim-settings-modal .modal { width: 1180px; max-width: calc(100vw - 32px); }
|
|
728
|
+
#slim-tile-modal.tile-modal--prs .modal-body,
|
|
723
729
|
#slim-settings-modal .modal-body { padding: 0; }
|
|
724
730
|
.slim-engine-embed,
|
|
725
731
|
.slim-work-embed,
|
|
726
732
|
.slim-plans-embed,
|
|
727
733
|
.slim-prs-embed,
|
|
728
734
|
.slim-settings-embed {
|
|
729
|
-
display: block; width: 100%; height: calc(100vh -
|
|
735
|
+
display: block; width: 100%; height: calc(100vh - 96px); min-height: 420px;
|
|
730
736
|
border: 0; background: var(--bg);
|
|
731
737
|
}
|
|
732
738
|
.tile-item {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2413",
|
|
4
4
|
"description": "Multi-agent AI dev team that runs from ~/.minions/ — five autonomous agents share a single engine, dashboard, and knowledge base",
|
|
5
5
|
"bin": {
|
|
6
6
|
"minions": "bin/minions.js"
|