issues
search
cgwire
/
kitsu
Collaboration Platform for Animation and VFX Productions
https://kitsu.cg-wire.com
GNU Affero General Public License v3.0
400
stars
106
forks
source link
Various fixes
#1496
Closed
NicoPennec
closed
4 months ago
NicoPennec
commented
4 months ago
Problem
Some outdated npm dependencies.
Some modals are loaded unnecessarily on initial loading.
Solution
Bump npm dependencies.
Use
v-if
on some global modals that are not actively used to reduce initial loading.
Clean code: code typo, useless code, invalid HTML, ...
Problem
Solution
v-if
on some global modals that are not actively used to reduce initial loading.