summaryrefslogtreecommitdiffstats
path: root/src/components/LoadingPlaceholder.vue
AgeCommit message (Collapse)Author
2023-06-09fix(frontend): fix loading placeholder dark/light themeGrigorii K. Shartsev
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2022-01-24Fix eslintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-12Fix placeholder line width to be randomVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Joas Schilling <coding@schilljs.com>
2020-11-12Improve loading placeholder animation performanceVincent Petry
Replaced the SVG gradient animation with a CSS opacity animation that fades between two lists, one with the regular gradient and one with the reversed one. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-08-19Use the SVG animated placeholders also for messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-19Use the SVG placeholder from the unified searchJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>