barkey/packages/frontend
dakkar a9bad939ba fix notification dot
1) the `crossOrigin='anonymous'` tells the browser to actually honour
	 CORS on the image

2) the dot is now always 1/5 of the icon, even for large icons

3) we use `toBlob` instead of `toDataURL` because
	 https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toDataURL
	 says so

4) the test now blinks the dot, so it tests the actual code

5) if there's a problem during the test, we log the error, so people
	 can tell it to us

Thanks to Ares on Discord for reporting the problems.
2025-03-18 19:38:10 +00:00
..
.storybook merge upstream 2025-02-03 2025-02-03 14:36:09 -05:00
.vscode
@types Add _RUFFLE_VERSION_ global Vite define 2024-12-08 19:16:36 +01:00
assets Merge tag '2024.10.1' into feature/2024.10 2024-11-08 15:52:37 +00:00
lib remove our icon classes from a test file 2024-06-22 15:53:13 +01:00
public (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
src fix notification dot 2025-03-18 19:38:10 +00:00
test ui.test.ts 2025-02-04 15:25:57 -05:00
.gitignore
eslint.config.js add missing _LANGS_VERSION_ definition to frontend eslint 2025-02-04 11:34:39 -05:00
package.json chore: update sfm to 0.24.6 2025-03-05 15:52:35 +01:00
tsconfig.json merge upstream 2025-02-03 2025-02-03 14:36:09 -05:00
vite.config.ts restore support for local dev using a non-local url 2025-02-06 12:57:44 -05:00
vite.json5.ts
vite.replaceIcons.ts fix mapping for ti-list-search 2025-02-04 12:53:01 -05:00
vue-shims.d.ts Fix/vue import error on intellij (#12612) 2023-12-09 13:13:31 +09:00