mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 13:11:08 -04:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			dark-base-
			...
			dark-list-
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4645b21f91 | 
| @ -16,15 +16,13 @@ | |||||||
|       text-left |       text-left | ||||||
|       bg-white |       bg-white | ||||||
|       border border-gray-200 |       border border-gray-200 | ||||||
|       dark:border-gray-600 |  | ||||||
|       rounded-md |       rounded-md | ||||||
|       min-h-[200px] |       min-h-[200px] | ||||||
|       overflow-hidden |       overflow-hidden | ||||||
|       dark:bg-gray-700 dark:text-white |  | ||||||
|     " |     " | ||||||
|   > |   > | ||||||
|     <div v-if="editor" class="editor-content"> |     <div v-if="editor" class="editor-content"> | ||||||
|       <div class="flex justify-end p-2 border-b border-gray-200 dark:border-gray-600 md:hidden"> |       <div class="flex justify-end p-2 border-b border-gray-200 md:hidden"> | ||||||
|         <BaseDropdown width-class="w-48"> |         <BaseDropdown width-class="w-48"> | ||||||
|           <template #activator> |           <template #activator> | ||||||
|             <div |             <div | ||||||
| @ -44,256 +42,6 @@ | |||||||
|               <dots-vertical-icon class="w-6 h-6 text-gray-600" /> |               <dots-vertical-icon class="w-6 h-6 text-gray-600" /> | ||||||
|             </div> |             </div> | ||||||
|           </template> |           </template> | ||||||
|           <div class="flex flex-wrap space-x-1 dark:text-white"> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('bold') }" |  | ||||||
|               @click="editor.chain().focus().toggleBold().run()" |  | ||||||
|             > |  | ||||||
|               <bold-icon class="h-3 cursor-pointer fill-current" /> |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('italic') }" |  | ||||||
|               @click="editor.chain().focus().toggleItalic().run()" |  | ||||||
|             > |  | ||||||
|               <italic-icon class="h-3 cursor-pointer fill-current" /> |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('strike') }" |  | ||||||
|               @click="editor.chain().focus().toggleStrike().run()" |  | ||||||
|             > |  | ||||||
|               <strikethrough-icon class="h-3 cursor-pointer fill-current" /> |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('code') }" |  | ||||||
|               @click="editor.chain().focus().toggleCode().run()" |  | ||||||
|             > |  | ||||||
|               <coding-icon class="h-3 cursor-pointer fill-current" /> |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('paragraph') }" |  | ||||||
|               @click="editor.chain().focus().setParagraph().run()" |  | ||||||
|             > |  | ||||||
|               <paragraph-icon class="h-3 cursor-pointer fill-current" /> |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ |  | ||||||
|                 'bg-gray-200 dark:bg-gray-900': editor.isActive('heading', { level: 1 }), |  | ||||||
|               }" |  | ||||||
|               @click="editor.chain().focus().toggleHeading({ level: 1 }).run()" |  | ||||||
|             > |  | ||||||
|               H1 |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ |  | ||||||
|                 'bg-gray-200 dark:bg-gray-900': editor.isActive('heading', { level: 2 }), |  | ||||||
|               }" |  | ||||||
|               @click="editor.chain().focus().toggleHeading({ level: 2 }).run()" |  | ||||||
|             > |  | ||||||
|               H2 |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ |  | ||||||
|                 'bg-gray-200 dark:bg-gray-900': editor.isActive('heading', { level: 3 }), |  | ||||||
|               }" |  | ||||||
|               @click="editor.chain().focus().toggleHeading({ level: 3 }).run()" |  | ||||||
|             > |  | ||||||
|               H3 |  | ||||||
|             </span> |  | ||||||
|  |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('bulletList') }" |  | ||||||
|               @click="editor.chain().focus().toggleBulletList().run()" |  | ||||||
|             > |  | ||||||
|               <list-ul-icon class="h-3 cursor-pointer fill-current" /> |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('orderedList') }" |  | ||||||
|               @click="editor.chain().focus().toggleOrderedList().run()" |  | ||||||
|             > |  | ||||||
|               <list-icon class="h-3 cursor-pointer fill-current" /> |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('blockquote') }" |  | ||||||
|               @click="editor.chain().focus().toggleBlockquote().run()" |  | ||||||
|             > |  | ||||||
|               <quote-icon class="h-3 cursor-pointer fill-current" /> |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('codeBlock') }" |  | ||||||
|               @click="editor.chain().focus().toggleCodeBlock().run()" |  | ||||||
|             > |  | ||||||
|               <code-block-icon class="h-3 cursor-pointer fill-current" /> |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('undo') }" |  | ||||||
|               @click="editor.chain().focus().undo().run()" |  | ||||||
|             > |  | ||||||
|               <undo-icon class="h-3 cursor-pointer fill-current" /> |  | ||||||
|             </span> |  | ||||||
|             <span |  | ||||||
|               class=" |  | ||||||
|                 flex |  | ||||||
|                 items-center |  | ||||||
|                 justify-center |  | ||||||
|                 w-6 |  | ||||||
|                 h-6 |  | ||||||
|                 rounded-sm |  | ||||||
|                 cursor-pointer |  | ||||||
|                 hover:bg-gray-100 |  | ||||||
|                 dark:hover:bg-gray-800 |  | ||||||
|               " |  | ||||||
|               :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('redo') }" |  | ||||||
|               @click="editor.chain().focus().redo().run()" |  | ||||||
|             > |  | ||||||
|               <redo-icon class="h-3 cursor-pointer fill-current" /> |  | ||||||
|             </span> |  | ||||||
|           </div> |  | ||||||
|         </BaseDropdown> |  | ||||||
|       </div> |  | ||||||
|       <div class="hidden p-2 border-b border-gray-200 dark:border-gray-600 md:flex"> |  | ||||||
|           <div class="flex flex-wrap space-x-1"> |           <div class="flex flex-wrap space-x-1"> | ||||||
|             <span |             <span | ||||||
|               class=" |               class=" | ||||||
| @ -305,9 +53,8 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('bold') }" |               :class="{ 'bg-gray-200': editor.isActive('bold') }" | ||||||
|               @click="editor.chain().focus().toggleBold().run()" |               @click="editor.chain().focus().toggleBold().run()" | ||||||
|             > |             > | ||||||
|               <bold-icon class="h-3 cursor-pointer fill-current" /> |               <bold-icon class="h-3 cursor-pointer fill-current" /> | ||||||
| @ -322,9 +69,8 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('italic') }" |               :class="{ 'bg-gray-200': editor.isActive('italic') }" | ||||||
|               @click="editor.chain().focus().toggleItalic().run()" |               @click="editor.chain().focus().toggleItalic().run()" | ||||||
|             > |             > | ||||||
|               <italic-icon class="h-3 cursor-pointer fill-current" /> |               <italic-icon class="h-3 cursor-pointer fill-current" /> | ||||||
| @ -339,9 +85,8 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('strike') }" |               :class="{ 'bg-gray-200': editor.isActive('strike') }" | ||||||
|               @click="editor.chain().focus().toggleStrike().run()" |               @click="editor.chain().focus().toggleStrike().run()" | ||||||
|             > |             > | ||||||
|               <strikethrough-icon class="h-3 cursor-pointer fill-current" /> |               <strikethrough-icon class="h-3 cursor-pointer fill-current" /> | ||||||
| @ -356,9 +101,8 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('code') }" |               :class="{ 'bg-gray-200': editor.isActive('code') }" | ||||||
|               @click="editor.chain().focus().toggleCode().run()" |               @click="editor.chain().focus().toggleCode().run()" | ||||||
|             > |             > | ||||||
|               <coding-icon class="h-3 cursor-pointer fill-current" /> |               <coding-icon class="h-3 cursor-pointer fill-current" /> | ||||||
| @ -373,9 +117,8 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('paragraph') }" |               :class="{ 'bg-gray-200': editor.isActive('paragraph') }" | ||||||
|               @click="editor.chain().focus().setParagraph().run()" |               @click="editor.chain().focus().setParagraph().run()" | ||||||
|             > |             > | ||||||
|               <paragraph-icon class="h-3 cursor-pointer fill-current" /> |               <paragraph-icon class="h-3 cursor-pointer fill-current" /> | ||||||
| @ -390,9 +133,10 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('heading', { level: 1 }) }" |               :class="{ | ||||||
|  |                 'bg-gray-200': editor.isActive('heading', { level: 1 }), | ||||||
|  |               }" | ||||||
|               @click="editor.chain().focus().toggleHeading({ level: 1 }).run()" |               @click="editor.chain().focus().toggleHeading({ level: 1 }).run()" | ||||||
|             > |             > | ||||||
|               H1 |               H1 | ||||||
| @ -407,9 +151,10 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('heading', { level: 2 }) }" |               :class="{ | ||||||
|  |                 'bg-gray-200': editor.isActive('heading', { level: 2 }), | ||||||
|  |               }" | ||||||
|               @click="editor.chain().focus().toggleHeading({ level: 2 }).run()" |               @click="editor.chain().focus().toggleHeading({ level: 2 }).run()" | ||||||
|             > |             > | ||||||
|               H2 |               H2 | ||||||
| @ -424,9 +169,10 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('heading', { level: 3 }) }" |               :class="{ | ||||||
|  |                 'bg-gray-200': editor.isActive('heading', { level: 3 }), | ||||||
|  |               }" | ||||||
|               @click="editor.chain().focus().toggleHeading({ level: 3 }).run()" |               @click="editor.chain().focus().toggleHeading({ level: 3 }).run()" | ||||||
|             > |             > | ||||||
|               H3 |               H3 | ||||||
| @ -442,9 +188,8 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('bulletList') }" |               :class="{ 'bg-gray-200': editor.isActive('bulletList') }" | ||||||
|               @click="editor.chain().focus().toggleBulletList().run()" |               @click="editor.chain().focus().toggleBulletList().run()" | ||||||
|             > |             > | ||||||
|               <list-ul-icon class="h-3 cursor-pointer fill-current" /> |               <list-ul-icon class="h-3 cursor-pointer fill-current" /> | ||||||
| @ -459,9 +204,8 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('orderedList') }" |               :class="{ 'bg-gray-200': editor.isActive('orderedList') }" | ||||||
|               @click="editor.chain().focus().toggleOrderedList().run()" |               @click="editor.chain().focus().toggleOrderedList().run()" | ||||||
|             > |             > | ||||||
|               <list-icon class="h-3 cursor-pointer fill-current" /> |               <list-icon class="h-3 cursor-pointer fill-current" /> | ||||||
| @ -476,9 +220,8 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('blockquote') }" |               :class="{ 'bg-gray-200': editor.isActive('blockquote') }" | ||||||
|               @click="editor.chain().focus().toggleBlockquote().run()" |               @click="editor.chain().focus().toggleBlockquote().run()" | ||||||
|             > |             > | ||||||
|               <quote-icon class="h-3 cursor-pointer fill-current" /> |               <quote-icon class="h-3 cursor-pointer fill-current" /> | ||||||
| @ -493,9 +236,8 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('codeBlock') }" |               :class="{ 'bg-gray-200': editor.isActive('codeBlock') }" | ||||||
|               @click="editor.chain().focus().toggleCodeBlock().run()" |               @click="editor.chain().focus().toggleCodeBlock().run()" | ||||||
|             > |             > | ||||||
|               <code-block-icon class="h-3 cursor-pointer fill-current" /> |               <code-block-icon class="h-3 cursor-pointer fill-current" /> | ||||||
| @ -510,9 +252,8 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('undo') }" |               :class="{ 'bg-gray-200': editor.isActive('undo') }" | ||||||
|               @click="editor.chain().focus().undo().run()" |               @click="editor.chain().focus().undo().run()" | ||||||
|             > |             > | ||||||
|               <undo-icon class="h-3 cursor-pointer fill-current" /> |               <undo-icon class="h-3 cursor-pointer fill-current" /> | ||||||
| @ -527,9 +268,238 @@ | |||||||
|                 rounded-sm |                 rounded-sm | ||||||
|                 cursor-pointer |                 cursor-pointer | ||||||
|                 hover:bg-gray-100 |                 hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|               " |               " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive('redo') }" |               :class="{ 'bg-gray-200': editor.isActive('redo') }" | ||||||
|  |               @click="editor.chain().focus().redo().run()" | ||||||
|  |             > | ||||||
|  |               <redo-icon class="h-3 cursor-pointer fill-current" /> | ||||||
|  |             </span> | ||||||
|  |           </div> | ||||||
|  |         </BaseDropdown> | ||||||
|  |       </div> | ||||||
|  |       <div class="hidden p-2 border-b border-gray-200 md:flex"> | ||||||
|  |         <div class="flex flex-wrap space-x-1"> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('bold') }" | ||||||
|  |             @click="editor.chain().focus().toggleBold().run()" | ||||||
|  |           > | ||||||
|  |             <bold-icon class="h-3 cursor-pointer fill-current" /> | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('italic') }" | ||||||
|  |             @click="editor.chain().focus().toggleItalic().run()" | ||||||
|  |           > | ||||||
|  |             <italic-icon class="h-3 cursor-pointer fill-current" /> | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('strike') }" | ||||||
|  |             @click="editor.chain().focus().toggleStrike().run()" | ||||||
|  |           > | ||||||
|  |             <strikethrough-icon class="h-3 cursor-pointer fill-current" /> | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('code') }" | ||||||
|  |             @click="editor.chain().focus().toggleCode().run()" | ||||||
|  |           > | ||||||
|  |             <coding-icon class="h-3 cursor-pointer fill-current" /> | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('paragraph') }" | ||||||
|  |             @click="editor.chain().focus().setParagraph().run()" | ||||||
|  |           > | ||||||
|  |             <paragraph-icon class="h-3 cursor-pointer fill-current" /> | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('heading', { level: 1 }) }" | ||||||
|  |             @click="editor.chain().focus().toggleHeading({ level: 1 }).run()" | ||||||
|  |           > | ||||||
|  |             H1 | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('heading', { level: 2 }) }" | ||||||
|  |             @click="editor.chain().focus().toggleHeading({ level: 2 }).run()" | ||||||
|  |           > | ||||||
|  |             H2 | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('heading', { level: 3 }) }" | ||||||
|  |             @click="editor.chain().focus().toggleHeading({ level: 3 }).run()" | ||||||
|  |           > | ||||||
|  |             H3 | ||||||
|  |           </span> | ||||||
|  |  | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('bulletList') }" | ||||||
|  |             @click="editor.chain().focus().toggleBulletList().run()" | ||||||
|  |           > | ||||||
|  |             <list-ul-icon class="h-3 cursor-pointer fill-current" /> | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('orderedList') }" | ||||||
|  |             @click="editor.chain().focus().toggleOrderedList().run()" | ||||||
|  |           > | ||||||
|  |             <list-icon class="h-3 cursor-pointer fill-current" /> | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('blockquote') }" | ||||||
|  |             @click="editor.chain().focus().toggleBlockquote().run()" | ||||||
|  |           > | ||||||
|  |             <quote-icon class="h-3 cursor-pointer fill-current" /> | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('codeBlock') }" | ||||||
|  |             @click="editor.chain().focus().toggleCodeBlock().run()" | ||||||
|  |           > | ||||||
|  |             <code-block-icon class="h-3 cursor-pointer fill-current" /> | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('undo') }" | ||||||
|  |             @click="editor.chain().focus().undo().run()" | ||||||
|  |           > | ||||||
|  |             <undo-icon class="h-3 cursor-pointer fill-current" /> | ||||||
|  |           </span> | ||||||
|  |           <span | ||||||
|  |             class=" | ||||||
|  |               flex | ||||||
|  |               items-center | ||||||
|  |               justify-center | ||||||
|  |               w-6 | ||||||
|  |               h-6 | ||||||
|  |               rounded-sm | ||||||
|  |               cursor-pointer | ||||||
|  |               hover:bg-gray-100 | ||||||
|  |             " | ||||||
|  |             :class="{ 'bg-gray-200': editor.isActive('redo') }" | ||||||
|             @click="editor.chain().focus().redo().run()" |             @click="editor.chain().focus().redo().run()" | ||||||
|           > |           > | ||||||
|             <redo-icon class="h-3 cursor-pointer fill-current" /> |             <redo-icon class="h-3 cursor-pointer fill-current" /> | ||||||
| @ -544,9 +514,8 @@ | |||||||
|               rounded-sm |               rounded-sm | ||||||
|               cursor-pointer |               cursor-pointer | ||||||
|               hover:bg-gray-100 |               hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|             " |             " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive({ textAlign: 'left' }) }" |             :class="{ 'bg-gray-200': editor.isActive({ textAlign: 'left' }) }" | ||||||
|             @click="editor.chain().focus().setTextAlign('left').run()" |             @click="editor.chain().focus().setTextAlign('left').run()" | ||||||
|           > |           > | ||||||
|             <menu-alt2-icon class="h-5 cursor-pointer fill-current" /> |             <menu-alt2-icon class="h-5 cursor-pointer fill-current" /> | ||||||
| @ -561,9 +530,8 @@ | |||||||
|               rounded-sm |               rounded-sm | ||||||
|               cursor-pointer |               cursor-pointer | ||||||
|               hover:bg-gray-100 |               hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|             " |             " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive({ textAlign: 'right' }) }" |             :class="{ 'bg-gray-200': editor.isActive({ textAlign: 'right' }) }" | ||||||
|             @click="editor.chain().focus().setTextAlign('right').run()" |             @click="editor.chain().focus().setTextAlign('right').run()" | ||||||
|           > |           > | ||||||
|             <menu-alt3-icon class="h-5 cursor-pointer fill-current" /> |             <menu-alt3-icon class="h-5 cursor-pointer fill-current" /> | ||||||
| @ -578,10 +546,9 @@ | |||||||
|               rounded-sm |               rounded-sm | ||||||
|               cursor-pointer |               cursor-pointer | ||||||
|               hover:bg-gray-100 |               hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|             " |             " | ||||||
|             :class="{ |             :class="{ | ||||||
|               'bg-gray-200 dark:bg-gray-900': editor.isActive({ textAlign: 'justify' }), |               'bg-gray-200': editor.isActive({ textAlign: 'justify' }), | ||||||
|             }" |             }" | ||||||
|             @click="editor.chain().focus().setTextAlign('justify').run()" |             @click="editor.chain().focus().setTextAlign('justify').run()" | ||||||
|           > |           > | ||||||
| @ -597,9 +564,8 @@ | |||||||
|               rounded-sm |               rounded-sm | ||||||
|               cursor-pointer |               cursor-pointer | ||||||
|               hover:bg-gray-100 |               hover:bg-gray-100 | ||||||
|               dark:hover:bg-gray-800 |  | ||||||
|             " |             " | ||||||
|             :class="{ 'bg-gray-200 dark:bg-gray-900': editor.isActive({ textAlign: 'center' }) }" |             :class="{ 'bg-gray-200': editor.isActive({ textAlign: 'center' }) }" | ||||||
|             @click="editor.chain().focus().setTextAlign('center').run()" |             @click="editor.chain().focus().setTextAlign('center').run()" | ||||||
|           > |           > | ||||||
|             <menu-center-icon class="h-5 cursor-pointer fill-current" /> |             <menu-center-icon class="h-5 cursor-pointer fill-current" /> | ||||||
|  | |||||||
| @ -33,8 +33,8 @@ export default { | |||||||
|       return !!slots.icon |       return !!slots.icon | ||||||
|     }) |     }) | ||||||
|     let containerClass = computed(() => { |     let containerClass = computed(() => { | ||||||
|       if (props.active) return `${defaultClass} text-primary-500` |       if (props.active) return `${defaultClass} text-primary-500 dark:text-primary-400` | ||||||
|       else return `${defaultClass} text-gray-500` |       else return `${defaultClass} text-gray-500 dark:text-gray-300` | ||||||
|     }) |     }) | ||||||
|     return { |     return { | ||||||
|       hasIconSlot, |       hasIconSlot, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	