Skip to content

Conversation

@ingoau
Copy link
Member

@ingoau ingoau commented Aug 12, 2025

Summary by CodeRabbit

  • New Features
    • Added three playable tools: Idle Dice, Idle Chopper, and Idle Idle Game Dev (now listed in the app).
    • Each includes a full in-app UI with canvas rendering, save/load prompts, and orientation guidance.
    • PWA support (manifests + service workers) enables installable, fullscreen, landscape experiences with faster/offline loading.
    • Bundled assets: graphics atlases, fonts, sounds, configs, and changelogs for each tool.
  • Style
    • Introduced comprehensive UI styling, including dark theme and component styles for Idle Idle Game Dev.

@ingoau ingoau enabled auto-merge August 12, 2025 01:52
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 12, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Adds three new game entries (Idle Dice, Idle Chopper, Idle Idle Game Dev) to the dataset and introduces their full static apps under static/_app/tools, including HTML shells, atlases, configuration/preload/text JSON, manifests, fonts/CSS (for gamedev), and generated service workers. No TypeScript logic changes.

Changes

Cohort / File(s) Summary of Changes
Game list update
src/lib/gmaes.ts
Appends three data entries: Idle Dice, Idle Chopper, Idle Idle Game Dev with names, uncategorized category, links, and URLs.
Idle Chopper app
static/_app/tools/idle-chopper/index.html, .../manifest.json, .../service-worker.js, .../assets/img/ingame.json, .../assets/img/ui.json, .../data/config.json, .../data/preload.json, .../data/text.json
Adds standalone HTML UI, PWA manifest, generated service worker, texture atlas descriptors (ingame/ui), config, preload manifest, and credits text.
Idle Dices app
static/_app/tools/idle-dices/index.html, .../manifest.json, .../service-worker.js, .../assets/img/ingame.json, .../assets/img/ui.json, .../assets/img/font/*, .../data/config.json, .../data/preload.json, .../data/changelog.json, .../data/text.json
Adds HTML UI, PWA manifest, generated service worker, atlases (ingame/ui), BMFont files, config, preload, changelog, and credits text.
Idle Idle Game Dev app
static/_app/tools/idle-idle-gamedev/index.html, .../manifest.json, .../service-worker.js, .../assets/img/ingame.json, .../assets/img/ui.json, .../assets/img/font/*, .../css/*.css, .../data/preload.json, .../data/changelog.json, .../data/config.json, .../data/text.json
Adds HTML UI, PWA manifest, generated service worker, atlases (ingame/ui), BMFont files, multiple CSS stylesheets (base, bootstrap-vue, fontawesome, tooltip, app style), preload, changelog, minimal config, and extensive i18n text.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~45 minutes

Possibly related PRs

Suggested reviewers

  • nathblade16

📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 37f2762 and dcaea5e.

⛔ Files ignored due to path filters (175)
  • static/_app/tools/idle-chopper/assets/fonts/cousine-regular-webfont.ttf is excluded by !**/*.ttf
  • static/_app/tools/idle-chopper/assets/fonts/cousine-regular-webfont.woff is excluded by !**/*.woff
  • static/_app/tools/idle-chopper/assets/fonts/cousine-regular-webfont.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-chopper/assets/fonts/roboto-thin-webfont.woff is excluded by !**/*.woff
  • static/_app/tools/idle-chopper/assets/fonts/roboto-thin-webfont.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-chopper/assets/fonts/robotomono-thin-webfont.ttf is excluded by !**/*.ttf
  • static/_app/tools/idle-chopper/assets/fonts/robotomono-thin-webfont.woff is excluded by !**/*.woff
  • static/_app/tools/idle-chopper/assets/fonts/robotomono-thin-webfont.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-chopper/assets/img/icon/icon128.png is excluded by !**/*.png
  • static/_app/tools/idle-chopper/assets/img/icon/icon168.png is excluded by !**/*.png
  • static/_app/tools/idle-chopper/assets/img/icon/icon192.png is excluded by !**/*.png
  • static/_app/tools/idle-chopper/assets/img/icon/icon256.png is excluded by !**/*.png
  • static/_app/tools/idle-chopper/assets/img/icon/icon32.png is excluded by !**/*.png
  • static/_app/tools/idle-chopper/assets/img/icon/icon512.png is excluded by !**/*.png
  • static/_app/tools/idle-chopper/assets/img/icon/icon64.png is excluded by !**/*.png
  • static/_app/tools/idle-chopper/assets/img/icon/icon96.png is excluded by !**/*.png
  • static/_app/tools/idle-chopper/assets/img/ingame.png is excluded by !**/*.png
  • static/_app/tools/idle-chopper/assets/img/ui.png is excluded by !**/*.png
  • static/_app/tools/idle-chopper/assets/sounds/1.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/1.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/10.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/10.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/11.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/11.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/12.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/12.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/13.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/13.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/2.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/2.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/3.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/3.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/4.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/4.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/5.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/5.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/6.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/6.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/7.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/7.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/8.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/8.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/9.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/9.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/bird1.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/bird1.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/bird2.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/bird2.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/button.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/button.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/crow1.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/crow1.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/crow2.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/crow2.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/desertwind.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/desertwind.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/eagle.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/eagle.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/fall.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/fall.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/get.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/get.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/insects.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/insects.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/insects2.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/insects2.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/levelup.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/levelup.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/monkey1.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/monkey1.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/monkey2.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/monkey2.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/snake.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/snake.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/step.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/step.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/success.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/success.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-chopper/assets/sounds/wind.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-chopper/assets/sounds/wind.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-dices/assets/fonts/cousine-regular-webfont.ttf is excluded by !**/*.ttf
  • static/_app/tools/idle-dices/assets/fonts/cousine-regular-webfont.woff is excluded by !**/*.woff
  • static/_app/tools/idle-dices/assets/fonts/cousine-regular-webfont.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-dices/assets/fonts/roboto-medium-webfont.woff is excluded by !**/*.woff
  • static/_app/tools/idle-dices/assets/fonts/roboto-medium-webfont.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-dices/assets/fonts/roboto-thin-webfont.woff is excluded by !**/*.woff
  • static/_app/tools/idle-dices/assets/fonts/roboto-thin-webfont.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-dices/assets/fonts/robotomono-thin-webfont.ttf is excluded by !**/*.ttf
  • static/_app/tools/idle-dices/assets/fonts/robotomono-thin-webfont.woff is excluded by !**/*.woff
  • static/_app/tools/idle-dices/assets/fonts/robotomono-thin-webfont.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-dices/assets/img/bg/backgroun2.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/bg/background.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/bg/tileable.jpg is excluded by !**/*.jpg
  • static/_app/tools/idle-dices/assets/img/font/font.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/font/outline_0.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/font/regular_0.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/icon/icon128.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/icon/icon168.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/icon/icon192.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/icon/icon256.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/icon/icon32.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/icon/icon512.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/icon/icon64.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/icon/icon96.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/ingame.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/screen.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/smallicon/Element 424.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/smallicon/smallIcon24.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/smallicon/smallIcon36.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/smallicon/smallIcon48.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/smallicon/smallIcon72.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/smallicon/smallIcon96.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/ui.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/img/whiteSquare.png is excluded by !**/*.png
  • static/_app/tools/idle-dices/assets/sounds/button.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-dices/assets/sounds/button.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-dices/assets/sounds/dice.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-dices/assets/sounds/dice.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-dices/assets/sounds/music.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-dices/assets/sounds/music.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-dices/assets/sounds/spin.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-dices/assets/sounds/spin.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-dices/assets/sounds/success.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-dices/assets/sounds/success.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-dices/assets/sounds/success2.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-dices/assets/sounds/success2.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-dices/assets/sounds/success3.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-dices/assets/sounds/success3.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-dices/assets/sounds/success4.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-dices/assets/sounds/success4.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-dices/assets/sounds/success5.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-dices/assets/sounds/success5.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-dices/assets/sounds/success6.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-dices/assets/sounds/success6.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-idle-gamedev/assets/fonts/cousine-regular-webfont.ttf is excluded by !**/*.ttf
  • static/_app/tools/idle-idle-gamedev/assets/fonts/cousine-regular-webfont.woff is excluded by !**/*.woff
  • static/_app/tools/idle-idle-gamedev/assets/fonts/cousine-regular-webfont.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-idle-gamedev/assets/fonts/roboto-thin-webfont.woff is excluded by !**/*.woff
  • static/_app/tools/idle-idle-gamedev/assets/fonts/roboto-thin-webfont.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-idle-gamedev/assets/fonts/robotomono-thin-webfont.ttf is excluded by !**/*.ttf
  • static/_app/tools/idle-idle-gamedev/assets/fonts/robotomono-thin-webfont.woff is excluded by !**/*.woff
  • static/_app/tools/idle-idle-gamedev/assets/fonts/robotomono-thin-webfont.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-idle-gamedev/assets/img/bg/tileable.jpg is excluded by !**/*.jpg
  • static/_app/tools/idle-idle-gamedev/assets/img/crazygames.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/font/outline_0.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/font/regular_0.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/icon/icon128.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/icon/icon168.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/icon/icon192.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/icon/icon256.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/icon/icon32.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/icon/icon512.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/icon/icon64.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/icon/icon96.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/ingame.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/lutsgameslogo.svg is excluded by !**/*.svg
  • static/_app/tools/idle-idle-gamedev/assets/img/ui.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/img/whiteSquare.png is excluded by !**/*.png
  • static/_app/tools/idle-idle-gamedev/assets/sounds/button.m4a is excluded by !**/*.m4a
  • static/_app/tools/idle-idle-gamedev/assets/sounds/button.ogg is excluded by !**/*.ogg
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-brands-400.eot is excluded by !**/*.eot
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-brands-400.svg is excluded by !**/*.svg
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-brands-400.ttf is excluded by !**/*.ttf
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-brands-400.woff is excluded by !**/*.woff
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-brands-400.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-regular-400.eot is excluded by !**/*.eot
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-regular-400.svg is excluded by !**/*.svg
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-regular-400.ttf is excluded by !**/*.ttf
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-regular-400.woff is excluded by !**/*.woff
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-regular-400.woff2 is excluded by !**/*.woff2
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-solid-900.eot is excluded by !**/*.eot
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-solid-900.svg is excluded by !**/*.svg
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-solid-900.ttf is excluded by !**/*.ttf
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-solid-900.woff is excluded by !**/*.woff
  • static/_app/tools/idle-idle-gamedev/webfonts/fa-solid-900.woff2 is excluded by !**/*.woff2
📒 Files selected for processing (37)
  • src/lib/gmaes.ts (1 hunks)
  • static/_app/tools/idle-chopper/assets/img/ingame.json (1 hunks)
  • static/_app/tools/idle-chopper/assets/img/ui.json (1 hunks)
  • static/_app/tools/idle-chopper/data/config.json (1 hunks)
  • static/_app/tools/idle-chopper/data/preload.json (1 hunks)
  • static/_app/tools/idle-chopper/data/text.json (1 hunks)
  • static/_app/tools/idle-chopper/index.html (1 hunks)
  • static/_app/tools/idle-chopper/manifest.json (1 hunks)
  • static/_app/tools/idle-chopper/service-worker.js (1 hunks)
  • static/_app/tools/idle-dices/assets/img/font/font.fnt (1 hunks)
  • static/_app/tools/idle-dices/assets/img/font/outline.fnt (1 hunks)
  • static/_app/tools/idle-dices/assets/img/font/regular.fnt (1 hunks)
  • static/_app/tools/idle-dices/assets/img/ingame.json (1 hunks)
  • static/_app/tools/idle-dices/assets/img/ui.json (1 hunks)
  • static/_app/tools/idle-dices/data/changelog.json (1 hunks)
  • static/_app/tools/idle-dices/data/config.json (1 hunks)
  • static/_app/tools/idle-dices/data/preload.json (1 hunks)
  • static/_app/tools/idle-dices/data/text.json (1 hunks)
  • static/_app/tools/idle-dices/index.html (1 hunks)
  • static/_app/tools/idle-dices/manifest.json (1 hunks)
  • static/_app/tools/idle-dices/service-worker.js (1 hunks)
  • static/_app/tools/idle-idle-gamedev/assets/img/font/outline.fnt (1 hunks)
  • static/_app/tools/idle-idle-gamedev/assets/img/font/regular.fnt (1 hunks)
  • static/_app/tools/idle-idle-gamedev/assets/img/ingame.json (1 hunks)
  • static/_app/tools/idle-idle-gamedev/assets/img/ui.json (1 hunks)
  • static/_app/tools/idle-idle-gamedev/css/baseStyle.css (1 hunks)
  • static/_app/tools/idle-idle-gamedev/css/bootstrap-vue.css (1 hunks)
  • static/_app/tools/idle-idle-gamedev/css/fontawesome.css (1 hunks)
  • static/_app/tools/idle-idle-gamedev/css/style.css (1 hunks)
  • static/_app/tools/idle-idle-gamedev/css/tooltip.css (1 hunks)
  • static/_app/tools/idle-idle-gamedev/data/changelog.json (1 hunks)
  • static/_app/tools/idle-idle-gamedev/data/config.json (1 hunks)
  • static/_app/tools/idle-idle-gamedev/data/preload.json (1 hunks)
  • static/_app/tools/idle-idle-gamedev/data/text.json (1 hunks)
  • static/_app/tools/idle-idle-gamedev/index.html (1 hunks)
  • static/_app/tools/idle-idle-gamedev/manifest.json (1 hunks)
  • static/_app/tools/idle-idle-gamedev/service-worker.js (1 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@ingoau ingoau merged commit f8edc11 into prod Aug 12, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants