Roman
Roman
Applicable in extension's window when already saved history data approx `>2MB` **How to reproduce:** Right after getting translation UI not responds / frozen for ~2sec _(e.g. links, tabs not clickable)_...
**TODO** - [ ] manifest@v3 `content_scripts` not injected automatically (only after opening translator's window via toolbar icon), maybe extra [chrome.scripting](https://developer.chrome.com/docs/extensions/reference/scripting/)-api required. Otherwise it works automatically only when user allows it...
To type `~` with Finnish/Swedish keyboard I have to press hotkey `alt+^`:  After that it shows something similar to `~` but right after when I press any other character...
package.json ` "conf": "^7.0.1", ` _Example:_ ```js import Config from "conf" const config = new Config({ migrations: { "2.0.0": store => store.set("lastSeenVersion", "2.0.0") } }) config.store = {newData: "blabla"} //...
Expectation: `.grid-6 > .col-2` = 2/6 = 1/3 = 100% / 3 Reality: `.grid-6 > .col-2` = 2/12 = 1/6 It seems like only one 12-columns grid supported?
https://user-images.githubusercontent.com/6377066/210792819-7bad39d9-307c-4328-8e4d-ddfd459bed99.mov _TODO:_ - [x] implement "Set as default" from ingress class context menu item - [x] fix: [duplicating items](https://github.com/lensapp/lens/pull/6808#issuecomment-1366688120) on every page visiting _(ingress class listing)_ - [x] fix: [editing](https://github.com/lensapp/lens/pull/6808#issuecomment-1367909330)...
Make source language texts and translations _clickable_ inside expanded history item: