Commit Graph

248 Commits

Author SHA1 Message Date
8d7557b46c chore: disable access log 2021-05-29 11:21:03 +02:00
e77545b801 update eslint config 2021-04-24 19:56:58 +02:00
e41f1109f6 rename nginx.conf -> default.conf, update Dockerfile (use nginx config templates instead of overriding the nginx.conf) 2021-04-24 16:43:50 +02:00
72f1582485 update nginx.conf/Dockerfile/circleci config 2021-04-24 09:45:49 +02:00
df197482b3
Merge pull request #11 from tribalwarshelp/develop
[MapPage] increase the marker limit
2021-04-11 13:10:31 +02:00
e32e9ec33d [MapPage] increase the marker limit 2021-04-11 13:05:31 +02:00
dc2a6d9bdb
Merge pull request #10 from tribalwarshelp/develop
update nginx.conf
2021-03-27 17:34:01 +01:00
37fb673499 update nginx.conf 2021-03-27 17:32:59 +01:00
b93ad31dbc
Merge pull request #9 from tribalwarshelp/develop
merge develop
2021-03-24 05:30:26 +01:00
18436febe3 update types 2021-03-24 05:29:51 +01:00
4a58d1be82
Merge pull request #8 from tribalwarshelp/master
merge master into develop branch
2021-03-21 13:47:23 +01:00
61a6f8efd1
Merge pull request #7 from tribalwarshelp/develop
merge develop
2021-03-21 13:46:45 +01:00
3b370e494b update types.ts 2021-03-21 13:44:50 +01:00
98d314d05b fix: 'ID must be provided' 2021-03-21 13:02:09 +01:00
b10c657486
Merge pull request #6 from tribalwarshelp/develop
merge develop
2021-03-21 11:43:30 +01:00
2ff7baf244 delete a few unnecessary things from config/app.ts 2021-03-21 11:42:22 +01:00
0952d625a5 Merge remote-tracking branch 'origin/master' into develop 2021-03-21 11:38:12 +01:00
de209ce26a add graphql-codegen 2021-03-21 11:36:37 +01:00
4543e6a237 add .graphqlconfig, add remote-schema.graphql to .gitignore 2021-03-21 08:37:17 +01:00
cb5ca20799 cleanup in .babelrc, fix selection in the table component 2021-03-21 08:29:57 +01:00
8f70ddcbac update .gitignore 2021-03-21 08:07:50 +01:00
1ca745d607
Merge pull request #5 from tribalwarshelp/develop
merge develop branch
2021-02-10 21:50:54 +01:00
ac12dd874f show lastActivityAt instead of deletedAt at PlayerPage/IndexPage 2021-02-10 21:48:59 +01:00
857de787fa update dataUpdatedAt text every 30s in the ServerInfo component, change fetchPolicy in ServerProvider (cache-first -> cache-and-network) 2021-02-10 21:40:34 +01:00
18addedf0d clear README.md 2021-02-06 09:53:42 +01:00
1be3ca8884 add .env.production with REACT_APP_TRACKING_CODE env variable 2021-02-06 09:48:00 +01:00
6eaafeebed update circleci config 2021-02-04 20:11:21 +01:00
362d78febf feat: add .circleci 2021-02-04 20:09:03 +01:00
dd1026522a refactor: remove paths from tsconfig.json 2021-02-04 19:13:44 +01:00
3099fdba7d remove mode 2021-01-15 20:00:06 +01:00
230b5ce7f7 [public/index.html] update theme-color 2021-01-13 20:31:34 +01:00
1b643ab39f update pt and pt_br translations 2021-01-12 17:16:46 +01:00
85b6aa5814
Merge pull request #4 from tribalwarshelp/global-search-context
add GlobalSearch lib
2021-01-12 17:03:29 +01:00
e421102c6a rename GlobalSearchContext -> GlobalSearch, GlobalSearchProvider loads default search value from the query params, replace old HeaderSearchInput with the new one exported by GlobalSearch lib 2021-01-12 16:57:23 +01:00
c7d729ae19 add GlobalSearchContext 2021-01-12 16:28:26 +01:00
388dd2c992 update spinner padding 2021-01-10 18:06:47 +01:00
64df2fa8ec remove .json extension from nginx.conf 2021-01-08 22:42:17 +01:00
880d4c9b6f add more file extensions to cache in nginx.conf 2021-01-08 22:28:51 +01:00
5aa5562484 [ServerPage/TribePage/EnnoblementsPage] - fix wrong dot color 2021-01-08 21:58:35 +01:00
67ea80d9f4
Merge pull request #3 from tribalwarshelp/SearchPage-dont-show-servers-from-other-version
[ServerPage] don't show servers from other versions
2021-01-06 18:14:27 +01:00
5312223173 [ServerPage] don't show servers from other verions 2021-01-06 18:13:20 +01:00
5309807864
Merge pull request #2 from tribalwarshelp/WarStatsPage-more-info
[WarStatsPage] - improvements, add the number of villages that each side has in the Results component
2021-01-06 12:19:22 +01:00
4578ac01d1 [WarStatsPage] add missing translations 2021-01-06 12:16:28 +01:00
7f1f66b9e0 [WarStatsPage] show the number of villages that each side has 2021-01-06 12:00:47 +01:00
0f1e18b51d [WarStatsPage] change the separator between tribe tags and player names in the Results component, don't show duplicated player names/tribe tags, improve Ennnoblements query performance 2021-01-06 11:44:46 +01:00
0f4d77841c
Merge pull request #1 from tribalwarshelp/search-page-new-server-mode
Search page - a new mode "server"
2021-01-05 21:53:29 +01:00
52fbbc1bfd [SearchPage - Server Mode] add pl and en translations 2021-01-05 21:52:24 +01:00
6288c54057 delete formatDistanceToNow (it's useless right now), add ServerTable (SearchPage) 2021-01-05 21:43:39 +01:00
5c88ae991c add a new component - WordWrap, update theme_color in manifest.json 2021-01-05 18:22:55 +01:00
fe550c372f update DateTimePicker/Date picker styles 2021-01-05 17:27:40 +01:00