Compare commits
	
		
			3 Commits
		
	
	
		
			f642849dbb
			...
			1.12.0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5dcb4cb508 | |||
| 9c03e359a4 | |||
| 1505080afd | 
| @@ -2,8 +2,16 @@ | |||||||
|  |  | ||||||
| All notable changes to this project will be documented in this file. Dates are displayed in UTC. | All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||||||
|  |  | ||||||
|  | #### [1.12.0](https://git.odit.services/lfk/frontend/compare/1.11.5...1.12.0) | ||||||
|  |  | ||||||
|  | - feat: anonymous donations [`9c03e35`](https://git.odit.services/lfk/frontend/commit/9c03e359a4e8f43452475b02bcabcb354987ab75) | ||||||
|  | - refactor: use modern tailwindcss features [`1505080`](https://git.odit.services/lfk/frontend/commit/1505080afdd8b272b76584e2777df732001ce004) | ||||||
|  |  | ||||||
| #### [1.11.5](https://git.odit.services/lfk/frontend/compare/1.11.4...1.11.5) | #### [1.11.5](https://git.odit.services/lfk/frontend/compare/1.11.4...1.11.5) | ||||||
|  |  | ||||||
|  | > 25 April 2025 | ||||||
|  |  | ||||||
|  | - chore(release): 1.11.5 [`8cb6093`](https://git.odit.services/lfk/frontend/commit/8cb6093f0b3474c0952a8a51a47683262fc31f8f) | ||||||
| - fix(cards): Update table for edit events [`27396e1`](https://git.odit.services/lfk/frontend/commit/27396e17f2cd8be72c9c8100afe6ec75ac66dceb) | - fix(cards): Update table for edit events [`27396e1`](https://git.odit.services/lfk/frontend/commit/27396e17f2cd8be72c9c8100afe6ec75ac66dceb) | ||||||
|  |  | ||||||
| #### [1.11.4](https://git.odit.services/lfk/frontend/compare/1.11.3...1.11.4) | #### [1.11.4](https://git.odit.services/lfk/frontend/compare/1.11.3...1.11.4) | ||||||
|   | |||||||
| @@ -13,7 +13,7 @@ | |||||||
|  |  | ||||||
|   <body> |   <body> | ||||||
|     <span style="display: none; visibility: hidden" id="buildinfo" |     <span style="display: none; visibility: hidden" id="buildinfo" | ||||||
|       >RELEASE_INFO-1.11.5-RELEASE_INFO</span |       >RELEASE_INFO-1.12.0-RELEASE_INFO</span | ||||||
|     > |     > | ||||||
|     <noscript>You need to enable JavaScript to run this app.</noscript> |     <noscript>You need to enable JavaScript to run this app.</noscript> | ||||||
|     <script src="/env.js"></script> |     <script src="/env.js"></script> | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@odit/lfk-frontend", |   "name": "@odit/lfk-frontend", | ||||||
|   "version": "1.11.5", |   "version": "1.12.0", | ||||||
|   "type": "module", |   "type": "module", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "i18n-order": "node order.js", |     "i18n-order": "node order.js", | ||||||
|   | |||||||
| @@ -122,7 +122,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -115,7 +115,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -109,7 +109,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
| @@ -162,7 +162,7 @@ | |||||||
|                       name="enabled" |                       name="enabled" | ||||||
|                       type="checkbox" |                       type="checkbox" | ||||||
|                       checked={editable.enabled} |                       checked={editable.enabled} | ||||||
|                       class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" |                       class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
|                     /> |                     /> | ||||||
|                     {$_("this-card-is")} |                     {$_("this-card-is")} | ||||||
|                     {#if editable.enabled} |                     {#if editable.enabled} | ||||||
|   | |||||||
| @@ -65,7 +65,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -167,7 +167,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
| @@ -345,7 +345,7 @@ | |||||||
|                       id="comments" |                       id="comments" | ||||||
|                       name="comments" |                       name="comments" | ||||||
|                       type="checkbox" |                       type="checkbox" | ||||||
|                       class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" |                       class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
|                     /> |                     /> | ||||||
|                   </div> |                   </div> | ||||||
|                   <div class="ml-3 text-sm"> |                   <div class="ml-3 text-sm"> | ||||||
|   | |||||||
| @@ -300,7 +300,7 @@ | |||||||
| 					id="comments" | 					id="comments" | ||||||
| 					name="comments" | 					name="comments" | ||||||
| 					type="checkbox" | 					type="checkbox" | ||||||
| 					class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" | 					class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
| 				/> | 				/> | ||||||
| 			</div> | 			</div> | ||||||
| 			<div class="ml-3 text-sm"> | 			<div class="ml-3 text-sm"> | ||||||
|   | |||||||
| @@ -107,7 +107,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -68,7 +68,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -155,7 +155,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
| @@ -309,7 +309,7 @@ | |||||||
|                       id="comments" |                       id="comments" | ||||||
|                       name="comments" |                       name="comments" | ||||||
|                       type="checkbox" |                       type="checkbox" | ||||||
|                       class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" |                       class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
|                     /> |                     /> | ||||||
|                   </div> |                   </div> | ||||||
|                   <div class="ml-3 text-sm"> |                   <div class="ml-3 text-sm"> | ||||||
|   | |||||||
| @@ -45,7 +45,7 @@ | |||||||
| 							class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | 							class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
| 						> | 						> | ||||||
| 							<svg | 							<svg | ||||||
| 								class="h-6 w-6 text-blue-600" | 								class="size-6 text-blue-600" | ||||||
| 								fill="currentColor" | 								fill="currentColor" | ||||||
| 								xmlns="http://www.w3.org/2000/svg" | 								xmlns="http://www.w3.org/2000/svg" | ||||||
| 								viewBox="0 0 24 24" | 								viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -314,7 +314,7 @@ | |||||||
| 					id="comments" | 					id="comments" | ||||||
| 					name="comments" | 					name="comments" | ||||||
| 					type="checkbox" | 					type="checkbox" | ||||||
| 					class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" | 					class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
| 				/> | 				/> | ||||||
| 			</div> | 			</div> | ||||||
| 			<div class="ml-3"> | 			<div class="ml-3"> | ||||||
|   | |||||||
| @@ -56,7 +56,7 @@ | |||||||
| 						> | 						> | ||||||
| 							<svg | 							<svg | ||||||
| 								fill="currentColor" | 								fill="currentColor" | ||||||
| 								class="h-6 w-6 text-blue-600" | 								class="size-6 text-blue-600" | ||||||
| 								xmlns="http://www.w3.org/2000/svg" | 								xmlns="http://www.w3.org/2000/svg" | ||||||
| 								viewBox="0 0 24 24" | 								viewBox="0 0 24 24" | ||||||
| 								width="24" | 								width="24" | ||||||
|   | |||||||
| @@ -1,103 +0,0 @@ | |||||||
| <script> |  | ||||||
|   let open = false; |  | ||||||
| </script> |  | ||||||
|  |  | ||||||
| <div class="md:flex flex-col md:flex-row h-screen w-full"> |  | ||||||
|   <div |  | ||||||
|     class="flex flex-col w-full md:w-64 text-gray-700 bg-white dark-mode:text-gray-200 dark-mode:bg-gray-800 flex-shrink-0" |  | ||||||
|   > |  | ||||||
|     <div |  | ||||||
|       class="flex-shrink-0 px-8 py-4 flex flex-row items-center justify-between" |  | ||||||
|     > |  | ||||||
|       <a |  | ||||||
|         href="/#/test" |  | ||||||
|         class="text-lg font-semibold tracking-widest text-gray-900 uppercase rounded-lg dark-mode:text-white focus:outline-none focus:shadow-outline" |  | ||||||
|         >Sidebar</a |  | ||||||
|       > |  | ||||||
|       <button |  | ||||||
|         class="rounded-lg md:hidden focus:outline-none focus:shadow-outline" |  | ||||||
|       > |  | ||||||
|         <svg fill="currentColor" viewBox="0 0 20 20" class="w-6 h-6"> |  | ||||||
|           {#if open} |  | ||||||
|             <path |  | ||||||
|               fill-rule="evenodd" |  | ||||||
|               d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" |  | ||||||
|               clip-rule="evenodd" |  | ||||||
|             /> |  | ||||||
|           {/if} |  | ||||||
|           {#if !open} |  | ||||||
|             <path |  | ||||||
|               fill-rule="evenodd" |  | ||||||
|               d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM9 15a1 1 0 011-1h6a1 1 0 110 2h-6a1 1 0 01-1-1z" |  | ||||||
|               clip-rule="evenodd" |  | ||||||
|             /> |  | ||||||
|           {/if} |  | ||||||
|         </svg> |  | ||||||
|       </button> |  | ||||||
|     </div> |  | ||||||
|     <nav |  | ||||||
|       :class:block={open} |  | ||||||
|       :class:hidden={!open} |  | ||||||
|       class="flex-grow md:block px-4 pb-4 md:pb-0 md:overflow-y-auto" |  | ||||||
|     > |  | ||||||
|       <a |  | ||||||
|         class="block px-4 py-2 mt-2 text-sm font-semibold text-gray-900 bg-gray-200 rounded-lg dark-mode:bg-gray-700 dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" |  | ||||||
|         href="#">Blog</a |  | ||||||
|       > |  | ||||||
|       <a |  | ||||||
|         class="block px-4 py-2 mt-2 text-sm font-semibold text-gray-900 bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" |  | ||||||
|         href="#">Portfolio</a |  | ||||||
|       > |  | ||||||
|       <a |  | ||||||
|         class="block px-4 py-2 mt-2 text-sm font-semibold text-gray-900 bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" |  | ||||||
|         href="#">About</a |  | ||||||
|       > |  | ||||||
|       <a |  | ||||||
|         class="block px-4 py-2 mt-2 text-sm font-semibold text-gray-900 bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" |  | ||||||
|         href="#">Contact</a |  | ||||||
|       > |  | ||||||
|       <div class="relative"> |  | ||||||
|         <button |  | ||||||
|           on:click={() => { |  | ||||||
|             open = !open; |  | ||||||
|           }} |  | ||||||
|           class="flex flex-row items-center w-full px-4 py-2 mt-2 text-sm font-semibold text-left bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:focus:bg-gray-600 dark-mode:hover:bg-gray-600 md:block hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" |  | ||||||
|         > |  | ||||||
|           <span>Dropdown</span> |  | ||||||
|           <svg |  | ||||||
|             fill="currentColor" |  | ||||||
|             viewBox="0 0 20 20" |  | ||||||
|             class="inline w-4 h-4 mt-1 ml-1 transition-transform duration-200 transform md:-mt-1" |  | ||||||
|             ><path |  | ||||||
|               fill-rule="evenodd" |  | ||||||
|               d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" |  | ||||||
|               clip-rule="evenodd" |  | ||||||
|             /></svg |  | ||||||
|           > |  | ||||||
|         </button> |  | ||||||
|         <div |  | ||||||
|           class:block={open} |  | ||||||
|           class:hidden={!open} |  | ||||||
|           class="absolute right-0 w-full mt-2 origin-top-right rounded-md shadow-lg" |  | ||||||
|         > |  | ||||||
|           <div |  | ||||||
|             class="px-2 py-2 bg-white rounded-md shadow dark-mode:bg-gray-800" |  | ||||||
|           > |  | ||||||
|             <a |  | ||||||
|               class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" |  | ||||||
|               href="#">Link #1</a |  | ||||||
|             > |  | ||||||
|             <a |  | ||||||
|               class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" |  | ||||||
|               href="#">Link #2</a |  | ||||||
|             > |  | ||||||
|             <a |  | ||||||
|               class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 dark-mode:focus:bg-gray-600 dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:text-gray-200 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline" |  | ||||||
|               href="#">Link #3</a |  | ||||||
|             > |  | ||||||
|           </div> |  | ||||||
|         </div> |  | ||||||
|       </div> |  | ||||||
|     </nav> |  | ||||||
|   </div> |  | ||||||
| </div> |  | ||||||
| @@ -92,7 +92,7 @@ | |||||||
|               <svg |               <svg | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 640 512" |                 viewBox="0 0 640 512" | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 width="24" |                 width="24" | ||||||
|                 height="24" |                 height="24" | ||||||
|   | |||||||
| @@ -113,7 +113,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
| @@ -170,7 +170,7 @@ | |||||||
|                       id="comments" |                       id="comments" | ||||||
|                       name="comments" |                       name="comments" | ||||||
|                       type="checkbox" |                       type="checkbox" | ||||||
|                       class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" |                       class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
|                     /> |                     /> | ||||||
|                   </div> |                   </div> | ||||||
|                   <div class="ml-3 text-sm"> |                   <div class="ml-3 text-sm"> | ||||||
|   | |||||||
| @@ -56,7 +56,7 @@ | |||||||
| 							class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | 							class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
| 						> | 						> | ||||||
| 							<svg | 							<svg | ||||||
| 								class="h-6 w-6 text-blue-600" | 								class="size-6 text-blue-600" | ||||||
| 								fill="currentColor" | 								fill="currentColor" | ||||||
| 								width="24" | 								width="24" | ||||||
| 								height="24" | 								height="24" | ||||||
|   | |||||||
| @@ -246,7 +246,7 @@ | |||||||
| 						id="toggle_selfservice_feature" | 						id="toggle_selfservice_feature" | ||||||
| 						name="toggle_selfservice_feature" | 						name="toggle_selfservice_feature" | ||||||
| 						type="checkbox" | 						type="checkbox" | ||||||
| 						class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" | 						class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
| 					/> | 					/> | ||||||
| 				</div> | 				</div> | ||||||
| 				<div class="ml-3 text-sm"> | 				<div class="ml-3 text-sm"> | ||||||
| @@ -303,7 +303,7 @@ | |||||||
| 								id="toggle_address_checkbox" | 								id="toggle_address_checkbox" | ||||||
| 								name="toggle_address_checkbox" | 								name="toggle_address_checkbox" | ||||||
| 								type="checkbox" | 								type="checkbox" | ||||||
| 								class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" | 								class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
| 							/> | 							/> | ||||||
| 						</div> | 						</div> | ||||||
| 						<div class="ml-3 text-sm"> | 						<div class="ml-3 text-sm"> | ||||||
|   | |||||||
| @@ -159,7 +159,7 @@ | |||||||
| 											<input | 											<input | ||||||
| 												bind:checked={o.is_selected} | 												bind:checked={o.is_selected} | ||||||
| 												type="checkbox" | 												type="checkbox" | ||||||
| 												class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" | 												class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
| 											/> | 											/> | ||||||
| 										</td> | 										</td> | ||||||
| 										<td class="px-6 py-4 whitespace-nowrap"> | 										<td class="px-6 py-4 whitespace-nowrap"> | ||||||
|   | |||||||
| @@ -55,7 +55,7 @@ | |||||||
| 							<svg | 							<svg | ||||||
| 								xmlns="http://www.w3.org/2000/svg" | 								xmlns="http://www.w3.org/2000/svg" | ||||||
| 								viewBox="0 0 24 24" | 								viewBox="0 0 24 24" | ||||||
| 								class="h-6 w-6 text-blue-600" | 								class="size-6 text-blue-600" | ||||||
| 								fill="currentColor" | 								fill="currentColor" | ||||||
| 								width="24" | 								width="24" | ||||||
| 								height="24" | 								height="24" | ||||||
|   | |||||||
| @@ -150,7 +150,7 @@ | |||||||
|               <svg |               <svg | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 width="24" |                 width="24" | ||||||
|                 height="24" |                 height="24" | ||||||
|   | |||||||
| @@ -64,7 +64,7 @@ | |||||||
|               <svg |               <svg | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 width="24" |                 width="24" | ||||||
|                 height="24" |                 height="24" | ||||||
|   | |||||||
| @@ -225,7 +225,7 @@ | |||||||
| 							<svg | 							<svg | ||||||
| 								xmlns="http://www.w3.org/2000/svg" | 								xmlns="http://www.w3.org/2000/svg" | ||||||
| 								viewBox="0 0 24 24" | 								viewBox="0 0 24 24" | ||||||
| 								class="h-6 w-6 text-blue-600" | 								class="size-6 text-blue-600" | ||||||
| 								fill="currentColor" | 								fill="currentColor" | ||||||
| 								width="24" | 								width="24" | ||||||
| 								height="24" | 								height="24" | ||||||
|   | |||||||
| @@ -99,7 +99,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -66,7 +66,7 @@ | |||||||
|               <svg |               <svg | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 width="24" |                 width="24" | ||||||
|                 height="24" |                 height="24" | ||||||
|   | |||||||
| @@ -103,7 +103,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
| @@ -178,7 +178,7 @@ | |||||||
|                       name="enabled" |                       name="enabled" | ||||||
|                       type="checkbox" |                       type="checkbox" | ||||||
|                       checked={enabled} |                       checked={enabled} | ||||||
|                       class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" |                       class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
|                     /> |                     /> | ||||||
|                     {$_("this-scanstation-is")} |                     {$_("this-scanstation-is")} | ||||||
|                     {#if enabled}{$_("enabled")}{:else}{$_("disabled")}{/if} |                     {#if enabled}{$_("enabled")}{:else}{$_("disabled")}{/if} | ||||||
|   | |||||||
| @@ -53,7 +53,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -86,7 +86,7 @@ | |||||||
| 							class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | 							class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
| 						> | 						> | ||||||
| 							<svg | 							<svg | ||||||
| 								class="h-6 w-6 text-blue-600" | 								class="size-6 text-blue-600" | ||||||
| 								fill="currentColor" | 								fill="currentColor" | ||||||
| 								xmlns="http://www.w3.org/2000/svg" | 								xmlns="http://www.w3.org/2000/svg" | ||||||
| 								viewBox="0 0 24 24" | 								viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -178,7 +178,7 @@ | |||||||
| 					name="enabled" | 					name="enabled" | ||||||
| 					type="checkbox" | 					type="checkbox" | ||||||
| 					checked={editable.enabled} | 					checked={editable.enabled} | ||||||
| 					class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" | 					class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
| 				/> | 				/> | ||||||
| 				{$_("this-scanstation-is")} | 				{$_("this-scanstation-is")} | ||||||
| 				{#if editable.enabled}{$_("enabled")}{:else}{$_("disabled")}{/if} | 				{#if editable.enabled}{$_("enabled")}{:else}{$_("disabled")}{/if} | ||||||
|   | |||||||
| @@ -54,7 +54,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -89,7 +89,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -52,7 +52,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -63,7 +63,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 xmlns="http://www.w3.org/2000/svg" |                 xmlns="http://www.w3.org/2000/svg" | ||||||
|                 viewBox="0 0 24 24" |                 viewBox="0 0 24 24" | ||||||
|   | |||||||
| @@ -100,7 +100,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 width="24" |                 width="24" | ||||||
|                 height="24" |                 height="24" | ||||||
|   | |||||||
| @@ -55,7 +55,7 @@ | |||||||
| 							class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | 							class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
| 						> | 						> | ||||||
| 							<svg | 							<svg | ||||||
| 								class="h-6 w-6 text-blue-600" | 								class="size-6 text-blue-600" | ||||||
| 								fill="currentColor" | 								fill="currentColor" | ||||||
| 								width="24" | 								width="24" | ||||||
| 								height="24" | 								height="24" | ||||||
|   | |||||||
| @@ -144,7 +144,7 @@ | |||||||
| 											<input | 											<input | ||||||
| 												bind:checked={t.is_selected} | 												bind:checked={t.is_selected} | ||||||
| 												type="checkbox" | 												type="checkbox" | ||||||
| 												class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" | 												class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
| 											/> | 											/> | ||||||
| 										</td> | 										</td> | ||||||
| 										<td class="px-6 py-4 whitespace-nowrap"> | 										<td class="px-6 py-4 whitespace-nowrap"> | ||||||
|   | |||||||
| @@ -98,7 +98,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="none" |                 fill="none" | ||||||
|                 width="24" |                 width="24" | ||||||
|                 height="24" |                 height="24" | ||||||
|   | |||||||
| @@ -115,7 +115,7 @@ | |||||||
|               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" |               class="flex-shrink-0 flex items-center justify-center size-12 rounded-full bg-blue-100 sm:mx-0 sm:h-10 sm:w-10" | ||||||
|             > |             > | ||||||
|               <svg |               <svg | ||||||
|                 class="h-6 w-6 text-blue-600" |                 class="size-6 text-blue-600" | ||||||
|                 fill="currentColor" |                 fill="currentColor" | ||||||
|                 width="24" |                 width="24" | ||||||
|                 height="24" |                 height="24" | ||||||
|   | |||||||
| @@ -192,7 +192,7 @@ | |||||||
| 					name="enabled" | 					name="enabled" | ||||||
| 					type="checkbox" | 					type="checkbox" | ||||||
| 					checked={editable_userdata.enabled} | 					checked={editable_userdata.enabled} | ||||||
| 					class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" | 					class="focus:ring-indigo-500 size-4 text-indigo-600 border-gray-300 rounded" | ||||||
| 				/> | 				/> | ||||||
| 				{$_("set-the-user-active-inactive")} | 				{$_("set-the-user-active-inactive")} | ||||||
| 			</p> | 			</p> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user