@ibgib/space-gib 0.0.21 → 0.0.23

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.
@@ -123,6 +123,7 @@
123
123
  <option value="4.8B">Row 4.8B (Phase 4.8B)</option>
124
124
  <option value="4.9B">Row 4.9B (Phase 4.9B)</option>
125
125
  <option value="4.10B">Row 4.10B (Phase 4.10B)</option>
126
+ <option value="VCS">Row VCS (In-Memory Workspace)</option>
126
127
  </select>
127
128
  </div>
128
129
 
@@ -270,6 +271,19 @@
270
271
  </div>
271
272
  </div>
272
273
 
274
+ <!-- Row VCS: In-Memory Workspace Projection & VCS Engine -->
275
+ <div class="dev-panel-row-container" data-row-id="VCS">
276
+ <span class="dev-panel-row-label">VCS</span>
277
+ <div class="dev-panel-row">
278
+ <button id="btn-vcs-init" class="dev-btn">1. Init In-Memory Repo</button>
279
+ <button id="btn-vcs-list" class="dev-btn" disabled>2. List Virtual Files</button>
280
+ <button id="btn-vcs-status" class="dev-btn" disabled>3. VCS Status</button>
281
+ <button id="btn-vcs-modify" class="dev-btn" disabled>4. Edit app.ts</button>
282
+ <button id="btn-vcs-commit" class="dev-btn" disabled>5. Commit Edits</button>
283
+ <button id="btn-vcs-reset" class="dev-btn" disabled>6. Reset / Restore</button>
284
+ </div>
285
+ </div>
286
+
273
287
  <pre id="dev-panel-log" class="dev-panel-log" aria-live="polite" aria-label="Dev log"></pre>
274
288
  </section>
275
289
  </div>
@@ -294,7 +308,7 @@
294
308
  <p class="footer-text">
295
309
  <span>© ibgib contributors</span> ·
296
310
  <a href="https://ibgib.space" class="footer-link">ibgib.space</a> ·
297
- <a href="/privacy" class="footer-link" target="_blank" rel="noopener">Privacy Policy</a>
311
+ <a href="#" id="link-privacy-policy" class="footer-link">Privacy Policy</a>
298
312
  </p>
299
313
  </footer>
300
314