The idea is inspired by the Next.js dev-mode island, which allows toggling between different sizes (small, medium, large) and positions (top-right, top-left, bottom-right, bottom-left).
Currently, this behavior is only configurable through code. It would improve usability if these options were adjustable directly within the app UI.
A simple approach could be to persist the user’s preferences (size and position) in localStorage, so the settings are retained across sessions.
The idea is inspired by the Next.js dev-mode island, which allows toggling between different sizes (small, medium, large) and positions (top-right, top-left, bottom-right, bottom-left).
Currently, this behavior is only configurable through code. It would improve usability if these options were adjustable directly within the app UI.
A simple approach could be to persist the user’s preferences (size and position) in localStorage, so the settings are retained across sessions.