Sharkey/packages/frontend
dakkar e9e2a5dd77 avoid empty blocks when hiding ads
2024.10 or 2024.11 added a `<div>` around `<MkAd>`, but while `MkAd`
checks if ads should be shown, and generates an empty `<div>` if not,
the wrapper `div` was always shown.

This commit takes the same logic from `MkAd` and applies it to the
wrapper as well.

thanks to @puppygirlhornypost for noticing
2024-12-18 15:59:34 +00:00
..
.storybook Merge tag '2024.10.1' into feature/2024.10 2024-11-08 15:52:37 +00:00
.vscode test(#10336): add components/Mk[A-B].* stories (#10475) 2023-04-13 12:20:39 +09:00
@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 avoid empty blocks when hiding ads 2024-12-18 15:59:34 +00:00
test don't lint translations in translation test 2024-10-22 12:05:07 +01:00
.gitignore build(#10336): Storybook & Chromatic & msw (#10365) 2023-04-04 09:38:34 +09:00
eslint.config.js help eslint deal with the new vite-provided constant 2024-12-08 19:16:36 +01:00
package.json merge: fix(frontend): Ensure physics run consistently across different device framerates (!823) 2024-12-17 21:50:39 +00:00
tsconfig.json fix(frontend): TypeScriptの型チェック対象ファイルを限定して高速化するように (#14994) 2024-11-19 10:22:47 +09:00
vite.config.local-dev.ts Undo changes to the local dev config 2024-12-08 19:15:41 +01:00
vite.config.ts Merge branch 'develop' into feature/2024.10 2024-12-08 19:03:16 +00:00
vite.json5.ts
vite.replaceIcons.ts Merge branch 'develop' into feature/2024.10 2024-12-12 13:04:51 +00:00
vue-shims.d.ts Fix/vue import error on intellij (#12612) 2023-12-09 13:13:31 +09:00