Wrapping up for the day. Minor fixes to styling.
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -76,7 +76,7 @@
|
|||||||
"svelte": "^5.0.0",
|
"svelte": "^5.0.0",
|
||||||
"svelte-awesome-color-picker": "^3.1.4",
|
"svelte-awesome-color-picker": "^3.1.4",
|
||||||
"svelte-check": "^4.0.0",
|
"svelte-check": "^4.0.0",
|
||||||
"svelte-highlight": "^7.7.0",
|
"svelte-highlight": "^7.8.0",
|
||||||
"svelte-idle": "^3.0.1",
|
"svelte-idle": "^3.0.1",
|
||||||
"svelte-tiptap": "^2.1.0",
|
"svelte-tiptap": "^2.1.0",
|
||||||
"tailwind-merge": "^2.5.5",
|
"tailwind-merge": "^2.5.5",
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
"svelte": "^5.0.0",
|
"svelte": "^5.0.0",
|
||||||
"svelte-awesome-color-picker": "^3.1.4",
|
"svelte-awesome-color-picker": "^3.1.4",
|
||||||
"svelte-check": "^4.0.0",
|
"svelte-check": "^4.0.0",
|
||||||
"svelte-highlight": "^7.7.0",
|
"svelte-highlight": "^7.8.0",
|
||||||
"svelte-idle": "^3.0.1",
|
"svelte-idle": "^3.0.1",
|
||||||
"svelte-tiptap": "^2.1.0",
|
"svelte-tiptap": "^2.1.0",
|
||||||
"tailwind-merge": "^2.5.5",
|
"tailwind-merge": "^2.5.5",
|
||||||
|
|||||||
@@ -183,7 +183,7 @@ if (browser) {
|
|||||||
|
|
||||||
<!-- <h1>Archives {$lq__archive_obj?.name} - {$lq__archive_content_obj_li?.length}</h1> -->
|
<!-- <h1>Archives {$lq__archive_obj?.name} - {$lq__archive_content_obj_li?.length}</h1> -->
|
||||||
|
|
||||||
<a href="/idaa/archives" class="btn btn-warning btn-sm
|
<a href="/idaa/archives" class="novi_btn btn btn-warning btn-sm
|
||||||
variant-ghost-tertiary
|
variant-ghost-tertiary
|
||||||
hover:variant-filled-tertiary
|
hover:variant-filled-tertiary
|
||||||
transition
|
transition
|
||||||
|
|||||||
@@ -328,10 +328,9 @@ async function handle_hosted_files_uploaded(hosted_file_id_li: string[], hosted_
|
|||||||
class="input w-full"
|
class="input w-full"
|
||||||
placeholder="Content name"
|
placeholder="Content name"
|
||||||
>
|
>
|
||||||
{$lq__archive_content_obj?.name}
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label for="description">
|
<label for="description" class="w-full">
|
||||||
Description
|
Description
|
||||||
<Tiptap_editor
|
<Tiptap_editor
|
||||||
default_minimal={true}
|
default_minimal={true}
|
||||||
|
|||||||
@@ -610,7 +610,7 @@ async function handle_delete_event_obj(
|
|||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label for="description" class="ae_label event__description">Short description
|
<label for="description" class="ae_label event__description w-full">Short description
|
||||||
<!-- <textarea name="description" id="description" class="ae_value event__description tinymce_editor editor_basic textarea" rows="5" cols="70" bind:value={$idaa_slct.event_obj.description} ></textarea> -->
|
<!-- <textarea name="description" id="description" class="ae_value event__description tinymce_editor editor_basic textarea" rows="5" cols="70" bind:value={$idaa_slct.event_obj.description} ></textarea> -->
|
||||||
|
|
||||||
<Tiptap_editor
|
<Tiptap_editor
|
||||||
@@ -1312,6 +1312,7 @@ async function handle_delete_event_obj(
|
|||||||
{#if $ae_loc.trusted_access}
|
{#if $ae_loc.trusted_access}
|
||||||
<label
|
<label
|
||||||
for="notes"
|
for="notes"
|
||||||
|
class="w-full"
|
||||||
>
|
>
|
||||||
Internal Staff Notes
|
Internal Staff Notes
|
||||||
<Tiptap_editor
|
<Tiptap_editor
|
||||||
|
|||||||
Reference in New Issue
Block a user