AppFlowy-IO / AppFlowy-IO/AppFlowy

[Bug] In Settings' Profile page, outdated data is consistently loaded at first.

Ouverte
#8,775 2 commentaires 0 réactions 1 personne assignée Assignée à @asjqkkkk Voir sur GitHub
bug
Langage dominant
Dart
Étoiles
76.6k
Forks
6k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

### 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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.