Arthur
Arthur
> Yeah should be relatively easy to do this with local storage. Will spec this out in case anyone is interested to helping to implement it. I may have some...
You can use [sealData()](https://github.com/vvo/iron-session?tab=readme-ov-file#sealdatadata-unknown--password-ttl--promisestring) and [unsealData()](https://github.com/vvo/iron-session?tab=readme-ov-file#unsealdatatseal-string--password-ttl--promiset) to encrypt/decrypt the cookie values. Assuming you're doing an oauth/refresh token kind of thing, here's something I used recently: ```typescript import { IRON_COOKIE_NAME, SessionData,...
Are you manually filtering the results and using ``? This works fine: ```typescript const [query, setQuery] = useState(''); const filteredResults = useMemo( () => query.length === 0 ? results :...
That's fair. Updated to only make the Metabar sticky, but not the other bars