feat(persistence): historial + tabs persistentes + autocompletado - #7
Merged
Conversation
…tory autocomplete - history.ts: historial de navegacion persistido en userData (500 entradas), colapsa recargas. - session.ts: persiste las pestanas abiertas (URLs + activa); se restauran al arrancar. - Fix: el chrome reenvia tabs/estado en cada did-finish-load (reload/HMR) -> la tira de tabs no queda vacia. - Autocompletado de la barra contra TODO el historial (url o titulo), no solo el last-5: sitios viejos siguen sugiriendo. - Guarda 'restoring' para no pisar la sesion con lista vacia durante el arranque.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Persistencia de datos de la app (más allá de in-memory).
Qué agrega
history.ts, JSON en userData, 500 entradas). Alimenta el autocompletado de la barra contra TODO el historial — un sitio visitado hace semanas sigue sugiriendo (busca por url o título).session.ts): las tabs abiertas (+ cuál activa) se restauran al reabrir Overrun.did-finish-load.bookmarks.json); la sesión de sitios (cookies/localStorage) ya la persiste Chromium por defecto.Checklist