Feat v0.2.6 admin settings audit (#10)
Some checks failed
CI/CD / detect-changes (push) Successful in 4s
CI/CD / test-frontend (push) Failing after 6s
CI/CD / test-go-pg (push) Failing after 2m19s
CI/CD / test-sqlite (push) Successful in 2m48s
CI/CD / build-and-deploy (push) Has been skipped

Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #10.
This commit is contained in:
2026-03-27 15:04:14 +00:00
committed by xcaliber
parent 3cc3360624
commit c9effb0285
9 changed files with 58 additions and 77 deletions

View File

@@ -8,7 +8,7 @@ const { html } = window;
const { useState, useEffect, useCallback } = hooks;
const TYPE_OPTIONS = ['all', 'surface', 'extension', 'full', 'workflow'];
const CORE_IDS = new Set(['chat', 'admin']);
const CORE_IDS = new Set(['admin']);
function typeBadge(type) {
const cls = type === 'surface' ? 'badge-active'