Riley Ho

Results 7 issues of Riley Ho

### What happened? I installed IntelliJ IDEA Ultimate and CLion EAP through JetBrains Toolbox, but no JetBrain IDEs appear in the Nautilus context menu. VSCode works. ### Expected behavior There's...

bug

## Description This PR replaces splash screens across all platforms. NPC branding has been added to the bottom of the screens. Details about the changes can be found in the...

type: enhancement
scope: native
scope: ui/ux

## Description This PR adds support for [Themed Icons](https://developer.android.com/about/versions/13/features?hl=zh-tw#themed-app-icons) on Android. This feature allows users running Android 13 or later theme our app icon based on the system theme. ##...

type: enhancement
scope: native
scope: android

## Description - The current documentation has many grammar errors and structural issues. This issue aims to fix them. ## How to Implement Goals: - [x] Lint the documentation with...

scope: documentation
type: feature request
status: submitted

**Describe the bug** A clear and concise description of what the bug is. TBD. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3....

type: bug
status: needs information
scope: android

## Description - Currently the "beta" flavor and the "real" flavor have the same application IDs (`club.ntut.npc.tat`) - This prevents having the debug version and the Play Store version at...

type: feature request
status: submitted
scope: tests
scope: android

### Describe the bug [Subpath imports](https://nodejs.org/api/packages.html#subpath-imports) configured in `package.json` are not resolved in `.vitepress/config.ts` and `*.data.ts`. ### Reproduction [StackBlitz](https://stackblitz.com/edit/vitepress-subpath-imports?file=docs%2F.vitepress%2Fconfig.ts) 1. Configure subpath imports in `package.json` ```json "imports": { "#*": "./*"...

stale