Misaka_Company 2f3bfc219e Refactor auth service login and logout logic
- Fix iframe handling in login process
- Use getByRole for more reliable element selection
- Add forced login confirmation dialog handling
- Refactor logout to support intelligent Frame detection
- Replace || with ?? for proper null coalescing
- Update tests to avoid global ENV mutations

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-28 15:19:06 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:15:04 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00
2026-02-28 14:11:35 +08:00

first-electron-app

An Electron application with React and TypeScript

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux
Description
No description provided
Readme 520 KiB
Languages
TypeScript 70.7%
CSS 22.3%
JavaScript 4.8%
HTML 2.2%