barkey/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
@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
public
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
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