AppFlowy-IO / AppFlowy-IO/AppFlowy
[Bug] In Settings' Profile page, outdated data is consistently loaded at first.
- Lenguaje dominante
- Dart
- Estrellas
- 76.6k
- Forks
- 6k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Bug Description
When I visit Settings' Profile page, outdated (cached) data is consistently loaded at first.
### How to Reproduce
~~~JS
#!/usr/bin/env xdg-open
[
'#radix-\\:ri\\:',
'#radix-\\:rj\\: > div:nth-child(7)',
'div.px-3:nth-child(2)'
].forEach(selector => document.querySelector(selector).click());
~~~
### Expected Behavior
It should load the current data.
### Operating System
1.
~~~sh
#!/usr/bin/env sh
cat /etc/os-release | jc --ini | jq 'with_entries(.value |= (if type=="string" and test("^[0-9]+$") then tonumber else . end))| {NAME, VARIANT, VERSION_ID}' | yq -P
~~~
1.
~~~YAML
NAME: Fedora Linux
VARIANT: KDE Plasma Desktop Edition
VERSION_ID: 44
~~~
### Screenshots
https://github.com/user-attachments/assets/dcbaf25e-c753-45bb-88ab-869182a09665
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.