OSDN Git Service

[feature]人気のある種族・職業・性格・魔法領域のページを再実装
authorHabu <habu@users.sourceforge.jp>
Wed, 18 Apr 2018 10:59:52 +0000 (19:59 +0900)
committerHabu <habu@users.sourceforge.jp>
Fri, 20 Apr 2018 13:09:16 +0000 (22:09 +0900)
commit788d2d6ad619904d27070be457e3b8cf9aedd68e
treee4a6e5ff29cc7a37cf63e5e22974958bb8e573c9
parent676655c6a492598442f1c88c93d86adeeecc7e56
[feature]人気のある種族・職業・性格・魔法領域のページを再実装

TypeScript + React による再実装
ソート機能も自前で実装した
18 files changed:
.eslintrc.json [new file with mode: 0644]
.gitignore
package.json [new file with mode: 0644]
score/.htaccess
score/css/score-table.css
score/get_popularity_ranking.php [new file with mode: 0644]
score/jquery.tablesorter.min.js [deleted file]
score/js/.htaccess [moved from score/tablesorter-theme/.htaccess with 59% similarity]
score/popularity_ranking.js [deleted file]
score/popularity_ranking.php
score/src/popurality_ranking.tsx [new file with mode: 0644]
score/tablesorter-theme/asc.gif [deleted file]
score/tablesorter-theme/bg.gif [deleted file]
score/tablesorter-theme/desc.gif [deleted file]
score/tablesorter-theme/style.css [deleted file]
tsconfig.json [new file with mode: 0644]
tslint.json [new file with mode: 0644]
webpack.config.js [new file with mode: 0644]