Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kenkoooo/AtCoderProblems
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zerokpr/AtCoderProblems
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 18, 2020

  1. トロフィー機能の一部変更

    未達成のトロフィーを非表示から、名前を"???"にして達成条件のみを表示するように変更しました。
    zerokpr committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    fcc89fe View commit details
    Browse the repository at this point in the history
  2. Update TrophyBlock.tsx

    コードの一部を修正しました。
    zerokpr committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    8cb7390 View commit details
    Browse the repository at this point in the history
  3. Verifiedマーク非表示

    未達成のトロフィーについてはVerifiedのiconを表示しないようにしてみました。
    zerokpr committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    4fc48bc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Update TrophyBlock.tsx

    verifiedアイコンを表示するかの判定で、トロフィーが達成されているかどうかをTrophyオブジェクトのプロパティachivedを用いて判定するようにコードを修正しました。
    zerokpr committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    176a5e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Update TrophyBlock.tsx

    コードの冗長な部分を削りました。
    zerokpr committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    530c01a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47846ef View commit details
    Browse the repository at this point in the history
  3. 変数名の変更

    前回のコミットでachievedTrophiesが不適切になったので、この変数のところをすべてtrophiesに修正しました。
    zerokpr committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    a76e355 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    21295b7 View commit details
    Browse the repository at this point in the history
  2. Reclassify "Other Rated Contests"

    Reclassify the contests which was categorized as "Other Rated Contests" into
    ABC-Like(~1999 Rated),
    AGC-Like(All Rated),
    ARC-Like(Other Rated)
    zerokpr committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    a0c1c32 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Update ContestClassifier.ts

    Modify range of rate
    zerokpr committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    f00f26a View commit details
    Browse the repository at this point in the history
  2. Merge https://github.com/kenkoooo/atcoderproblems

    update to mother repository
    zerokpr committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    b9da9c2 View commit details
    Browse the repository at this point in the history
  3. Bug fix

    Fix count of achieved trophy
    zerokpr committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    5526abc View commit details
    Browse the repository at this point in the history
Loading