Files
app-legacy/refilc_mobile_ui
b3ni15 b33a6d2ca0 Guard auto-retry to initial load only in KretenLoginWidget
After the login page first loaded successfully, any subsequent
navigation error (e.g. during credential entry) would silently reload
_loginUrl, discarding user-entered credentials. This was because the
auto-retry block only checked _autoRetryCount, which was reset to 0 by
onPageFinished after every successful load.

Add _hasLoadedOnce that is set true in onPageFinished and only cleared
in _retry() (explicit user action). Gate the silent auto-retry on
!_hasLoadedOnce so it only fires before the login page has been shown
to the user for the first time.

https://claude.ai/code/session_016dhktF2DaoTQeifUaZrxbP
2026-03-15 22:38:00 +01:00
..
2025-03-02 20:41:51 +01:00

refilc - felület library

A következőket tartalmazza:

  • oldalak elrendezése
  • oldalakon használt elemek logikája
  • kréta bejelentkezés logikája