KIRAKIRA-DOUGA / KIRAKIRA-Cerasus

KIRAKIRA's frontend powered by Nuxt 3.
https://kirakira.moe
BSD 3-Clause "New" or "Revised" License
112 stars 17 forks source link

动效逻辑问题&UI逻辑问题 #212

Closed inschrift-spruch-raum closed 2 months ago

inschrift-spruch-raum commented 3 months ago

image 如图

inschrift-spruch-raum commented 3 months ago

绿 部分不能完全空着,要有内容才行

inschrift-spruch-raum commented 3 months ago

UI动效逻辑是

先出现 红 后出现 绿, 绿 将 红 向右挤,后 加载 黄 和 蓝 将 绿 向下挤

inschrift-spruch-raum commented 3 months ago

此外,在所有内容加载的页面均存在内容闪烁的问题

个人认为是没有正确使用缓存导致的

inschrift-spruch-raum commented 3 months ago

image 红蓝两部分点击效果不一致,是否需要统一

inschrift-spruch-raum commented 3 months ago

image 当选中一个不可用功能时,缺乏内容提示,且默认回退于首页而不是之前选中的内容

otomad commented 3 months ago

UI动效逻辑是

先出现 红 后出现 绿, 绿 将 红 向右挤,后 加载 黄 和 蓝 将 绿 向下挤

已知问题,目前仍未清楚是哪里发生的问题。

红蓝两部分点击效果不一致,是否需要统一

消息中心没有做完,可能会发生较大更改。

当选中一个不可用功能时,缺乏内容提示,且默认回退于首页而不是之前选中的内容

个人主页其它页面没有做完,做完后即解决该问题。

Aira-Sakuranomiya commented 3 months ago

我正在着重调查此问题 该问题在开发期间我提过很多次,但是所有人,包括我,都没有找出为什么会在加载完之前就直接切换路由

inschrift-spruch-raum commented 2 months ago

当你的网络足够卡时,了会看到这样的加载过程

image

image

image

Aira-Sakuranomiya commented 2 months ago

已定位到所有问题,正在全力以赴修复中,并会将大量内容合规化,使用Nuxt官方推荐的方式