-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.9.0 Dark Mode #232
Merged
v0.9.0 Dark Mode #232
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
u-sho
commented
Dec 17, 2024
- dark mode (✨ feature: dark theme & upgrade node version to 22 #230 )
- update dependencies (Upgrade Svelte to 5 & Vite to 6 & TypeScript to 5.7 #231 )
* render what used for indent; spaces or tab * change jsonc formatter from VSCode's one to Prettier * add .eslintignore and change .prettierignore, which are for save lint time * init CI to lint automatically
* update dependencies * update ES version to 2020
* add service-worker * add mock favicon * add webmanifest * config svelte/kit
* fill some fields of package.json * fix editor settings about svelte
* add Dart Sass * add the default layout component * temporary fix bug of eslint-plugin-svelte3 see sveltejs/eslint-plugin-svelte3#10 and sveltejs/eslint-plugin-svelte3#55
* fix html5 semantices "disabled" attribute is effective on a form element only * fix path to webmanifest * add adapter for build * add error page * add quantumTTT top page * [W.I.P.] add neste-routed page Check sveltejs/kit#1359
- don't use `yarn` or `pnpm` - please lint before commit
* add vscode extension for scss * add typescript-eslint rules * meta ogp * resolve error
* add jest * ci: run-p test lint
- Quantum Tic-Tac-Toe Offline Game - Build for Vercel
- add buttons like "continue game" - fix component name-casing
* easy to understand file naming & path * extract QunatumTTT type definition * unify some states of QuantumTTT * remove dead code for online app
QuantumTicTacToe is a fork of <https://github.com/rohanp/QuantumTicTacToe>. And the source is GNU Public Licensed. So, We decided to apply GPL-3 to QuantumTicTacToe to public Quantum Game Arena.
* update build tools * update GitHub Action - changed version of node runtime to node20 * ignore vite temp file for 'npm run ci' command * fix: add ignores to all eslint configs * no need to update npm to the latest
The `ignores` property basically applies to all. However, when user specifies the `files`, it's not
* remove duplicated/unused ignores * remove dirty hack now, does not depend on internal implementation of typescript-eslint * use a path that makes it easy to see that it's within the same directory * update minor dependencies include typescript-eslint
* fix to load `lib` from node_modules feature since TypeScript 4.5 * drop support node<20.12 * update dependencies pin vitest version, cuz typecheck is experimental * share tsconfig.json options with eslint
* (wip) feature: add AI対戦 AIのターン中にクリックされるとバグる * fix bug: block player click when AI thinking * fix bug: block player click when AI resolving collapse * fix: ESLint error * shorten test time of sleep * add "vs AI page" to sitemap
* update typescript-eslint and eslint-plugin-svelte * update vitest to the latest (v1.6) * update svelte(kit) and sass * update `@types/*` lib * update `@vercel/*` lib * fix: canonical URL of vsAI page
* update build tools * update formatter (prettier) * update type checker & eslint plugins * update type libraries
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(svelte*): update svelteKit, adapter-vercel, svelte-check * chore(eslint): upgrade ESLint to v9, typescript-eslint to v8 * chore(prettier*): update Prettier, prettier-plugin-svelte
* chore(typescript): update TypeScript to 5.6, `@types/node`, tslib, ... * replace `svelte-scrollto` with `svelte-scrolling` * chore(eslint): update deprecated type
* refactor: rename `styles` property * refactor: extract `GameFooter` component * feature: dark theme * Upgrade Node Version update `@sveltejs/adapter-vercel` * update typescript-eslint-plugin
* chore: fix node version to v22 * upgrade TypeScript to 5.7 * update SvelteKit * upgrade Svelte to 5 * update `@vscode/emmet-helper` * update `@vercel/analytics` * update prettier * upgrade Vite to 6
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 11 out of 29 changed files in this pull request and generated no comments.
Files not reviewed (18)
- .node-version: Language not supported
- package.json: Language not supported
- src/lib/AppFooter.svelte: Language not supported
- src/lib/AppHeader.svelte: Language not supported
- src/lib/assets/github-mark-white.svg.svelte: Language not supported
- src/lib/assets/logo-title_row-colored.svg.svelte: Language not supported
- src/lib/assets/logo-title_row-white.svg.svelte: Language not supported
- src/lib/assets/logo_white.svg.svelte: Language not supported
- src/lib/assets/twitter-logo_white.svg.svelte: Language not supported
- src/lib/games/AppBanner.svelte: Language not supported
- src/lib/games/quantum-tictactoe/AiApp.svelte: Language not supported
- src/lib/games/quantum-tictactoe/GameBoard.svelte: Language not supported
- src/lib/games/quantum-tictactoe/GameBoardSquare.svelte: Language not supported
- src/lib/games/quantum-tictactoe/GameBoardSquareMarkClassical.svelte: Language not supported
- src/lib/games/quantum-tictactoe/GameBoardSquareMarksQuantum.svelte: Language not supported
- src/lib/games/quantum-tictactoe/GameFooter.svelte: Language not supported
- src/lib/games/quantum-tictactoe/GameInfo.svelte: Language not supported
- src/lib/games/quantum-tictactoe/OfflineApp.svelte: Language not supported
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.