Commit Graph

21 Commits

Author SHA1 Message Date
AudricV
378af1b044
[Client] Fix suspect answer interrogation position 2023-01-15 13:35:54 +01:00
AudricV
02792bc20c
[Client] Fix back button overlap in interrogation view on small screens
A max-width property based on the viewport width less than a enough size has
been added on the interrogration title, in order to fix this issue.
2023-01-14 21:22:17 +01:00
mathiascazals
1bd17419f0
Add placeholder for image on interrogation view 2023-01-14 21:20:13 +01:00
AudricV
246a537496
[Client] Refactor CSS game code, apply some fixes and improvements
Also remove unused properties and merge some of the common properties value
into a single declaration
2023-01-14 18:10:46 +01:00
mathiascazals
ced09b96a7
Finish results view of game page 2023-01-13 15:35:01 +01:00
mathiascazals
edf2f35010
Add results view and style 2023-01-13 15:32:48 +01:00
mathiascazals
ae8446d64d
Add backgrounds and interrogration views 2023-01-13 15:30:41 +01:00
AudricV
49744be094
[Client] Add emotion and culprit choices style 2023-01-13 14:12:33 +01:00
AudricV
e62022c43c
[Client] Add game introduction style 2023-01-12 11:01:15 +01:00
AudricV
f1aab66983
[Client] Add introduction style 2023-01-12 11:01:15 +01:00
AudricV
2c92fba477
[Client] Disable text decoration of the room code text 2023-01-09 16:26:51 +01:00
AudricV
1abc784ad2
[Client] Fix width of the game username input on the start page
Also remove its unneeded margins.
2023-01-09 16:26:50 +01:00
AudricV
09ee0a616e
[Client] Add invalid rounds count CSS rule for challenge mode 2023-01-09 16:26:49 +01:00
AudricV
1e7f130081
[Client] Add game room style
Co-authored-by: Cazals Mathias <mathiascazals@users.noreply.github.com>
2023-01-09 16:26:49 +01:00
AudricV
12a0626d64
[Client] Add initial interactions on the game selection view
These interactions are checks of nickname and room code validity, where it is
relevant.

Also set a maximum room code length to 20 characters, at least for now.
2023-01-04 13:29:39 +01:00
AudricV
6a0d7547c2
[Client] Add game selection view to start page
Some changes in the existing code have been also made to avoid code duplication
and fix some issues.

Co-authored-by: Cazals Mathias <mathiascazals@users.noreply.github.com>
2023-01-03 17:01:17 +01:00
AudricV
94eb394f61
[Client] Add legal style 2023-01-03 09:07:49 +01:00
AudricV
e07a6881ba
[Client] Add Roboto Mono font
This font will be used on the legal pages and could be used as the font of some
text blocks of the game.

Version 22 of the font has been added.

Roboto Mono is made by Christian Robertson, licensed under the Apache 2.0
License.
2023-01-03 09:07:49 +01:00
AudricV
15525b76a3
[Client] Add transition on the action button
Also remove game title text effect due to different rendering between browsers.

Co-authored-by: Cazals Mathias <mathiascazals@users.noreply.github.com>
2023-01-03 09:07:41 +01:00
AudricV
e80c3e5763
[Client] Add transitions for theme switcher button and footer links
The following are also included in this commit:
- add missing swap property for Titan One font;
- move links decoration and visited properties into a specific class, link


Co-authored-by: Cazals Mathias <mathiascazals@users.noreply.github.com>
2023-01-02 19:15:39 +01:00
Thomas Rubini
fa84404852
refactor client code to be used with the server 2022-12-01 11:58:04 +01:00