Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

245 ipfs login confusion #263

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Workflow update

fb1f1cf
Select commit
Loading
Failed to load commit list.
Open

245 ipfs login confusion #263

Workflow update
fb1f1cf
Select commit
Loading
Failed to load commit list.
Fleek.co / lingering-wave-2485 succeeded Sep 4, 2023 in 1m 37s

Build succeed

You can preview build output on the link below.

Details

...
  0}</div>
2023-09-04T10:07:28.897Z: 289:     </div>
2023-09-04T10:07:28.897Z: 290:     <div class="default-btn self-end" on:click={()=>{upload()}}>Upload</div>
2023-09-04T10:07:28.897Z: ^
2023-09-04T10:07:28.897Z: 291:   </div>
2023-09-04T10:07:28.897Z: 292:   <div class="footer">
2023-09-04T10:07:28.997Z: 10:07:28 AM [vite-plugin-svelte] /src/routes/TokenOverview.svelte:308:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:28.997Z: 306: {#if isEditorOpen}
2023-09-04T10:07:28.997Z: 307:   <div class="editor mr-16 pt-4 left-margin w-full">
2023-09-04T10:07:28.997Z: 308:     <div class="back flex ml-5 w-full cursor-pointer" on:click={()=>{isEditorOpen = false}}>
2023-09-04T10:07:28.997Z: ^
2023-09-04T10:07:28.997Z: 309:       <img src={icons.back} alt="back" class="mr-6">
2023-09-04T10:07:28.997Z: 310:     </div>
2023-09-04T10:07:29.065Z: 10:07:29 AM [vite-plugin-svelte] /src/routes/AssetHistory.svelte:122:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:29.065Z: 120:               </td>
2023-09-04T10:07:29.065Z: 121:               <td class="date underline cursor-pointer">
2023-09-04T10:07:29.065Z: 122:                 <span
2023-09-04T10:07:29.065Z: ^
2023-09-04T10:07:29.065Z: 123:                   on:click={()=>{goToAssetInformation(information)}}>{timeStampToDate(information.timestamp, "yy-mm-dd/tt:tt")}
2023-09-04T10:07:29.065Z: 124:                 </span>
2023-09-04T10:07:29.065Z: 10:07:29 AM [vite-plugin-svelte] /src/routes/AssetHistory.svelte:126:14 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:29.065Z: 124:                 </span>
2023-09-04T10:07:29.065Z: 125:               </td>
2023-09-04T10:07:29.065Z: 126:               <td class="underline cursor-pointer brown"
2023-09-04T10:07:29.065Z: ^
2023-09-04T10:07:29.065Z: 127:                   on:click={()=>{viewInExplorer(information.transaction.id)}}>{formatHash(information.transaction.id) ||
2023-09-04T10:07:29.065Z: 128:               ""}</td>
2023-09-04T10:07:29.065Z: 10:07:29 AM [vite-plugin-svelte] /src/routes/AssetHistory.svelte:131:15 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:29.065Z: 129:
2023-09-04T10:07:29.065Z: 130:               <td>
2023-09-04T10:07:29.065Z: 131:                <span class="brown underline cursor-pointer"
2023-09-04T10:07:29.065Z: ^
2023-09-04T10:07:29.065Z: 132:                                     on:click={()=>{navigate(`#address-overview/${information.emitter.address}`)}}>
2023-09-04T10:07:29.065Z: 133:                 {formatAddress(information.emitter.address) || ""}
2023-09-04T10:07:29.109Z: 10:07:29 AM [vite-plugin-svelte] /src/routes/ChangeComparison.svelte:169:4 Unused CSS selector ".date"
2023-09-04T10:07:29.109Z: 167: <style>
2023-09-04T10:07:29.109Z: 168:
2023-09-04T10:07:29.109Z: 169:     .date {
2023-09-04T10:07:29.109Z: ^
2023-09-04T10:07:29.109Z: 170:         color: #9D7334
2023-09-04T10:07:29.109Z: 171:     }
2023-09-04T10:07:29.109Z: 10:07:29 AM [vite-plugin-svelte] /src/routes/ChangeComparison.svelte:183:4 Unused CSS selector ".receipt-id"
2023-09-04T10:07:29.109Z: 181:     }
2023-09-04T10:07:29.109Z: 182:
2023-09-04T10:07:29.109Z: 183:     .receipt-id {
2023-09-04T10:07:29.109Z: ^
2023-09-04T10:07:29.109Z: 184:         justify-content: center;
2023-09-04T10:07:29.109Z: 185:         display: flex;
2023-09-04T10:07:29.109Z: 10:07:29 AM [vite-plugin-svelte] /src/routes/ChangeComparison.svelte:188:4 Unused CSS selector ".check-container"
2023-09-04T10:07:29.109Z: 186:     }
2023-09-04T10:07:29.109Z: 187:
2023-09-04T10:07:29.109Z: 188:     .check-container {
2023-09-04T10:07:29.109Z: ^
2023-09-04T10:07:29.109Z: 189:         top: 8px;
2023-09-04T10:07:29.109Z: 190:         left: 18px;
2023-09-04T10:07:29.378Z: 10:07:29 AM [vite-plugin-svelte] /src/components/IpfsLogin.svelte:57:8 A11y: A form label must be associated with a control.
2023-09-04T10:07:29.378Z: 55:     <div class="flex flex-col gap-2 w-full">
2023-09-04T10:07:29.378Z: 56:       <div class="w-full space-between items-center">
2023-09-04T10:07:29.378Z: 57:         <label class="mr-2">Username:</label>
2023-09-04T10:07:29.378Z: ^
2023-09-04T10:07:29.378Z: 58:         <input class="default-input" type="text" bind:value={username} autofocus/>
2023-09-04T10:07:29.378Z: 59:       </div>
2023-09-04T10:07:29.378Z: 10:07:29 AM [vite-plugin-svelte] /src/components/IpfsLogin.svelte:58:71 A11y: Avoid using autofocus
2023-09-04T10:07:29.378Z: 56:       <div class="w-full space-between items-center">
2023-09-04T10:07:29.378Z: 57:         <label class="mr-2">Username:</label>
2023-09-04T10:07:29.378Z: 58:         <input class="default-input" type="text" bind:value={username} autofocus/>
2023-09-04T10:07:29.378Z: ^
2023-09-04T10:07:29.378Z: 59:       </div>
2023-09-04T10:07:29.378Z: 60:       <div class="w-full space-between password items-center">
2023-09-04T10:07:29.378Z: 10:07:29 AM [vite-plugin-svelte] /src/components/IpfsLogin.svelte:61:8 A11y: A form label must be associated with a control.
2023-09-04T10:07:29.378Z: 59:       </div>
2023-09-04T10:07:29.378Z: 60:       <div class="w-full space-between password items-center">
2023-09-04T10:07:29.378Z: 61:         <label class="mr-3">Password:</label>
2023-09-04T10:07:29.378Z: ^
2023-09-04T10:07:29.378Z: 62:         <input class="default-input" type="password" bind:value={password} bind:this={passwordInput}/>
2023-09-04T10:07:29.378Z: 63:         {#if password}
2023-09-04T10:07:29.378Z: 10:07:29 AM [vite-plugin-svelte] /src/components/IpfsLogin.svelte:64:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:29.378Z: 62:         <input class="default-input" type="password" bind:value={password} bind:this={passwordInput}/>
2023-09-04T10:07:29.378Z: 63:         {#if password}
2023-09-04T10:07:29.378Z: 64:           <div class="view" on:click={()=>{toggleShowPassword()}}>{show ? 'show' : 'hide'}</div>
2023-09-04T10:07:29.378Z: ^
2023-09-04T10:07:29.378Z: 65:         {/if}
2023-09-04T10:07:29.378Z: 66:       </div>
2023-09-04T10:07:29.514Z: 10:07:29 AM [vite-plugin-svelte] /src/components/MintRedeemView.svelte:48:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:29.514Z: 46:         <td>{mr.amount ? ethers.utils.formatUnits(mr.amount, 18) : 0}</td>
2023-09-04T10:07:29.514Z: 47:         <td>
2023-09-04T10:07:29.514Z: 48:           <span class="brown underline cursor-pointer"
2023-09-04T10:07:29.514Z: ^
2023-09-04T10:07:29.514Z: 49:                 on:click={()=>{ navigate(`#asset-information/${mr.receiptId}/${mr.revisionId}`)}}>
2023-09-04T10:07:29.514Z: 50:             {mr.receiptId}
2023-09-04T10:07:29.514Z: 10:07:29 AM [vite-plugin-svelte] /src/components/MintRedeemView.svelte:54:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:29.514Z: 52:         </td>
2023-09-04T10:07:29.514Z: 53:         <td>
2023-09-04T10:07:29.514Z: 54:           <span class="brown underline cursor-pointer" on:click={()=>{ navigate(`#asset-information/${mr.receiptId}/${mr.revisionId}`)}}>
2023-09-04T10:07:29.514Z: ^
2023-09-04T10:07:29.514Z: 55:                     {formatHash(mr.transaction)}
2023-09-04T10:07:29.514Z: 56:         </span>
2023-09-04T10:07:29.596Z: 10:07:29 AM [vite-plugin-svelte] /src/components/AccountSftsView.svelte:43:12 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:29.596Z: 41:           </a>
2023-09-04T10:07:29.596Z: 42:         </td>
2023-09-04T10:07:29.596Z: 43:         <td><span on:click={()=>{navigate(`#token-overview/${sft.address}`)}} class="brown underline cursor-pointer">{sft.name}</span></td>
2023-09-04T10:07:29.596Z: ^
2023-09-04T10:07:29.596Z: 44:         <td>{ethers.utils.formatUnits(sft.totalShares, 18)}</td>
2023-09-04T10:07:29.596Z: 45:       </tr>
2023-09-04T10:07:29.690Z: 10:07:29 AM [vite-plugin-svelte] /src/components/Erc1155ConfiscationsView.svelte:48:11 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:29.691Z: 46:         <td>
2023-09-04T10:07:29.691Z: 47:           {#if (confiscation.receipt.receiptInformations.length)}
2023-09-04T10:07:29.691Z: 48:            <span class="brown underline cursor-pointer"
2023-09-04T10:07:29.691Z: ^
2023-09-04T10:07:29.691Z: 49:                  on:click={()=>{ navigate(`#asset-information/${confiscation.receipt.receiptId}/${confiscation.receipt.receiptInformations[0].id}`)}}>
2023-09-04T10:07:29.691Z: 50:            {confiscation.receipt.receiptId}
2023-09-04T10:07:30.216Z: 10:07:30 AM [vite-plugin-svelte] /src/components/Role.svelte:58:12 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.216Z: 56:         {#each roleHolders as roleHolder}
2023-09-04T10:07:30.216Z: 57:           <div class="flex items-center">
2023-09-04T10:07:30.216Z: 58:             <span class="underline btn-hover flex items-center mr-2 cursor-pointer"
2023-09-04T10:07:30.216Z: ^
2023-09-04T10:07:30.216Z: 59:                   on:click={()=>showAddress(roleHolder.account.address)}>
2023-09-04T10:07:30.216Z: 60:                           {formatAddress(roleHolder.account.address)}
2023-09-04T10:07:30.216Z: 10:07:30 AM [vite-plugin-svelte] /src/components/Role.svelte:63:12 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.216Z: 61:               <img class="action-icon ml-2" src={icons.show} alt="show"/>
2023-09-04T10:07:30.216Z: 62:             </span>
2023-09-04T10:07:30.216Z: 63:             <img class="btn-hover action-icon" src={icons.delete_icon}
2023-09-04T10:07:30.216Z: ^
2023-09-04T10:07:30.216Z: 64:                  on:click={()=>revokeRole(name,roleHolder.account.address)}
2023-09-04T10:07:30.216Z: 65:                  alt="delete"/>
2023-09-04T10:07:30.375Z: 10:07:30 AM [vite-plugin-svelte] /src/components/MintInput.svelte:38:62 A11y: Avoid using autofocus
2023-09-04T10:07:30.375Z: 36:         </div>
2023-09-04T10:07:30.375Z: 37:         <div class="options-input flex ">
2023-09-04T10:07:30.375Z: 38:           <input class="focus:shadow-none focus:ring-0 w-100" autofocus type="text" bind:value={amount}
2023-09-04T10:07:30.375Z: ^
2023-09-04T10:07:30.375Z: 39:                  on:keydown={(e)=>allowNumbersOnly(e)}>
2023-09-04T10:07:30.375Z: 40:           {#if maxButton}
2023-09-04T10:07:30.450Z: 10:07:30 AM [vite-plugin-svelte] /src/components/NavigationButton.svelte:29:2 A11y: A form label must be associated with a control.
2023-09-04T10:07:30.450Z: 27:           <slot name="icon"></slot>
2023-09-04T10:07:30.450Z: 28:         </span>
2023-09-04T10:07:30.450Z: 29:   <label class="text-base leading-5  ">{targetPath ? ROUTE_LABEL_MAP.get(targetPath) : label}</label>
2023-09-04T10:07:30.450Z: ^
2023-09-04T10:07:30.450Z: 30: </button>
2023-09-04T10:07:30.450Z: 31: <style>
2023-09-04T10:07:30.500Z: 10:07:30 AM [vite-plugin-svelte] /src/components/TokenOverviewTable.svelte:76:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.501Z: 74:       {#each auditors as auditor}
2023-09-04T10:07:30.501Z: 75:         <div class="underline brown cursor-pointer ">
2023-09-04T10:07:30.501Z: 76:           <span on:click={()=>{navigate(`#address-overview/${auditor}`)}}>{formatAddress(auditor)}</span>
2023-09-04T10:07:30.501Z: ^
2023-09-04T10:07:30.501Z: 77:         </div>
2023-09-04T10:07:30.501Z: 78:       {/each}
2023-09-04T10:07:30.501Z: 10:07:30 AM [vite-plugin-svelte] /src/components/TokenOverviewTable.svelte:91:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.501Z: 89:       {#each issuers as issuer}
2023-09-04T10:07:30.501Z: 90:         <div class="underline brown cursor-pointer">
2023-09-04T10:07:30.501Z: 91:           <span on:click={()=>{navigate(`#address-overview/${issuer}`)}}>{formatAddress(issuer)}</span>
2023-09-04T10:07:30.501Z: ^
2023-09-04T10:07:30.501Z: 92:         </div>
2023-09-04T10:07:30.501Z: 93:       {/each}
2023-09-04T10:07:30.544Z: 10:07:30 AM [vite-plugin-svelte] /src/components/Pagination.svelte:90:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.544Z: 88:       </button>
2023-09-04T10:07:30.544Z: 89:       {#each pagesArray as page, i}
2023-09-04T10:07:30.544Z: 90:         <div on:click={()=>{setPage(page)}}
2023-09-04T10:07:30.544Z: ^
2023-09-04T10:07:30.544Z: 91:              class="pagination-button {i===pagesArray.length-1? 'last':''} {page===currentPage ? 'active':''}">{page}</div>
2023-09-04T10:07:30.544Z: 92:       {/each}
2023-09-04T10:07:30.621Z: 10:07:30 AM [vite-plugin-svelte] /src/components/Calendar.svelte:167:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.621Z: 165: <div class="date-picker" use:clickOutside
2023-09-04T10:07:30.621Z: 166:      on:click_outside={()=>okClick()}>
2023-09-04T10:07:30.621Z: 167:   <div class="input" on:click={toggleCalendar}>
2023-09-04T10:07:30.621Z: ^
2023-09-04T10:07:30.621Z: 168:     {#if selectedDate}
2023-09-04T10:07:30.621Z: 169:       {selectedDate.toLocaleDateString()}
2023-09-04T10:07:30.621Z: 10:07:30 AM [vite-plugin-svelte] /src/components/Calendar.svelte:178:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.621Z: 176:     <div class="calendar">
2023-09-04T10:07:30.621Z: 177:       <div class="header">
2023-09-04T10:07:30.621Z: 178:         <div on:click={prevMonth}>
2023-09-04T10:07:30.621Z: ^
2023-09-04T10:07:30.621Z: 179:           <img src={icons.arrow_narrow_left} alt="prev">
2023-09-04T10:07:30.621Z: 180:         </div>
2023-09-04T10:07:30.621Z: 10:07:30 AM [vite-plugin-svelte] /src/components/Calendar.svelte:182:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.621Z: 180:         </div>
2023-09-04T10:07:30.621Z: 181:         <span>{getMonthName(currentMonth + 1)} {currentYear}</span>
2023-09-04T10:07:30.621Z: 182:         <div on:click={nextMonth}>
2023-09-04T10:07:30.621Z: ^
2023-09-04T10:07:30.621Z: 183:           <img src={icons.arrow_narrow_right} alt="next">
2023-09-04T10:07:30.621Z: 184:         </div>
2023-09-04T10:07:30.621Z: 10:07:30 AM [vite-plugin-svelte] /src/components/Calendar.svelte:203:14 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.621Z: 201:               <div class="empty"></div>
2023-09-04T10:07:30.621Z: 202:             {:else}
2023-09-04T10:07:30.621Z: 203:               <div class="date"
2023-09-04T10:07:30.621Z: ^
2023-09-04T10:07:30.621Z: 204:                    class:selected={selectedDate.getTime() === day.getTime()}
2023-09-04T10:07:30.621Z: 205:                    class:today={today.toDateString() === day.toDateString()}
2023-09-04T10:07:30.621Z: 10:07:30 AM [vite-plugin-svelte] /src/components/Calendar.svelte:214:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.621Z: 212:       {/each}
2023-09-04T10:07:30.621Z: 213:       <div class="buttons mt-2">
2023-09-04T10:07:30.621Z: 214:         <div class="ok-btn" on:click={()=>{okClick()}}>Ok</div>
2023-09-04T10:07:30.621Z: ^
2023-09-04T10:07:30.621Z: 215:         <div class="cancel-btn" on:click={()=>{cancelClick()}}>Cancel</div>
2023-09-04T10:07:30.621Z: 216:       </div>
2023-09-04T10:07:30.621Z: 10:07:30 AM [vite-plugin-svelte] /src/components/Calendar.svelte:215:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.621Z: 213:       <div class="buttons mt-2">
2023-09-04T10:07:30.621Z: 214:         <div class="ok-btn" on:click={()=>{okClick()}}>Ok</div>
2023-09-04T10:07:30.621Z: 215:         <div class="cancel-btn" on:click={()=>{cancelClick()}}>Cancel</div>
2023-09-04T10:07:30.621Z: ^
2023-09-04T10:07:30.621Z: 216:       </div>
2023-09-04T10:07:30.621Z: 217:     </div>
2023-09-04T10:07:30.621Z: 10:07:30 AM [vite-plugin-svelte] /src/components/Calendar.svelte:261:4 Unused CSS selector ".header button"
2023-09-04T10:07:30.622Z: 259:     }
2023-09-04T10:07:30.622Z: 260:
2023-09-04T10:07:30.622Z: 261:     .header button {
2023-09-04T10:07:30.622Z: ^
2023-09-04T10:07:30.622Z: 262:         background: none;
2023-09-04T10:07:30.622Z: 263:         border: none;
2023-09-04T10:07:30.925Z: 10:07:30 AM [vite-plugin-svelte] /src/components/HeaderDropdown.svelte:63:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.925Z: 61:     <ul class="dropdown-items" aria-labelledby="dropdownDefaultButton">
2023-09-04T10:07:30.925Z: 62:       {#each items as item}
2023-09-04T10:07:30.925Z: 63:         <li on:click={()=>handleNavItemClick(item)} class="list-item cursor-pointer display-flex">
2023-09-04T10:07:30.925Z: ^
2023-09-04T10:07:30.925Z: 64:           {#if item.icon}
2023-09-04T10:07:30.925Z: 65:             <img src={icons[item.icon]} alt={item?.displayName}/>
2023-09-04T10:07:30.956Z: 10:07:30 AM [vite-plugin-svelte] /src/components/BreadCrumbs.svelte:21:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.956Z: 19: <div class="breadcrumbs flex items-center fixed w-100">
2023-09-04T10:07:30.956Z: 20:   {#each $breadCrumbs as breadCrumb}
2023-09-04T10:07:30.956Z: 21:     <span class="cursor-pointer" on:click={()=>{cleanOutBreadCrumbs(breadCrumb.path)}}>{breadCrumb.label}</span>
2023-09-04T10:07:30.956Z: ^
2023-09-04T10:07:30.956Z: 22:     {#if !isLast(breadCrumb)}
2023-09-04T10:07:30.956Z: 23:       <div class="mx-6">
2023-09-04T10:07:30.986Z: 10:07:30 AM [vite-plugin-svelte] /src/components/ListView.svelte:69:6 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:30.986Z: 67:   {#if isEditorOpen}
2023-09-04T10:07:30.986Z: 68:     <div class="editor mr-16 pt-4">
2023-09-04T10:07:30.986Z: 69:       <div class="back flex ml-5 w-full cursor-pointer" on:click={()=>{editorClosed()}}>
2023-09-04T10:07:30.986Z: ^
2023-09-04T10:07:30.986Z: 70:         <img src={icons.back} alt="back" class="mr-6">
2023-09-04T10:07:30.986Z: 71:       </div>
2023-09-04T10:07:31.075Z: 10:07:31 AM [vite-plugin-svelte] /src/components/SftCredentialLinks.svelte:36:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:31.075Z: 34:   </a>
2023-09-04T10:07:31.075Z: 35:   {#if sft?.deployer?.toLowerCase() === $account.toLowerCase()}
2023-09-04T10:07:31.075Z: 36:     <img class="link-icon edit" src={icons.edit} alt="edit" on:click={handleEditClick}>
2023-09-04T10:07:31.075Z: ^
2023-09-04T10:07:31.075Z: 37:   {/if}
2023-09-04T10:07:31.075Z: 38: </div>
2023-09-04T10:07:31.372Z: [vite:css] start value has mixed support, consider using flex-start instead
2023-09-04T10:07:31.372Z: 1  |  .nav-item.svelte-121ns7c.svelte-121ns7c{color:#575757;display:flex;justify-content:start;align-items:center;width:100%;font-weight:700;padding-left:1.25rem;padding-top:0.5rem;padding-bottom:0.5rem}.nav-item.svelte-121ns7c.svelte-121ns7c:hover{background:#ECECEC
2023-09-04T10:07:31.372Z: |                                                                      ^
2023-09-04T10:07:31.372Z: 2  |      }.nav-item.svelte-121ns7c.svelte-121ns7c:focus{outline-offset:2px}.nav-item.svelte-121ns7c.svelte-121ns7c:disabled{color:#B7B7B7}.active.svelte-121ns7c.svelte-121ns7c{background:#CAE6FF}.sub-nav-item.svelte-121ns7c.svelte-121ns7c{color:#575757;display:flex;justify-content:start;align-items:center;width:100%;font-weight:500;padding-left:2.5rem;padding-top:0.5rem;padding-bottom:0.5rem;border-radius:0.25rem;cursor:pointer}.sub-nav-item.svelte-121ns7c.svelte-121ns7c:hover{background:#ECECEC}.nav-item.svelte-121ns7c.svelte-121ns7c,.nav-item.svelte-121ns7c label.svelte-121ns7c,.sub-nav-item.svelte-121ns7c label.svelte-121ns7c{cursor:pointer}
2023-09-04T10:07:31.372Z: [vite:css] start value has mixed support, consider using flex-start instead
2023-09-04T10:07:31.372Z: 1  |  .nav-item.svelte-121ns7c.svelte-121ns7c{color:#575757;display:flex;justify-content:start;align-items:center;width:100%;font-weight:700;padding-left:1.25rem;padding-top:0.5rem;padding-bottom:0.5rem}.nav-item.svelte-121ns7c.svelte-121ns7c:hover{background:#ECECEC
2023-09-04T10:07:31.372Z: 2  |      }.nav-item.svelte-121ns7c.svelte-121ns7c:focus{outline-offset:2px}.nav-item.svelte-121ns7c.svelte-121ns7c:disabled{color:#B7B7B7}.active.svelte-121ns7c.svelte-121ns7c{background:#CAE6FF}.sub-nav-item.svelte-121ns7c.svelte-121ns7c{color:#575757;display:flex;justify-content:start;align-items:center;width:100%;font-weight:500;padding-left:2.5rem;padding-top:0.5rem;padding-bottom:0.5rem;border-radius:0.25rem;cursor:pointer}.sub-nav-item.svelte-121ns7c.svelte-121ns7c:hover{background:#ECECEC}.nav-item.svelte-121ns7c.svelte-121ns7c,.nav-item.svelte-121ns7c label.svelte-121ns7c,.sub-nav-item.svelte-121ns7c label.svelte-121ns7c{cursor:pointer}
2023-09-04T10:07:31.372Z: |                                                                                                                                                                                                                                                                        ^
2023-09-04T10:07:31.670Z: 10:07:31 AM [vite-plugin-svelte] /src/components/SftTile.svelte:106:12 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:31.670Z: 104:           <td class="font-bold label ">Token name</td>
2023-09-04T10:07:31.670Z: 105:           <td class="sft-name brown">
2023-09-04T10:07:31.670Z: 106:             <span on:click={()=>onTokenSelect(sft)} class="underline cursor-pointer">{sft.name}</span>
2023-09-04T10:07:31.670Z: ^
2023-09-04T10:07:31.670Z: 107:           </td>
2023-09-04T10:07:31.670Z: 108:         </tr>
2023-09-04T10:07:31.670Z: 10:07:31 AM [vite-plugin-svelte] /src/components/SftTile.svelte:134:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:31.670Z: 132:               {#if auditors.length <= 2}
2023-09-04T10:07:31.670Z: 133:                 <div class="underline brown cursor-pointer">
2023-09-04T10:07:31.670Z: 134:                 <span
2023-09-04T10:07:31.670Z: ^
2023-09-04T10:07:31.670Z: 135:                   on:click={()=>{navigate(`#address-overview/${auditor}`, {clear : true})}}>{formatAddress(auditor)}</span>
2023-09-04T10:07:31.670Z: 136:                 </div>
2023-09-04T10:07:31.670Z: 10:07:31 AM [vite-plugin-svelte] /src/components/SftTile.svelte:140:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:31.670Z: 138:               {#if auditors.length > 2 && i < 1}
2023-09-04T10:07:31.670Z: 139:                 <div class="underline brown cursor-pointer">
2023-09-04T10:07:31.670Z: 140:                 <span
2023-09-04T10:07:31.670Z: ^
2023-09-04T10:07:31.670Z: 141:                   on:click={()=>{navigate(`#address-overview/${auditor}`, {clear : true})}}>{formatAddress(auditor)}</span>
2023-09-04T10:07:31.670Z: 142:                 </div>
2023-09-04T10:07:31.670Z: 10:07:31 AM [vite-plugin-svelte] /src/components/SftTile.svelte:147:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:31.670Z: 145:             {#if auditors.length > 2}
2023-09-04T10:07:31.670Z: 146:               <div class="underline brown cursor-pointer">
2023-09-04T10:07:31.670Z: 147:                 <span on:click={()=>{navigate(`#token-overview/${sft.address}`)}}>...more</span>
2023-09-04T10:07:31.670Z: ^
2023-09-04T10:07:31.670Z: 148:               </div>
2023-09-04T10:07:31.670Z: 149:             {/if}
2023-09-04T10:07:31.670Z: 10:07:31 AM [vite-plugin-svelte] /src/components/SftTile.svelte:162:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:31.670Z: 160:               {#if issuers.length <= 2}
2023-09-04T10:07:31.670Z: 161:                 <div class="underline brown cursor-pointer">
2023-09-04T10:07:31.670Z: 162:                 <span
2023-09-04T10:07:31.670Z: ^
2023-09-04T10:07:31.670Z: 163:                   on:click={()=>{navigate(`#address-overview/${issuer}`, {clear : true})}}>{formatAddress(issuer)}</span>
2023-09-04T10:07:31.670Z: 164:                 </div>
2023-09-04T10:07:31.670Z: 10:07:31 AM [vite-plugin-svelte] /src/components/SftTile.svelte:168:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:31.670Z: 166:               {#if issuers.length > 2 && i < 1}
2023-09-04T10:07:31.670Z: 167:                 <div class="underline brown cursor-pointer">
2023-09-04T10:07:31.670Z: 168:                 <span
2023-09-04T10:07:31.670Z: ^
2023-09-04T10:07:31.670Z: 169:                   on:click={()=>{navigate(`#address-overview/${issuer}`, {clear : true})}}>{formatAddress(issuer)}</span>
2023-09-04T10:07:31.670Z: 170:                 </div>
2023-09-04T10:07:31.670Z: 10:07:31 AM [vite-plugin-svelte] /src/components/SftTile.svelte:175:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:31.670Z: 173:             {#if issuers.length > 2}
2023-09-04T10:07:31.670Z: 174:               <div class="underline brown cursor-pointer">
2023-09-04T10:07:31.670Z: 175:                 <span on:click={()=>{navigate(`#token-overview/${sft.address}`)}}>...more</span>
2023-09-04T10:07:31.670Z: ^
2023-09-04T10:07:31.670Z: 176:               </div>
2023-09-04T10:07:31.670Z: 177:             {/if}
2023-09-04T10:07:31.670Z: 10:07:31 AM [vite-plugin-svelte] /src/components/SftTile.svelte:218:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:31.670Z: 216:   {#if isEditorOpen}
2023-09-04T10:07:31.670Z: 217:     <CredentialLinksEditor on:okClick={handleOkButtonClick} {sft}/>
2023-09-04T10:07:31.670Z: 218:     <div class="back flex justify-end w-full cursor-pointer" on:click={()=>{isEditorOpen = false}}>
2023-09-04T10:07:31.670Z: ^
2023-09-04T10:07:31.670Z: 219:       <img src={icons.back} alt="back" class="mr-6">
2023-09-04T10:07:31.670Z: 220:     </div>
2023-09-04T10:07:33.104Z: 10:07:33 AM [vite-plugin-svelte] /src/components/SftList.svelte:105:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:33.104Z: 103:   </td>
2023-09-04T10:07:33.104Z: 104:   <td class="brown">
2023-09-04T10:07:33.104Z: 105:     <span on:click={()=>onTokenSelect(sft)} class="underline cursor-pointer">{sft.name}</span>
2023-09-04T10:07:33.104Z: ^
2023-09-04T10:07:33.104Z: 106:   </td>
2023-09-04T10:07:33.104Z: 107:   <td class="sft-info">{sft.symbol}</td>
2023-09-04T10:07:33.104Z: 10:07:33 AM [vite-plugin-svelte] /src/components/SftList.svelte:116:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:33.104Z: 114:         {#if i < 1}
2023-09-04T10:07:33.104Z: 115:           <div class="underline brown cursor-pointer">
2023-09-04T10:07:33.104Z: 116:           <span
2023-09-04T10:07:33.104Z: ^
2023-09-04T10:07:33.104Z: 117:             on:click={()=>{navigate(`#address-overview/${auditor}`, {clear : true})}}> {formatAddress(auditor)}</span>
2023-09-04T10:07:33.104Z: 118:           </div>
2023-09-04T10:07:33.104Z: 10:07:33 AM [vite-plugin-svelte] /src/components/SftList.svelte:123:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:33.104Z: 121:       {/each}
2023-09-04T10:07:33.104Z: 122:       {#if auditors.length > 1}
2023-09-04T10:07:33.104Z: 123:         <span class="underline brown cursor-pointer"
2023-09-04T10:07:33.104Z: ^
2023-09-04T10:07:33.104Z: 124:               on:click={()=>{navigate(`#token-overview/${sft.address}`)}}>...more</span>
2023-09-04T10:07:33.104Z: 125:       {/if}
2023-09-04T10:07:33.104Z: 10:07:33 AM [vite-plugin-svelte] /src/components/SftList.svelte:135:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:33.104Z: 133:         {#if i < 1}
2023-09-04T10:07:33.104Z: 134:           <div class="underline brown cursor-pointer">
2023-09-04T10:07:33.104Z: 135:           <span
2023-09-04T10:07:33.104Z: ^
2023-09-04T10:07:33.104Z: 136:             on:click={()=>{navigate(`#address-overview/${issuer}`, {clear : true})}}> {formatAddress(issuer)}</span>
2023-09-04T10:07:33.104Z: 137:           </div>
2023-09-04T10:07:33.104Z: 10:07:33 AM [vite-plugin-svelte] /src/components/SftList.svelte:142:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:33.104Z: 140:       {/each}
2023-09-04T10:07:33.104Z: 141:       {#if issuers.length > 1}
2023-09-04T10:07:33.104Z: 142:         <span class="underline brown cursor-pointer"
2023-09-04T10:07:33.104Z: ^
2023-09-04T10:07:33.104Z: 143:               on:click={()=>{navigate(`#token-overview/${sft.address}`)}}>...more</span>
2023-09-04T10:07:33.104Z: 144:       {/if}
2023-09-04T10:07:33.104Z: 10:07:33 AM [vite-plugin-svelte] /src/components/SftList.svelte:149:6 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:33.104Z: 147:   <td>
2023-09-04T10:07:33.104Z: 148:     {#if sft.deployer.toLowerCase() === $account.toLowerCase()}
2023-09-04T10:07:33.104Z: 149:       <img class="link-icon ml-5 cursor-pointer" src={icons.edit} alt="edit" on:click={()=>{openEditor(sft)}}>
2023-09-04T10:07:33.104Z: ^
2023-09-04T10:07:33.104Z: 150:     {/if}
2023-09-04T10:07:33.104Z: 151:   </td>
2023-09-04T10:07:33.869Z: 10:07:33 AM [vite-plugin-svelte] /node_modules/sv-bootstrap-dropdown/src/Dropdown.svelte:211:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:33.869Z: 209:   <slot />
2023-09-04T10:07:33.869Z: 210:   {#if open}
2023-09-04T10:07:33.869Z: 211:     <div
2023-09-04T10:07:33.869Z: ^
2023-09-04T10:07:33.869Z: 212:       class="dropdown-menu show {menuClasses}"
2023-09-04T10:07:33.869Z: 213:       bind:this={_menuItem}
2023-09-04T10:07:35.296Z: 10:07:35 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/Object.svelte:23:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:35.296Z: 21:   <legend class="subset-label object-label">
2023-09-04T10:07:35.296Z: 22:     {#if params.collapsible }
2023-09-04T10:07:35.296Z: 23:     <span class="collapser {collapserOpenState}" on:click={toggle}></span>
2023-09-04T10:07:35.296Z: ^
2023-09-04T10:07:35.296Z: 24:     {/if}
2023-09-04T10:07:35.296Z: 25:     {#if params.containerParent !== "array" || schema.title}
2023-09-04T10:07:35.396Z: 10:07:35 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/Array.svelte:63:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:35.396Z: 61:   <legend class="subset-label array-label">
2023-09-04T10:07:35.396Z: 62:     {#if params.collapsible }
2023-09-04T10:07:35.396Z: 63:     <span class="collapser {collapserOpenState}" on:click={toggle}></span>
2023-09-04T10:07:35.396Z: ^
2023-09-04T10:07:35.396Z: 64:     {/if}
2023-09-04T10:07:35.396Z: 65:     <span class="subset-label-title object-label-title">{@html stringToHtml(legendText)}</span>
2023-09-04T10:07:35.481Z: 10:07:35 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/ArrayBlocks.svelte:141:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:35.482Z: 139:       </a>
2023-09-04T10:07:35.482Z: 140:       <div class="actions">
2023-09-04T10:07:35.482Z: 141:         <span class="duplicate" on:click={onDuplicate(idx)} title="Duplicate this"></span>
2023-09-04T10:07:35.482Z: ^
2023-09-04T10:07:35.482Z: 142:         <span class="delete" on:click={onDelete(idx)} title="Delete this"></span>
2023-09-04T10:07:35.482Z: 143:       </div>
2023-09-04T10:07:35.482Z: 10:07:35 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/ArrayBlocks.svelte:142:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:35.482Z: 140:       <div class="actions">
2023-09-04T10:07:35.482Z: 141:         <span class="duplicate" on:click={onDuplicate(idx)} title="Duplicate this"></span>
2023-09-04T10:07:35.482Z: 142:         <span class="delete" on:click={onDelete(idx)} title="Delete this"></span>
2023-09-04T10:07:35.482Z: ^
2023-09-04T10:07:35.482Z: 143:       </div>
2023-09-04T10:07:35.482Z: 144:     </li>
2023-09-04T10:07:35.482Z: 10:07:35 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/ArrayBlocks.svelte:148:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:35.482Z: 146:
2023-09-04T10:07:35.482Z: 147:     {#if !adding}
2023-09-04T10:07:35.482Z: 148:     <li class="array-block add" on:click={onAdd}
2023-09-04T10:07:35.482Z: ^
2023-09-04T10:07:35.482Z: 149:       on:drop|preventDefault={onDrop(lastIdx)}
2023-09-04T10:07:35.482Z: 150:       on:dragover|preventDefault={() => false}
2023-09-04T10:07:35.529Z: 10:07:35 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/Autocomplete.svelte:62:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:35.529Z: 60: <svelte:component this={params.components['fieldWrapper']} {params} {schema}>
2023-09-04T10:07:35.529Z: 61:   <div class="sf-autocomplete" class:readonly={readOnly}>
2023-09-04T10:07:35.529Z: 62:     <div class="sf-selected-item input" on:click={toggleDropDown}>
2023-09-04T10:07:35.529Z: ^
2023-09-04T10:07:35.529Z: 63:       {#if inputState === "searching"}
2023-09-04T10:07:35.529Z: 64:         <input type="text" bind:value={match} on:keyup={keyup} bind:this={input}/>
2023-09-04T10:07:35.529Z: 10:07:35 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/Autocomplete.svelte:75:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:35.529Z: 73:     <div style:display={dropdownState === "open" ? 'block' : 'none'} class="sf-items">
2023-09-04T10:07:35.529Z: 74:       {#each options as item (item.id)}
2023-09-04T10:07:35.529Z: 75:         <div on:click={handleSelect(item)} class:selected={value === item.text}>
2023-09-04T10:07:35.529Z: ^
2023-09-04T10:07:35.529Z: 76:           {#if item.image}
2023-09-04T10:07:35.529Z: 77:             <img src={item.image} alt={item.text}/>
2023-09-04T10:07:35.984Z: [vite:css] start value has mixed support, consider using flex-start instead
2023-09-04T10:07:35.984Z: 1  |  .jse-table-mode.svelte-9oayqp.svelte-9oayqp{flex:1;display:flex;flex-direction:column;position:relative;background:var(--jse-background-color);min-width:0;min-height:0;font-family:var(--jse-font-family-mono);font-size:var(--jse-font-size-mono);color:var(--jse-text-color)}.jse-table-mode.no-main-menu.svelte-9oayqp.svelte-9oayqp{border-top:var(--jse-main-border)}.jse-table-mode.svelte-9oayqp .jse-hidden-input-label.svelte-9oayqp{position:fixed;right:0;top:0;width:0;height:0}.jse-table-mode.svelte-9oayqp .jse-hidden-input-label .jse-hidden-input.svelte-9oayqp{width:0;height:0;padding:0;border:0;outline:none}.jse-table-mode.svelte-9oayqp .jse-contents.svelte-9oayqp{flex:1;align-items:start;flex-direction:column;display:flex;overflow:auto;overflow-anchor:none;border-left:var(--jse-main-border);border-right:var(--jse-main-border)}.jse-table-mode.svelte-9oayqp .jse-contents.svelte-9oayqp:last-child{border-bottom:var(--jse-main-border)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main.svelte-9oayqp{border-collapse:collapse;border-spacing:0}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-invisible-start-section td.svelte-9oayqp,.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-invisible-end-section td.svelte-9oayqp{margin:0;padding:0}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-invisible-end-section td.svelte-9oayqp{padding-bottom:var(--jse-padding)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row.svelte-9oayqp:hover{background-color:var(--jse-table-row-odd-background)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.svelte-9oayqp{padding:0 var(--jse-padding) 0 0;vertical-align:top;white-space:nowrap;height:var(--jse-line-height)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-header.svelte-9oayqp,.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-gutter.svelte-9oayqp{font-weight:normal;text-align:left;color:var(--jse-text-readonly);background:var(--jse-table-header-background)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-header.svelte-9oayqp{padding:0;position:sticky;top:0}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-header .jse-table-root-error.svelte-9oayqp{padding:calc(0.5 * var(--jse-padding)) var(--jse-padding) calc(0.5 * var(--jse-padding)) calc(0.5 * var(--jse-padding))}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-gutter.svelte-9oayqp{padding:0 var(--jse-padding) 0 calc(0.5 * var(--jse-padding))}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-selected-value.svelte-9oayqp>.jse-value{background:var(--jse-selection-background-color)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.svelte-9oayqp div{display:inline-flex}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.svelte-9oayqp div.jse-value{overflow-wrap:normal;white-space:nowrap;vertical-align:top;display:inline-block}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell .jse-context-menu-anchor.svelte-9oayqp{position:relative;vertical-align:top}.jse-table-mode.svelte-9oayqp .jse-contents.jse-contents-loading.svelte-9oayqp{align-items:unset}.jse-table-mode.svelte-9oayqp .jse-contents.jse-contents-loading .jse-loading-space.svelte-9oayqp{flex:1}.jse-table-mode.svelte-9oayqp .jse-contents.jse-contents-loading .jse-loading.svelte-9oayqp{flex:2;text-align:center;color:var(--jse-panel-color-readonly);box-sizing:border-box;font-family:var(--jse-font-family);font-size:var(--jse-font-size)}
2023-09-04T10:07:35.984Z: |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ^
2023-09-04T10:07:36.299Z: 10:07:36 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/Upload.svelte:120:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-09-04T10:07:36.299Z: 118:          style="display: none" disabled={$uploadBtnLoading}/>
2023-09-04T10:07:36.299Z: 119:   <div class="sf-drop-area-container flex items-center">
2023-09-04T10:07:36.299Z: 120:     <div class="sf-drop-area {mode} default-btn"
2023-09-04T10:07:36.299Z: ^
2023-09-04T10:07:36.299Z: 121:          class:highlight
2023-09-04T10:07:36.299Z: 122:          tabIndex="0"
2023-09-04T10:07:38.500Z: 10:07:38 AM [vite-plugin-svelte] /node_modules/svelte-jsoneditor/components/modes/tablemode/RefreshColumnHeader.svelte:41:0 Unused CSS selector ".jse-column-header span.jse-column-sort-icon"
2023-09-04T10:07:38.500Z: 39: }
2023-09-04T10:07:38.500Z: 40:
2023-09-04T10:07:38.500Z: 41: .jse-column-header span.jse-column-sort-icon {
2023-09-04T10:07:38.500Z: ^
2023-09-04T10:07:38.500Z: 42:   height: 1em;
2023-09-04T10:07:38.500Z: 43: }</style>
2023-09-04T10:07:39.003Z: [vite:css] start value has mixed support, consider using flex-start instead
2023-09-04T10:07:39.003Z: 1  |  .jse-json-node.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{position:relative;color:var(--jse-text-color)}.jse-json-node.jse-root.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{min-height:100%;padding-bottom:2px;box-sizing:border-box}.jse-json-node.jse-root.svelte-510zz5>.jse-header-outer.svelte-510zz5 .jse-context-menu-pointer,.jse-json-node.jse-root.svelte-510zz5>.jse-contents-outer.svelte-510zz5>.jse-contents.svelte-510zz5 .jse-context-menu-pointer{top:0;right:calc(-2px - var(--jse-context-menu-pointer-size))}.jse-json-node.jse-root.svelte-510zz5>.jse-contents-outer.svelte-510zz5>.jse-contents.svelte-510zz5.svelte-510zz5{padding-left:0}.jse-json-node.svelte-510zz5 .jse-props.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.svelte-510zz5 .jse-items.svelte-510zz5.svelte-510zz5.svelte-510zz5{position:relative}.jse-json-node.svelte-510zz5 .jse-header-outer.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.svelte-510zz5 .jse-footer-outer.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:flex}.jse-json-node.svelte-510zz5 .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5{position:relative}.jse-json-node.svelte-510zz5 .jse-header .jse-meta.svelte-510zz5>.jse-meta-inner.svelte-510zz5.svelte-510zz5{display:flex;justify-content:center}.jse-json-node.svelte-510zz5 .jse-contents-outer.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:flex}.jse-json-node.svelte-510zz5 .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.svelte-510zz5 .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:flex;flex-direction:row;align-items:start}.jse-json-node.svelte-510zz5 .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5{padding-left:var(--jse-indent-size)}.jse-json-node.svelte-510zz5 .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:inline-flex;padding-left:calc(var(--jse-indent-size) + 5px)}.jse-json-node.svelte-510zz5 .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.svelte-510zz5 .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.svelte-510zz5 .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5{background:var(--jse-contents-background-color)}.jse-json-node.svelte-510zz5 .jse-insert-selection-area.svelte-510zz5.svelte-510zz5.svelte-510zz5{visibility:hidden;padding:0 calc(0.5 * var(--jse-padding));flex:1}.jse-json-node.svelte-510zz5 .jse-insert-selection-area.jse-inside.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:inline-flex;align-items:center}.jse-json-node.svelte-510zz5 .jse-insert-selection-area.jse-after.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:flex;align-items:flex-end}.jse-json-node.svelte-510zz5 .jse-context-menu-pointer-anchor.svelte-510zz5.svelte-510zz5.svelte-510zz5{position:relative}.jse-json-node.svelte-510zz5 .jse-insert-area.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:flex;position:relative;z-index:1;max-width:250px;min-width:100px;height:0;margin-right:calc(0.5 * var(--jse-padding));outline:1px solid}.jse-json-node.svelte-510zz5 .jse-insert-area.svelte-510zz5 .jse-context-menu-pointer{right:-1px;background:var(--jse-context-menu-pointer-hover-background)}.jse-json-node.svelte-510zz5 .jse-insert-area.jse-hovered.svelte-510zz5.svelte-510zz5.svelte-510zz5{outline-color:var(--jse-context-menu-pointer-hover-background)}.jse-json-node.svelte-510zz5:hover>.jse-contents-outer .jse-insert-selection-area.svelte-510zz5.svelte-510zz5.svelte-510zz5:not(.jse-selected),.jse-json-node.svelte-510zz5 .jse-header-outer.svelte-510zz5:hover>.jse-insert-selection-area.svelte-510zz5.svelte-510zz5:not(.jse-selected),.jse-json-node.svelte-510zz5 .jse-footer-outer:hover .jse-insert-selection-area.svelte-510zz5.svelte-510zz5.svelte-510zz5:not(.jse-selected){visibility:visible}.jse-json-node.jse-hovered.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-meta.svelte-510zz5,.jse-json-node.jse-hovered.svelte-510zz5 .jse-props .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-hovered.svelte-510zz5 .jse-items .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-hovered.svelte-510zz5 .jse-props .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-hovered.svelte-510zz5 .jse-items .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-hovered.svelte-510zz5 .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5{background:var(--jse-hover-background-color)}.jse-json-node.jse-selected.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-meta.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-props .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-items .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-props .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-items .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-key,.jse-json-node.jse-selected.svelte-510zz5 .jse-value{background:var(--jse-selection-background-color);cursor:var(--jse-contents-selected-cursor)}.jse-json-node.jse-selected.svelte-510zz5 .jse-expand.svelte-510zz5.svelte-510zz5.svelte-510zz5{background:var(--jse-selection-background-color)}.jse-json-node.jse-selected-key.svelte-510zz5>.jse-contents-outer.svelte-510zz5>.jse-contents.svelte-510zz5>.jse-identifier>.jse-key,.jse-json-node.jse-selected-key.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-identifier>.jse-key{background:var(--jse-selection-background-color);cursor:var(--jse-contents-selected-cursor)}.jse-json-node.jse-selected-value.svelte-510zz5>.jse-contents-outer.svelte-510zz5>.jse-contents.svelte-510zz5>.jse-value{background:var(--jse-selection-background-color);cursor:var(--jse-contents-selected-cursor)}.jse-json-node.svelte-510zz5 .jse-collapsed-items.jse-selected,.jse-json-node.jse-selected.svelte-510zz5 .jse-collapsed-items,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-collapsed-items{background-color:var(--jse-selection-background-color);--jse-collapsed-items-background-color:var(--jse-collapsed-items-selected-background-color)}.jse-json-node.jse-selected-value.svelte-510zz5 .jse-meta.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-meta.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-footer-outer.svelte-510zz5>.jse-footer.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-expand.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-expand.svelte-510zz5.svelte-510zz5.svelte-510zz5{background:var(--jse-selection-background-color)}.jse-json-node.jse-selected-value.svelte-510zz5 .jse-meta.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-meta.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-meta.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-meta.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-footer-outer.svelte-510zz5>.jse-footer.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-footer-outer.svelte-510zz5>.jse-footer.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-contents.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-contents.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-header.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-header.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-footer.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-footer.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-expand.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-expand.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-contents.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-contents.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-header.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-header.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-footer.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-footer.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-expand.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-expand.svelte-510zz5 .jse-value{background:var(--jse-selection-background-color);cursor:var(--jse-contents-selected-cursor)}.jse-json-node.jse-readonly.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{--jse-contents-selected-cursor:pointer}.jse-json-node.svelte-510zz5 .jse-insert-area.jse-selected.svelte-510zz5.svelte-510zz5.svelte-510zz5{outline-color:var(--jse-context-menu-pointer-background)}.jse-json-node.svelte-510zz5 .jse-insert-area.jse-selected.svelte-510zz5 .jse-context-menu-pointer{background:var(--jse-context-menu-pointer-background)}.jse-json-node.svelte-510zz5 .jse-insert-area.jse-selected.svelte-510zz5 .jse-context-menu-pointer:hover{background:var(--jse-context-menu-pointer-background-highlight)}.jse-main:not(.jse-focus) .jse-json-node.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{--jse-selection-background-color:var(--jse-selection-background-inactive-color);--jse-context-menu-pointer-background:var(--jse-context-menu-pointer-hover-background)}.jse-expand.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{width:var(--jse-indent-size);padding:0;margin:0;border:none;cursor:pointer;background:transparent;color:var(--jse-delimiter-color);font-size:var(--jse-font-size-mono);height:var(--jse-line-height)}.jse-expand.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5:hover{opacity:0.8}.jse-meta.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-separator.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-index.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-bracket.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{vertical-align:top;color:var(--jse-delimiter-color)}.jse-index.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{padding:0 calc(0.5 * var(--jse-padding))}.jse-bracket.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{padding:0 2px}.jse-bracket.jse-expanded.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{padding-right:var(--jse-padding)}.jse-tag.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{border:none;font-size:80%;font-family:var(--jse-font-family);color:var(--jse-tag-color);background:var(--jse-tag-background);border-radius:2px;cursor:pointer;display:inline-block;padding:0 4px;line-height:normal;margin:1px 0}.jse-tag.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5:hover{opacity:0.8}.jse-tag.jse-expanded.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{opacity:0.7;cursor:inherit}.jse-identifier.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{vertical-align:top;position:relative}
2023-09-04T10:07:39.003Z: |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
2023-09-04T10:07:39.447Z: [vite:css] start value has mixed support, consider using flex-start instead
2023-09-04T10:07:39.447Z: 1  |  .jse-contextmenu.svelte-lq4dwz.svelte-lq4dwz{box-shadow:var(--jse-controls-box-shadow);font-family:var(--jse-font-family);font-size:var(--jse-font-size);background:var(--jse-context-menu-background);color:var(--jse-context-menu-color)}.jse-contextmenu.svelte-lq4dwz .jse-row.svelte-lq4dwz{display:flex;flex-direction:row;align-items:flex-start;justify-content:stretch}.jse-contextmenu.svelte-lq4dwz .jse-row div.jse-label.svelte-lq4dwz{flex:1;white-space:nowrap;padding:var(--jse-padding);color:var(--jse-context-menu-color-disabled);line-height:normal}.jse-contextmenu.svelte-lq4dwz .jse-row div.jse-tip.svelte-lq4dwz{flex:1;background:var(--jse-context-menu-tip-background);color:var(--jse-context-menu-tip-color);margin:calc(0.5 * var(--jse-padding));padding:calc(0.5 * var(--jse-padding)) var(--jse-padding);font-size:80%;line-height:1.3em;display:flex;flex-direction:row;align-items:start;gap:var(--jse-padding);border-radius:3px}.jse-contextmenu.svelte-lq4dwz .jse-row div.jse-tip div.jse-tip-icon.svelte-lq4dwz{padding-top:calc(0.5 * var(--jse-padding))}.jse-contextmenu.svelte-lq4dwz .jse-column.svelte-lq4dwz{flex:1;display:flex;flex-direction:column;align-items:stretch}.jse-contextmenu.svelte-lq4dwz .jse-column.svelte-lq4dwz:not(:last-child){border-right:1px solid var(--jse-context-menu-separator-color)}.jse-contextmenu.svelte-lq4dwz .jse-separator.svelte-lq4dwz{width:100%;height:1px;background:var(--jse-context-menu-separator-color)}
2023-09-04T10:07:39.447Z: |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ^
2023-09-04T10:07:45.219Z: ✓ 1697 modules transformed.
2023-09-04T10:07:45.220Z: 10:07:45 AM [vite-plugin-svelte] dom compile done.
2023-09-04T10:07:45.220Z: package	files	 time	   avg
2023-09-04T10:07:45.220Z: sft    	  138	5.87s	42.5ms
2023-09-04T10:07:46.043Z: rendering chunks...
2023-09-04T10:07:46.973Z: dist/assets/SFT.6c869e65.svg                  105.12 KiB
2023-09-04T10:07:46.973Z: dist/assets/ethereum.415f723e.svg             0.67 KiB
2023-09-04T10:07:46.973Z: dist/assets/polygon.dee591bd.svg              1.48 KiB
2023-09-04T10:07:46.973Z: dist/assets/show.235fc274.svg                 5.75 KiB
2023-09-04T10:07:46.973Z: dist/assets/delete.d74280f1.svg               0.70 KiB
2023-09-04T10:07:46.973Z: dist/assets/plus_sign.127c449e.svg            0.30 KiB
2023-09-04T10:07:46.973Z: dist/assets/expand.9ac17d94.svg               0.22 KiB
2023-09-04T10:07:46.973Z: dist/assets/expand_black.81668e6a.svg         0.21 KiB
2023-09-04T10:07:46.974Z: dist/assets/edit.e8ff0981.svg                 0.61 KiB
2023-09-04T10:07:46.974Z: dist/assets/check.7f84d5b4.svg                0.21 KiB
2023-09-04T10:07:46.974Z: dist/assets/reject.aedf196c.svg               0.33 KiB
2023-09-04T10:07:46.974Z: dist/assets/success_circle.637908f7.svg       0.29 KiB
2023-09-04T10:07:46.974Z: dist/assets/burger.5a97d011.svg               0.34 KiB
2023-09-04T10:07:46.974Z: dist/assets/gild_lab.bbc01594.svg             7.67 KiB
2023-09-04T10:07:46.974Z: dist/assets/rain.1ee01875.svg                 4.79 KiB
2023-09-04T10:07:46.974Z: dist/assets/camera.65bd5fe2.svg               0.67 KiB
2023-09-04T10:07:46.974Z: dist/assets/copy.c384da77.svg                 0.76 KiB
2023-09-04T10:07:46.974Z: dist/assets/discord.f5d73cc8.svg              1.48 KiB
2023-09-04T10:07:46.974Z: dist/assets/etherscan.a3d0450a.svg            2.40 KiB
2023-09-04T10:07:46.974Z: dist/assets/polygonscan.eae07e8d.svg          1.34 KiB
2023-09-04T10:07:46.974Z: dist/assets/github.685c99b1.svg               1.34 KiB
2023-09-04T10:07:46.974Z: dist/assets/telegram.415c7d42.svg             1.57 KiB
2023-09-04T10:07:46.974Z: dist/assets/twitter.a6f944d5.svg              1.18 KiB
2023-09-04T10:07:46.974Z: dist/assets/web_brown.58d41855.svg            1.26 KiB
2023-09-04T10:07:46.974Z: dist/assets/list_view.ab334c81.svg            0.35 KiB
2023-09-04T10:07:46.974Z: dist/assets/tile_view.d98634e4.svg            0.96 KiB
2023-09-04T10:07:46.974Z: dist/assets/back.9aabbb41.svg                 0.25 KiB
2023-09-04T10:07:46.974Z: dist/assets/arrow_narrow_right.e2e3f9cc.svg   0.89 KiB
2023-09-04T10:07:46.974Z: dist/assets/arrow_narrow_left.ee7ca075.svg    0.94 KiB
2023-09-04T10:07:46.974Z: dist/assets/asset_list.bcc0780c.svg           0.76 KiB
2023-09-04T10:07:46.974Z: dist/assets/asset_list_dark.2ddc42bc.svg      0.76 KiB
2023-09-04T10:07:46.974Z: dist/assets/sft_create.7cc432e5.svg           0.82 KiB
2023-09-04T10:07:46.974Z: dist/assets/ipfs.721842c7.svg                 0.75 KiB
2023-09-04T10:07:46.974Z: dist/assets/ipfs_white.41c6fdba.svg           0.73 KiB
2023-09-04T10:07:46.974Z: dist/assets/manual.6e257825.pdf               12507.39 KiB
2023-09-04T10:07:46.974Z: dist/assets/right.b24901ee.svg                0.41 KiB
2023-09-04T10:07:46.974Z: dist/assets/down.9c044199.svg                 0.42 KiB
2023-09-04T10:07:46.974Z: dist/assets/add.e44b5d0f.svg                  0.62 KiB
2023-09-04T10:07:46.974Z: dist/assets/delete.5088e5a8.svg               0.82 KiB
2023-09-04T10:07:46.974Z: dist/assets/up.9e487370.svg                   0.42 KiB
2023-09-04T10:07:46.974Z: dist/assets/duplicate.a5ac4a17.svg            0.21 KiB
2023-09-04T10:07:46.974Z: dist/assets/info.f98c9524.svg                 0.62 KiB
2023-09-04T10:07:46.974Z: dist/assets/upload.4a96d26f.svg               0.18 KiB
2023-09-04T10:07:46.974Z: dist/assets/link.133c64e9.svg                 0.88 KiB
2023-09-04T10:07:46.976Z: dist/index.html                               0.64 KiB
2023-09-04T10:07:46.978Z: dist/assets/vanilla-picker.bc2093b3.js        18.39 KiB / gzip: 6.60 KiB
2023-09-04T10:07:46.980Z: dist/assets/index.8cc9a7bc.css                139.42 KiB / gzip: 22.10 KiB
2023-09-04T10:07:47.063Z: dist/assets/index.f69964ff.js                 2084.94 KiB / gzip: 665.10 KiB
2023-09-04T10:07:47.063Z: (!) Some chunks are larger than 500 KiB after minification. Consider:
2023-09-04T10:07:47.063Z: - Using dynamic import() to code-split the application
2023-09-04T10:07:47.063Z: - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/guide/en/#outputmanualchunks
2023-09-04T10:07:47.063Z: - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
2023-09-04T10:07:52.658Z: Deployed to IPFS and got the hash:
2023-09-04T10:07:52.658Z: QmVDtG3Tbx3btmVBRjrxSP3DxrRTuz2FehDr4TYkzHJAu8
2023-09-04T10:07:52.658Z: Checking content availability on IPFS...
2023-09-04T10:07:54.006Z: You can preview this build on :
2023-09-04T10:07:54.006Z: https://bafybeidgiyiipalu6ngf7zirquqylbvtqbqhtbxd74m2bdprabhlh7m6tm.on.fleek.co