mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Add loading indicator to breadcrumbs (#29)
Also moves the current route data into a level 3 subscription (finally).
This commit is contained in:
parent
10f2e32ecd
commit
ec4504e475
5 changed files with 83 additions and 35 deletions
|
|
@ -169,11 +169,11 @@
|
|||
@keyframes you-spin-my-head-right-round
|
||||
from
|
||||
transform: rotate(0deg)
|
||||
transform-origin: 49% 50%
|
||||
transform-origin: 50% 46%
|
||||
|
||||
to
|
||||
transform: rotate(359deg)
|
||||
transform-origin: 49% 50%
|
||||
transform-origin: 50% 46%
|
||||
|
||||
.loading-spinner
|
||||
.icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue