mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 17:26:17 +00:00
- Added app.js to manage global state, WebSocket connections, and API interactions. - Implemented functions for theme toggling, toast notifications, and updating UI elements. - Created functions to fetch and display account metrics, logs, and status updates. - Added event handlers for starting, stopping, and restarting the bot. - Introduced WebSocket handling for real-time updates. - Added style.css for consistent theming and responsive design across the application. - Included styles for various UI components such as buttons, cards, logs, and empty states. - Implemented light theme support with appropriate styles.
20 lines
262 B
Plaintext
20 lines
262 B
Plaintext
sessions/
|
|
dist/
|
|
node_modules/
|
|
.vscode/
|
|
.github/
|
|
diagnostics/
|
|
reports/
|
|
accounts-created/
|
|
accounts.json
|
|
accounts.jsonc
|
|
notes
|
|
accounts.dev.json
|
|
accounts.dev.jsonc
|
|
accounts.main.json
|
|
accounts.main.jsonc
|
|
.DS_Store
|
|
.playwright-chromium-installed
|
|
*.log
|
|
.update-backup/
|