client: add progress bar

- add favourites buttons
- redirect /folder/ => /folder/home
- minor fixes
This commit is contained in:
geoffrey45
2021-12-24 12:41:38 +03:00
parent 81c8ae8629
commit 757d6cbe5a
12 changed files with 338 additions and 154 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M25.7056 8.36093C25.3565 7.45862 24.8532 6.64096 24.2237 5.95372C23.5938 5.26443 22.851 4.71666 22.0359 4.34019C21.1907 3.94828 20.2842 3.74767 19.369 3.75002C18.085 3.75002 16.8322 4.1425 15.7436 4.88385C15.4831 5.06119 15.2357 5.25598 15.0013 5.46821C14.7669 5.25598 14.5195 5.06119 14.259 4.88385C13.1704 4.1425 11.9176 3.75002 10.6336 3.75002C9.70902 3.75002 8.81308 3.94771 7.96663 4.34019C7.14883 4.71814 6.41176 5.26179 5.77888 5.95372C5.14859 6.64019 4.6451 7.45804 4.29694 8.36093C3.93492 9.29997 3.75 10.2972 3.75 11.3234C3.75 12.2915 3.9271 13.3004 4.27871 14.3266C4.57301 15.1843 4.99493 16.0739 5.53406 16.9722C6.38832 18.3939 7.56294 19.8766 9.02144 21.3796C11.4384 23.8711 13.8319 25.5922 13.9335 25.662L14.5507 26.1039C14.8242 26.2987 15.1758 26.2987 15.4493 26.1039L16.0665 25.662C16.1681 25.5893 18.559 23.8711 20.9785 21.3796C22.437 19.8766 23.6117 18.3939 24.4659 16.9722C25.005 16.0739 25.4296 15.1843 25.7213 14.3266C26.0729 13.3004 26.25 12.2915 26.25 11.3234C26.2526 10.2972 26.0677 9.29997 25.7056 8.36093ZM15.0013 23.8043C15.0013 23.8043 5.72939 17.1728 5.72939 11.3234C5.72939 8.36093 7.92496 5.95953 10.6336 5.95953C12.5375 5.95953 14.1887 7.14569 15.0013 8.87842C15.8139 7.14569 17.4651 5.95953 19.369 5.95953C22.0776 5.95953 24.2732 8.36093 24.2732 11.3234C24.2732 17.1728 15.0013 23.8043 15.0013 23.8043Z" fill="white"/>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 3C4.239 3 2 5.216 2 7.95C2 10.157 2.875 15.395 11.488 20.69C11.6423 20.7839 11.8194 20.8335 12 20.8335C12.1806 20.8335 12.3577 20.7839 12.512 20.69C21.125 15.395 22 10.157 22 7.95C22 5.216 19.761 3 17 3C14.239 3 12 6 12 6C12 6 9.761 3 7 3Z" stroke="#D94848" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 439 B