Commit Graph

134 Commits

Author SHA1 Message Date
55ec226407 Merge pull request 'feature/google-maps-in-mapeditor-added' (#33) from feature/google-maps-in-mapeditor-added into develop
All checks were successful
default-pipeline default-pipeline #155
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/33
Reviewed-by: Pőcze Bence <bence@pocze.ch>
2021-05-02 13:38:17 +02:00
19a1b79b0a toggling of street view cover added
All checks were successful
default-pipeline default-pipeline #153
2021-05-02 12:56:25 +02:00
e1eb0077b1 hide the map selection and jump to location elements on mobile view 2021-05-02 12:34:57 +02:00
745bda11c0 refactoring and bug fixing related to the map switching 2021-05-02 12:34:57 +02:00
0bb31cbe14 added switching functionality between maps in mapeditor 2021-05-02 12:34:57 +02:00
ef8ad69506 organised Leaflet map and Google Maps into wrappers 2021-05-02 12:23:37 +02:00
b22f13887f clicking on compass sets the heading direction to north
All checks were successful
default-pipeline default-pipeline #144
2021-04-29 12:39:44 +02:00
2a3f2212a7 replaced span with div for the compass item
All checks were successful
default-pipeline default-pipeline #143
2021-04-29 12:12:17 +02:00
98df08e5fa Merge branch 'feature/return-to-starting-point-button' into feature/in-game-compass 2021-04-29 12:10:02 +02:00
8f0cfd4489 replaced spans with divs again and fixed the css issue
All checks were successful
default-pipeline default-pipeline #142
2021-04-29 12:08:04 +02:00
d42280eb10 only the image is rotated, not the whole div
All checks were successful
default-pipeline default-pipeline #141
2021-04-29 09:18:24 +02:00
0739c65961 Merge branch 'feature/return-to-starting-point-button' into feature/in-game-compass 2021-04-29 09:11:32 +02:00
3122696364 added the visibility reset to resetRound and reverted the span div replacement in the view
All checks were successful
default-pipeline default-pipeline #140
2021-04-29 09:07:44 +02:00
ea599809b8 Merge branch 'feature/return-to-starting-point-button' into feature/in-game-compass 2021-04-29 08:34:39 +02:00
f0b0de405c Merge branch 'develop' into feature/return-to-starting-point-button
All checks were successful
default-pipeline default-pipeline #138
2021-04-29 08:25:52 +02:00
ffc4aaf110 fixed findings
All checks were successful
default-pipeline default-pipeline #137
2021-04-29 08:24:20 +02:00
4039202268
fix typo
All checks were successful
default-pipeline default-pipeline #133
2021-04-29 00:58:20 +02:00
8800724aa9
generalize author attribution
All checks were successful
default-pipeline default-pipeline #130
2021-04-29 00:52:46 +02:00
e33d8c02e9 added compass button and coupled its transform:rotate style attribute with the POV heading value 2021-04-28 20:33:17 +02:00
b9927f79fc added a new button to the view for the return to starting point feature 2021-04-28 17:58:48 +02:00
8bc3fda49b jump to coordinate feature added to the header stripe
All checks were successful
default-pipeline default-pipeline #114
2021-04-27 10:18:28 +02:00
20914b466e
MAPG-205 add elements for showing countdown 2021-04-04 14:20:12 +02:00
3630637ec1
MAPG-205 handle round timeout on frontend 2021-04-04 14:20:12 +02:00
42854fe975
MAPG-208 error handling adaptations
All checks were successful
default-pipeline default-pipeline #53
2021-03-21 14:37:08 +01:00
e3771d36ce
MAPG-203 use MULTI_WS_URL environment variable
All checks were successful
default-pipeline default-pipeline #42
2021-03-20 21:21:40 +01:00
563f900423
MAPG-203 implement game mode selection UI 2021-03-20 19:45:20 +01:00
24a10c534e
MAPG-203 frontend adaptations for multiplayer 2021-03-20 19:44:48 +01:00
2a7b5fb992
MAPG-196 fix regex that recognizes remote static root 2020-07-06 21:59:25 +02:00
317329ae84
MAPG-196 revert link preload to plain stylesheet because it is not supported everywhere 2020-07-06 21:12:56 +02:00
66c709f00d
MAPG-196 reposition of cookie notice 2020-07-06 20:04:39 +02:00
2737c7d6d6
MAPG-196 speed up asset loading, add missing description, add missing image alts 2020-07-06 20:04:39 +02:00
9e5f7405d1
MAPG-199 move test views to another folder to prevent code analysis errors 2020-07-05 23:18:57 +02:00
de1d7338a4
MAPG-141 add reset password functionality 2020-07-05 00:09:11 +02:00
7539f637b0
MAPG-141 add and fix some links to login/signup 2020-07-05 00:04:35 +02:00
8ac5d5c6e2
MAPG-187 adapt views to the new parser 2020-06-28 19:35:14 +02:00
3555be9b63
MAPG-188 get rid of inline js 2020-06-28 17:56:47 +02:00
4333240acc
MAPG-181 add stuff to authenticate without password 2020-06-28 03:18:51 +02:00
4099f1d962
MAPG-181 add new layout type (minimal) 2020-06-28 03:16:48 +02:00
2fac828098
MAPG-181 text fixes 2020-06-28 03:16:28 +02:00
596b29f841
MAPG-175 add theme color 2020-06-27 13:09:24 +02:00
efdd5c54be
MAPG-180 ability to inline CSS and JS assets 2020-06-27 12:51:00 +02:00
825e0744ec
MAPG-180 rename pagescript to pageScript 2020-06-27 12:47:13 +02:00
18bf9aaade
MAPG-180 declare CSS and JS files 2020-06-27 02:25:54 +02:00
1287fa0bc9
MAPG-89 rewrite views and view templates to the new concept 2020-06-27 00:47:14 +02:00
ec969167e4 MAPG-180 standardize form submit with AJAX 2020-06-25 22:35:04 +02:00
27115e44b6 MAPG-180 extract all inline JS into separate JS file 2020-06-25 20:42:12 +02:00
b1ae7391e7 MAPG-156 implement user deletion 2020-06-25 20:26:51 +02:00
910fdddf34 MAPG-156 adapt account's JS to the new helper functions 2020-06-25 20:26:51 +02:00
ad24f8ac28 MAPG-156 rename profile to account 2020-06-25 16:44:34 +02:00
f8a570d0d5 MAPG-178 add Google Analytics
style adaptations
cookie notice improvements
2020-06-25 14:02:39 +02:00