feat(ui): add content editor components for skills and thoughts
CI / build-and-test (push) Failing after -31m24s
CI / build-and-test (push) Failing after -31m24s
* Implement ContentEditorField for inline editing of content * Create ContentEditorModal for editing content in a modal * Introduce FormerShell for managing forms related to skills and thoughts * Enhance SkillsPage and ThoughtsPage with new components for better content management
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@
|
||||
<title>AMCS Admin</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="min-h-screen bg-slate-950 text-slate-100">
|
||||
<div data-theme="amcs" class="min-h-screen bg-slate-950 text-slate-100">
|
||||
{#if !isLoggedIn.current}
|
||||
<LoginPage
|
||||
{isOAuthCallback}
|
||||
|
||||
Reference in New Issue
Block a user