added records file picker support for the editor field

This commit is contained in:
Gani Georgiev
2023-10-03 10:36:15 +03:00
parent 2f5cfcfe87
commit 609792a355
50 changed files with 796 additions and 114 deletions
@@ -160,7 +160,7 @@
{#each [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] as index}
<button
type="button"
class="link-fade thumb thumb-circle {index == avatar ? 'thumb-active' : 'thumb-sm'}"
class="link-fade thumb thumb-circle {index == avatar ? 'thumb-primary' : 'thumb-sm'}"
on:click={() => (avatar = index)}
>
<img