blinko-space / blinko

An open-source, self-hosted personal note tool prioritizing privacy, built using TypeScript .
https://blinko-demo.vercel.app/
GNU Affero General Public License v3.0
1.03k stars 85 forks source link

UI issue #210

Open smallxi opened 2 days ago

smallxi commented 2 days ago

一、移动端标签显示不全 二、发布闪念后显示几秒后

Screenshot_20241130_075431_com_hihonor_baidu_browser_LightSearchActivity_edit_958720364470989 Screenshot_20241130_075253_mark_via_Shell_edit_958735383954375


  1. Incomplete label display on the mobile terminal
  2. After the flash thought is released, it will be displayed for a few seconds.

Screenshot_20241130_075431_com_hihonor_baidu_browser_LightSearchActivity_edit_958720364470989 Screenshot_20241130_075253_mark_via_Shell_edit_958735383954375

dosubot[bot] commented 2 days ago

关于您提到的两个UI问题:

  1. 移动端标签显示不全:Blinko的标签选择组件在移动设备上使用useMediaQuery来处理响应式设计。可能需要检查TagSelect组件的实现,确保在移动设备上正确渲染标签列表。可以查看tagSelectPop.tsx文件中的实现,看看是否有任何条件渲染或样式问题导致标签显示不全[1]

  2. 发布闪念后显示几秒后:在发布笔记时,Blinko使用异步操作upsertNote.call,这可能导致UI更新延迟。发布后,应用程序可能会执行路由操作(例如router.push),这也可能导致显示延迟。可以检查这些异步操作的执行顺序和依赖关系,以优化UI更新的时机[2][3]

希望这些信息能帮助您解决问题!

To continue talking to Dosu, mention @dosu.