This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
[WIP]Contest page #26
Merged
Merged
Changes from 11 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
eac4e5f
とりあえず見た目だけ作った
Fukusan64 9f0c5db
いらないスタイルまわりを消した
Fukusan64 2e2c88d
問題描画部分を分離
Fukusan64 0ab3801
インデントを揃えた
Fukusan64 0994fb1
Merge branch 'master' of https://github.com/gedorinku/koneko-client i…
Fukusan64 05ee223
contestのurlを再設定
Fukusan64 0a6567c
詳細を開閉できるようにした
Fukusan64 85e0526
タブが(表示だけ)動くようにした
Fukusan64 adae3c8
消してなかったhrefが見つかった()
Fukusan64 21f36ba
ちょっとリファクタリング
Fukusan64 25f010b
ボタンじゃないかなって思ったので変更
Fukusan64 306e0f8
hashみてタブを最初から開くようにした
Fukusan64 4ea27a7
Merge branch 'master' of https://github.com/gedorinku/koneko-client i…
Fukusan64 a49b0b3
contestsModuleを追加
Fukusan64 267e6e1
contestの情報を取得するようにした
Fukusan64 e8f5765
forEachをmapに変更
Fukusan64 e3cda6e
IQ、WJを表示するようにした、スピナーは消した
Fukusan64 f47ddac
名前が変な気がした
Fukusan64 bd7b8cd
Merge branch 'master' of https://github.com/gedorinku/koneko-client i…
Fukusan64 dca2d8c
いつの間にか壊れてたから直した
Fukusan64 579a3db
statusesの監視を実装したつもり
Fukusan64 81292fc
監視している状態でコンテストを開くと状態が即座には更新されなさそうなので追記
Fukusan64 eaaed12
初期値はどっちでもいいことに気づいたので安全そうな方にした
Fukusan64 01f4ca9
待たなくていいので待たない
Fukusan64 9d86645
小さくしたときに壊れるところを適当に直した(あんまりちいさくするとスタイル崩壊するのは変わってない)
Fukusan64 0f4c224
応急処置
Fukusan64 cc1222f
作問者の名前を出すようにした
Fukusan64 745d721
とりあえずモーダルが出せるようになった(中身は未実装)
Fukusan64 9879168
Merge branch 'master' of https://github.com/gedorinku/koneko-client i…
Fukusan64 fd81aae
momentがすごそうだったのでつかった
Fukusan64 9c214d6
Merge branch 'master' of https://github.com/gedorinku/koneko-client i…
Fukusan64 83e3ce1
問題表示部分の実装を取り込んだ
Fukusan64 f4e72c3
エラー表示
Fukusan64 8fec1c2
Merge branch 'master' of https://github.com/gedorinku/koneko-client i…
Fukusan64 ba13917
modalコンポーネントをつくって再利用するようにした
Fukusan64 2dce9fc
問題が閲覧できないとき問題表示関連のものが見えないようにした
Fukusan64 56bcd74
参加者保存してなかった(汗)
Fukusan64 c95d130
ログイン確認のためにgetSelfしたときにサーバーと端末の時刻のズレを保存するようにした
Fukusan64 e255d74
問題が出ないときの表示をちょっと作った
Fukusan64 709642d
カウントダウンするやつ作った
Fukusan64 b1b70b7
怒られてたので修正
Fukusan64 468eeea
開催中はコンテスト開催中と出すようにした
Fukusan64 01516c8
問題の下に奴らがいたので消えるようにした
Fukusan64 f35d187
日付3桁もいらんやろ2桁にした
Fukusan64 fa82c79
fix typo
Fukusan64 09bb448
参加者情報を所得できるようにした
Fukusan64 bb289e7
参加者を表示するようにした
Fukusan64 7b87bf1
ユーザー情報を保存すうるようにした
Fukusan64 af884e8
数字は避けておこうと思った
Fukusan64 69f34d2
コンテスト参加を実装
Fukusan64 efa2ffb
念の為コンテスト終了後にタイマーが変な表示をする問題を修正
Fukusan64 c92407a
提出一覧と順位ボタンが押せないときにdisabledになるようにした
Fukusan64 65f7e3e
怒られたので修正
Fukusan64 9d42bc5
Merge branch 'master' of https://github.com/gedorinku/koneko-client i…
Fukusan64 21a8121
何回も送信されると怖いのでonceを追加
Fukusan64 4d867be
writerは参加ボタンが出ないようにした(logはデバック用なのでenterに戻した)
Fukusan64 4bf1e90
コンテスト開始時に自動更新するようにした
Fukusan64 976ee5c
nullへの対応が甘かった部分を修正
Fukusan64 887f321
コンテスト開始時にコンテストすべてを読み込んでいたので問題のみに変更
Fukusan64 c7e0fb4
参加ボタン表示の条件に参加済みであるかを追加
Fukusan64 b076ad3
diffの初期値が謎の値すぎるのでとりあえず5分にした
Fukusan64 553736f
Merge branch 'master' of https://github.com/gedorinku/koneko-client i…
Fukusan64 8d9b796
存在しないコンテストを開かれたとき404に飛ばすようにした
Fukusan64 a90d0b8
リンターに怒られてたので修正
Fukusan64 aacf064
終了後のコンテストで参加ボタンが出てしまっていたので修正
Fukusan64 f3dcd33
Merge branch 'master' of https://github.com/gedorinku/koneko-client i…
Fukusan64 aacaee4
モーダルに横幅を大きくするオプションを追加
Fukusan64 4afbcc3
怒られていたので修正
Fukusan64 7cb053e
tableの見た目を作ったheader固定は一旦諦めた
Fukusan64 b94dc77
提出済みの問題があるとき、コンテストを開くとタグの表示が変になっていたので修正
Fukusan64 ccf43e1
vuejsのバグを踏んでいたのでonceを一旦消す
Fukusan64 c4bb549
順位の表示を実装(バグありそうなので注意)
Fukusan64 d616fa5
覚書を追加
Fukusan64 eb4970f
WA数表示とACした問題の背景色の変更を実装
Fukusan64 63cb15a
テーブルのセルの幅を固めた
Fukusan64 6c3bd9a
順位表にACした時刻を表示するようにした
Fukusan64 d391e51
WA数の表示を変更、AC時間の表示を時刻からコンテスト開始からの経過時間に変更
Fukusan64 59f09fc
console.log書きっぱなしだった
Fukusan64 c9d7b96
デバッグのままだった()
Fukusan64 deef8df
WA数が0のときWA数表示をしないようにした
Fukusan64 42394ce
Merge branch 'master' into contest-page
gedorinku File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
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.
表示するのはコンテストが始まってからの時間の方がわかりやすくないですか?
こんな感じ↓
https://arc097.contest.atcoder.jp/standings