Commit Graph

248 Commits

Author SHA1 Message Date
a0ed063e23 PlayerPage and TribePage - add new backgrounds 2020-12-19 11:32:11 +01:00
3b74695803 huge refactor 2020-12-19 09:40:51 +01:00
1968e9f1c0 [WIP]: /server/:key/tribe/:id/members
- add useMembers, ColouredNumber
- shows member stats from the last 5 days
- change the naming convention for page titles
2020-12-18 18:24:58 +01:00
34e2933b8e [WIP]: /server/:key/tribe/:id/members
- add pl and en translations
2020-12-18 07:40:38 +01:00
785657a518 [WIP]: /server/:key/tribe/:id/members
- base version without translations and opt to compare members
2020-12-18 07:26:59 +01:00
9a9c9113fe - bump @material-ui/core, @material-ui/icons, @material-ui/lab, @nivo/core, @nivo/line
- load roboto font from npm package, not from google fonts
- add missing pl translations (mainly TribePage)
2020-12-18 07:04:04 +01:00
ba82cf8941 add TribePage 2020-12-15 07:28:17 +01:00
6e0b9bd950 fallback to the first opt specified in rowsPerPageOptions when limit isn't present in rowsPerPageOptions 2020-12-15 06:39:09 +01:00
b1b8009161 [FEATURE]: add a new page - TribeChangesPage 2020-12-15 06:19:16 +01:00
6839ffb700 [FEATURE]: add a new route - /server/:key/player/:id/ennoblements 2020-12-08 20:23:08 +01:00
024130b8d3 [WIP]: /server/:key/player/:id/history
- show how value changed compared to the previous day after hovering over the cell (points, villages, OD, ODA, ODD, ODS)
2020-12-06 18:45:23 +01:00
7461a28c47 [WIP]: /server/:key/player/:id/history
- add en and pl translations
- add a fully functional table
2020-12-06 15:25:01 +01:00
eccaf07590 make the LineChart component translatable 2020-12-06 14:21:25 +01:00
372700ce2b [WIP]: /server/:key/player/:id
- add a new prop to the LineChart component (loading)
- LineChart shows info when there're no records to display
2020-12-06 14:13:54 +01:00
bec5f6bb22 [WIP]: /server/:key/player/:id
- show player's servers and name changes
2020-12-04 20:10:02 +01:00
ece717a421 [WIP]: /server/:key/player/:id
- add Statistics component
- add some basic player info to show
2020-11-27 20:54:53 +01:00
26e443e844 [WIP]: /server/:key/player/:id
- move ModeSelector from IndexPage/common to ServerPage/common
2020-11-27 17:14:04 +01:00
994ee560f0 [WIP]: /server/:key/player/:id
- add chips next to the player name when his rank=1,2,3 | rankAtt=1,2,3 | rankDef = 1,2,3 | rankSup = 1,2,3 | rankTotal = 1,2,3
2020-11-26 20:09:59 +01:00
7b4739047d [WIP]: /server/:key/player
-add PlayerPage, PlayerPageContext, player page layout
2020-11-25 07:14:50 +01:00
e48e103107 [WIP]: /server/:key
- add TribeStatistics
2020-11-24 18:13:17 +01:00
1a0ffc51dd [WIP]: /server/:key
- add PlayerStatistics, LineChart
- change page title
2020-11-24 18:01:43 +01:00
372beba20a [WIP]: /server/:key
- Add ODRankingTribes
2020-11-22 20:37:26 +01:00
206cdb09e4 [WIP]: /server/:key
- add ODRankingPlayers
2020-11-22 20:16:17 +01:00
52c3f1a5b3 [WIP]: /server/:key
-add Top5Tribes
2020-11-22 19:37:04 +01:00
c5273f3a92 [WIP]: /server/:key
-add Top5Players
2020-11-22 19:15:57 +01:00
826ccce945 [WIP]: /server/:key
- add TodaysBestStatsTribes
2020-11-22 17:03:54 +01:00
e27d49f5fb [WIP] /server/:key
- add PlayerProfileLink
2020-11-22 16:43:17 +01:00
cf2c7b8a37 WIP: /server/:key
- add ModeSelector
- rename 'DailyAchievementsPlayers' -> 'TodaysBestStatsPlayers'
- replace deprecated fields with new ones (sort, limit, offset have been separated from the filters)
2020-11-22 16:21:34 +01:00
17344a3892 [WIP]: DailyAchievementsPlayers shows data 2020-11-14 09:51:49 +01:00
8419e8a599 fix Table size prop 2020-11-14 08:40:19 +01:00
6da65ae684 add TableToolbar, add links to player/tribe profile in the two components: RecentlyDeletedTribes and RecentlyDeletedPlayers 2020-11-14 08:21:42 +01:00
8a39f95142 translate RecentlyDeletedPlayers and RecentlyDeletedTribes into English and Polish | add new graphql types - TribesQueryVariables, TribeFilter | add all planned routes to the ServerPage sidebar | Table cmp - row selection works from now 2020-11-13 18:44:54 +01:00
b51b33d7b6 make table translatable 2020-11-13 15:26:30 +01:00
88eb65ff65 add Table 2020-11-13 14:21:28 +01:00
4b4546c380 the current route is displayed in a different colour in the ServerPage Sidebar 2020-11-12 06:37:03 +01:00
feffa53487 add useUpdateEffect and useFirstMountState | add endAdornment to search input 2020-11-11 18:14:58 +01:00
4b4cd887ec add link to homepage and versionselector to TopBar 2020-11-11 17:47:12 +01:00
3609cf5d5d redo elevation prop change, Sidebar renders under Topbar now 2020-11-11 13:55:34 +01:00
05b19413e1 add init version of server page layout 2020-11-11 12:47:19 +01:00
95f8534824 translate NotFoundPage into Polish 2020-11-07 13:45:02 +01:00
fa17bf1a84 add useTitle 2020-11-07 13:26:24 +01:00
5b1a5968c8 use Version instead of the deprecated LangVersion 2020-11-07 10:22:36 +01:00
8eae4793e4 add NotFoundPage and Link component 2020-11-05 06:15:36 +01:00
7360dc9554 IndexPage/Pagination/VersionSelector are now translated into Polish and English 2020-11-05 05:58:18 +01:00
cde80bd092 add Footer, add a link to TWHelp in the header, add info about the last data update to the server card 2020-11-04 06:24:05 +01:00
5f19ccc035 make Header responsive 2020-11-03 06:19:11 +01:00
f61b1c56d5 add favicon, update page title in index.html, delete unnecessary files created by CRA, add VersionSelector component 2020-11-02 06:05:01 +01:00
ebf9698423 init 2020-11-01 15:19:49 +01:00