9 Commits

Author SHA1 Message Date
6326b5fef6 Merge branch 'auth' into 'main'
Auth

Added proper usage of JWT and communication with the Rona-Backend to the account service

See merge request daniel/rona-frontend!4
2020-07-30 17:14:46 +02:00
4f2c149f5a adjusted login and signup post operations to work with forms
added a jwt interceptor
2020-07-30 17:14:45 +02:00
48d620e878 Merge branch 'chat' into 'main'
- moved chat to a dedicated module
- text messages and dice rolls can be grouped into the same MessagesComponent
- now supports system messages
- fixed faulty timestamps displaying month instead of hours

See merge request daniel/rona-frontend!3
2020-07-27 17:09:18 +02:00
92644d9008 Chat upgraded for dice rolls and system messages 2020-07-27 17:09:18 +02:00
2598e5864e Merge branch 'game' into 'main'
Game

Created a GameModule that will contain all the functionality required to play. The routing and imports of AppModule are adjusted accordingly.

See merge request daniel/rona-frontend!2
2020-07-23 14:53:03 +02:00
8d2df73484 Added GameModule 2020-07-23 14:53:03 +02:00
44575a8a08 Merge branch 'login' into 'main'
See merge request daniel/rona-frontend!1
2020-07-21 15:34:53 +02:00
c82d784866 Initial implementation of login and registration with fake backend for future testing
Also introduced flex-layout
2020-07-21 15:34:52 +02:00
d90204d34c initial commit
- contains basic chat via websocket
- contains button to test websocket
- contains button to test rest api
2020-07-19 22:16:23 +02:00