Merge branch 'main' into feat/wav-3cx-preset-and-url-params

This commit is contained in:
Radhakrishnan Pachyappan 2026-06-26 13:16:08 +05:30 committed by GitHub
commit 01553de757
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 160 additions and 172 deletions

View file

@ -46,7 +46,7 @@ function handleFile(file) {
<td>${file.name}</td>
<td><progress max="100" class="inline-block h-2 appearance-none overflow-hidden rounded-full border-0 bg-neutral-700 bg-none text-accent-500 accent-accent-500 [&::-moz-progress-bar]:bg-accent-500 [&::-webkit-progress-value]:rounded-full [&::-webkit-progress-value]:[background:none] [&[value]::-webkit-progress-value]:bg-accent-500 [&[value]::-webkit-progress-value]:transition-[inline-size]"></progress></td>
<td>${(file.size / 1024).toFixed(2)} kB</td>
<td><a onclick="deleteRow(this)">Remove</a></td>
<td><button type="button" class="text-accent-500 hover:underline" onclick="deleteRow(this)">Remove</button></td>
`;
if (!fileType) {