Commit Graph

67 Commits

Author SHA1 Message Date
5c8f3d6fb9 returns to start when clicked on home symbol
All checks were successful
default-pipeline default-pipeline #126
2021-04-28 18:26:46 +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
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
24a10c534e
MAPG-203 frontend adaptations for multiplayer 2021-03-20 19:44:48 +01:00
66c709f00d
MAPG-196 reposition of cookie notice 2020-07-06 20:04:39 +02:00
5383da81b3
MAPG-189 fix div.inputWithButton>input's padding when it is focused 2020-07-03 23:50:22 +02:00
091018d22f
MAPG-175 make map title one liner 2020-06-28 20:15:11 +02:00
48eba75cf4
MAPG-181 fix and unify styles for buttons and inputs 2020-06-28 03:12:16 +02:00
6fce002458
MAPG-89 unify styles 2020-06-27 00:47:14 +02:00
2f4f66cc94 MAPG-178 make style compatible with cookie notice on the top of the page 2020-06-25 14:00:38 +02:00
8bdbbafcff MAPG-175 align noPano middle and center as other elements 2020-06-24 22:37:33 +02:00
9f839d3f5d MAPG-174 create separate div for description and align description vertically middle 2020-06-24 22:32:54 +02:00
251bf1be3d MAPG-172 add new styles 2020-06-24 21:57:40 +02:00
19aa4098e5 MAPG-169 set mapContainer's inners' height dynamically to be identical in a row 2020-06-23 23:36:19 +02:00
394c8b8830 MAPG-169 make static map background instead of img 2020-06-23 23:36:19 +02:00
ea98af0681 MAPG-163 optimize modal sizes 2020-06-21 23:07:47 +02:00
94e60e4ac5 MAPG-87 unify some styles 2020-06-21 22:20:04 +02:00
a2ca7888f4 MAPG-160 replace space with margin-right next to inline images 2020-06-21 17:36:08 +02:00
a8777b897b MAPG-69 ability to reset signup filled after login attempt 2020-06-21 15:12:45 +02:00
9697163457 MAPG-69 merge SignupController to LoginController and introduce Google login/sign up 2020-06-21 15:12:45 +02:00
b35668c2fb MAPG-149 fix z-indexes 2020-06-18 16:37:32 +02:00
a38268c751 MAPG-145 add CSS ::selection attribute 2020-06-14 22:08:01 +02:00
062718dd75 MAPG-69 implement password modification 2020-06-14 20:43:13 +02:00
a69ba3a99b MAPG-69 unifying some style and text 2020-06-14 20:43:13 +02:00
86f05f7738 MAPG-137 place static maps into container to avoid large layout shifts 2020-06-14 11:11:37 +02:00
d1d9dede9c MAPG-125 use modal instead of custom box in map editor 2020-06-14 02:31:09 +02:00
171064816c MAPG-125 add modal design 2020-06-14 02:30:47 +02:00
f8bb7bd092 MAPG-125 rename #cover to #guessCover in game 2020-06-14 02:07:20 +02:00
33ec9d3a9c MAPG-130 loading animation should be fixed and not absolute 2020-06-11 23:53:15 +02:00
ec7e806277 MAPG-119 'add new map' button and some desing improvements on maps page 2020-06-10 23:36:00 +02:00
5a450c46db MAPG-117 remove admin/maps and place a button to the maps page if admin is logged in 2020-06-10 00:30:29 +02:00
fbab712496 MAPG-103 save map metadata 2020-06-09 21:29:51 +02:00
46ef7f3b3b MAPG-103 unify some styles and show map name in the header 2020-06-09 21:29:51 +02:00
3fd37b0a78 MAPG-103 add info about the modified places into the header 2020-06-09 21:13:16 +02:00
55a1cd24d6 MAPG-103 make some CSS rules more general 2020-06-09 21:13:16 +02:00
85773d47a0 MAPG-103 create controls for place 2020-06-09 21:10:15 +02:00
1915b252c6 MAPG-103 change map's cursor to crosshair in map editor 2020-06-09 21:10:15 +02:00
edc2e4111a MAPG-115 add login functionality 2020-06-09 21:04:27 +02:00
6acb19ba36 MAPG-107 adapt map editor splitting to screen size 2020-06-02 21:49:37 +02:00
9085793c9f MAPG-97 add initial map editor with Leaflet (works as map viewer now) 2020-06-01 21:56:57 +02:00
b823af1f7d MAPG-97 make better split up of JSs, CSSs, SVGs, templates 2020-06-01 21:56:57 +02:00
fe095cf435 MAPG-90 disable unload prevention and unify onbeforeunload script (loading animation) 2020-05-31 03:50:06 +02:00
77238a6ead MAPG-83 format area value with decimal separator and superscript in unit 2020-05-30 20:40:47 +02:00
88a1d5ab8e MAPG-64 create cover div when user should not click on the pano or guess map
add loading animation to maps page too
CSS fixes
2020-05-30 20:13:00 +02:00
b9a36e5ccf MAPG-85 make static map's width mobile friendly
further style improvements on map selection page
2020-05-30 19:11:38 +02:00
8afcde393f MAPG-73 show header with link on the gaming screen
move round info to the new header
2020-05-30 17:39:45 +02:00
9ffedf6030 MAPG-73 introduce map selection
unify CSS
2020-05-30 17:39:45 +02:00
4641aa81f8 MAPG-52 replace loading animation 2020-05-24 14:02:42 +02:00
df09dff48b Merged in feature/MAPG-58-make-result-info-fixed-height (pull request #35)
MAPG-58 make resultinfo fixed height and move out continue button
2020-05-23 00:09:08 +00:00