Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WebUI] 部分页面刷新按钮旋转动画出现的频率与其他页面不一致,并且部分页面可能需要刷新 #760

Closed
4 of 5 tasks
CreeperAWA opened this issue Nov 20, 2024 · 6 comments
Labels
bug 程序错误,有什么东西无法正常工作 priority: low 低优先级 unconfirmed 该问题未经确认 webui This is a webui related

Comments

@CreeperAWA
Copy link
Contributor

WebUI 版本号 - Version

v2.4.1(97115cc)

问题描述 - Issue Description

我闲的没事干在不停的点刷新按钮,发现部分页面刷新按钮与其他页面旋转动画出现的频率不一样(均以 状态 页面为标准)
不一致的页面:

  • 封禁日志
  • 种子
  • IP查询
  • 图表
  • 排行
  • 设置

另外,我注意到规则管理下的页面均没有刷新按钮,但是“规则订阅”页面的“最后更新”“规则数量”这两栏是会变动的,我认为需要刷新按钮。

复现步骤 - Reproduce steps

1.找到正常页面点击刷新按钮
2.找一个不正常的页面点击刷新按钮
3.发现出现旋转动画频率不一致,出现BUG

截图 - Screenshot

状态 页面:
PixPin_2024-11-20_18-28-15
图表 页面:
PixPin_2024-11-20_18-29-53

额外信息 - Addition Information

这个 issue 可以被标记为 低优先级

修不修无所谓,闲得慌(

检查清单 - Check list

  • PeerBanHelper 已更新到最新版本,非最新版本不接受任何错误反馈,任何非最新版本的 Issue 将被 立 刻 关 闭,不会有人给您提供任何支持 (I'm running the latest version of PBH that can be found in Github Relases, non-latest release won't receive any support)
  • 我已检查过 PBH 文档(特别是常见问题),且即使使用了搜索也没有找到与此有关的内容 (This not a question/or the question that not listed in README's FAQ or PBH WIKI)
  • 我没有检查这个检查清单,只是闭眼选中了所有的复选框,请关闭这个 Issue (I have not read these checkboxes and therefore I just ticked them all, Please close this issue)
  • 所添加的下载器已满足 README 中的前置要求(如版本号和插件)(The downloaders that I've added already satisfied the requirements (E.g install plugins/adapters))
  • 我同意遵守 PBH-BTN 包容性条约,不发布 “嘲讽、骂战、引战、开盒(有时也称为人肉搜索)、人身攻击、仇恨、暴力、侮辱性言辞、违法违规、黑灰产、危害国家安全、实施或帮助他人实施电信犯罪” 等内容。并已知晓如果仍旧发布了这些内容,我的账号将立刻从包括但不限于 PBH-BTN 组织、社交软件中封禁。所有主题、内容都将被立刻删除或折叠,撤销、删除和收回您所做出的一切贡献,并封禁 BTN 网络的中账号权限、排除您所提交的所有数据。在您违反相关规则时,PBH-BTN 将会将您的注册、登录、和最近访问的 IP 地址、电子邮件地址、以及其它可能追踪您或将您去匿名化的信息从定期删除转为永不删除,并在任何国家或地区的政府、公安机关或有关部门需要时无通知的提供这些数据。 (I agree to abide by the PBH-BTN Inclusivity Pact by not posting content such as “taunting, name-calling, war-mongering, open-boxing (sometimes referred to as mansplaining), personal attacks, hatred, violence, insulting language, illegal activities, black and grey business, endangering national security, and committing or assisting others in committing telecommunication crimes”. I am aware that if I continue to post such content, my account will be immediately banned from organizations including but not limited to PBH-BTN, social software. All topics and content will be immediately deleted or collapsed, all contributions will be revoked, deleted and retracted, and you will be banned from the BTN network and all data you have submitted will be excluded. In the event of a violation of these rules, PBH-BTN will delete your registration, login, and most recent IP address, email address, and any other information that may be used to track you or de-anonymize you from regular to permanent deletion, and will make this data available to the government, public security, or other relevant authorities without notice if they request it, no matter what country or region.)
@CreeperAWA CreeperAWA changed the title [WebUI] 部分页面刷新按钮旋转动画出现的频率与其他页面不一致,并且部分页面类型与刷新按钮不匹配 [WebUI] 部分页面刷新按钮旋转动画出现的频率与其他页面不一致,并且部分页面可能需要刷新 Nov 20, 2024
@CreeperAWA
Copy link
Contributor Author

60FPS的GIF好像被降速了。。。
以描述为准

@Ghost-chu Ghost-chu added bug 程序错误,有什么东西无法正常工作 priority: low 低优先级 unconfirmed 该问题未经确认 webui This is a webui related labels Nov 20, 2024
@Ghost-chu
Copy link
Collaborator

列文虎克

@Gaojianli
Copy link
Member

规则没有按钮是合理设计,你也不想编辑到一半被刷新全部丢失吧

@Gaojianli
Copy link
Member

频率是一样的,你看错了,我刚刚统计了一下
需要从“开始转”开始统计而不是停止转,不同的页面加载速度不一样,假如加载要2s,间隔是3秒的话,你看起来似乎就是1s刷新一次了

@Gaojianli
Copy link
Member

另外设置页面有刷新按钮是错误,已经移除

@CreeperAWA
Copy link
Contributor Author

刷新是一直在刷新,就是这个有时候转有时候不转(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 程序错误,有什么东西无法正常工作 priority: low 低优先级 unconfirmed 该问题未经确认 webui This is a webui related
Projects
None yet
Development

No branches or pull requests

3 participants