AtCoderProblems
AtCoderProblems copied to clipboard
Extend your AtCoder
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.1 to 28.1.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Feature #1194 ## 方針 - issues #1194 で提案されていた機能に関して「トグルボタンを用意してそれをONにした時にAC-likeをなくしてACにいれる」の実現を目指し実装した - table tabから特定コンテストの表示を消す実装は他の機能に影響が出るかもと心配だったので以下の2機能の実装にしぽってPRを作成した - タブが[ABC, ARC, AGC]の場合、追加したトグルボタンを表示する - 追加したトグルボタン ONの場合、 A`*`C とA`*`C-likeを同時に表示する ## QA - 追加したトグルボタンは [ABC, ARC, AGC]の場合表示される ○ - 追加したトグルボタンは...
リンクを修正
ユーザーガイドへのリンクを修正しました。 現在は https://kenkoooo.com/atcoder/book/index.html へ飛ぶようになっているのですが、このページには文章が何も記載されていないので、どこに説明が書いてあるのか分かりにくいような気がします。 何もないページよりは最初の章のページに飛ばしたほうが親切だと思い、このPRを作成しました。
A\*C とA\*C-like をくっつける機能が欲しいです。 最近の傾向だと両者で形式に関しても出題傾向に関しても差が殆ど存在しないので、一覧性やtabの選びやすさの観点からもくっつけるメリットが大きい気がしています。 UIとしては、 - 新しいtabを作成してそこに双方のコンテストを入れる - トグルボタンを用意してそれをONにした時にA*C-likeをなくしてA*Cにいれる の2つが思いついていますが、個人的には後者の実装だと嬉しいです。
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 4.0.1 to 5.0.1. Changelog Sourced from react-scripts's changelog. 4.0.3 (2021-02-22) v4.0.3 is a maintenance release that includes minor bug fixes and dependency updates. :bug: Bug Fix react-scripts...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.3 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Recommendationの新たなデザイン案です. #782 のデザイン案を踏襲し実装したものです. Recommendされた問題の詳細情報が目に入らないようにすることで,解く前に問題に対する先入観を持ってしまうのを防ぐ狙いです.  
Bumps [swr](https://github.com/vercel/swr) from 0.5.3 to 1.3.0. Release notes Sourced from swr's releases. 1.3.0 What's Changed type: fix type error on SWRConfig by @Himself65 in #1913 chore: update React 18 dependencies...
https://twitter.com/e869120/status/1519310341024677888 で提案されてた仕様をオプションとして実装してみたいです!設定のon,offはthemeのとこから設定できたりしたらいいのかなと思っています。