Commit Graph

23 Commits (a3f981a626e6a0c1f29cfd037521231f87532d87)

Author SHA1 Message Date
Trivernis b723d2aa85 Release cleanup and fix
- added auto-scroll to message to edit
- fixed style issues
6 years ago
Trivernis db5650e329 Improvements and message editing
- added chat message editing
- added chat message deleting
- changing the username refreshes it in the chat
- fixed chat parsing issues
- fixed mobile lobby style (slightly)
- changed bingo create style to be more easy to understand
- added changelog to bingo create view
- redesigned winner display
6 years ago
Trivernis c02f7c145d Improved chat parsing
- added automatic url to link parsing
- added automatic image url to image parsing
6 years ago
Trivernis 93d3c1d43e
Merge branch 'develop' into feature/WebSockets 6 years ago
Julius a919d14646 Bug Fixes
- Fixed #20 Socket reconnect doesn't load old messages
- error message on create ui load
6 years ago
Julius c34fb78ecd Fixed changelog
- fixed 'fixed' headline size
6 years ago
Julius d2d8ab7dc4 Added release to changelog
- added version tag 0.1.1
6 years ago
Trivernis 6dc331c392 Bug Fixes and field toggle
- fixed overlay bugs
- added feedback to startRound button
- switched to socket.io for field toggle
- added compression and minify
6 years ago
Trivernis 38420bd0dd Changed to socket.io
- changed from graphql to socket.io for events and information
- removed refreshing graphql functions from frontend
6 years ago
Trivernis 2e31a513d3 Release cleanup
- code cleanup and release declaration
6 years ago
Trivernis c91712d367 Serveral improvements and features
- added notifications on inactive window
- changed max grid size to 5
- shortened phrases that exceed 200 characters
- improved sql performance
- fixed join issues
6 years ago
Trivernis e35cfabc49 Cookie Dialog
- added a cookie dialog
- removed riddle (temporary)
- removed users (temporary)
6 years ago
Trivernis a5af6cbb19 Bug Fixes
- setting words won't result in deleting all of them and resaving
- words can now only be set when no round is active
6 years ago
Julius d0085a2bfd More commands
- fixed backend error responses
- added round abort command
6 years ago
Julius 31c91c54ad Frontend fixes
- added bingo help command
- added bingo ping command
6 years ago
Trivernis 6943719c7c Changes to style
- added backend limits
- added frontend limits
- added bingo statusbar
- improved bingo stylesheet
- added redirect on missing player
6 years ago
Trivernis d566505c3f Bingo lobby improvements
- bingo added kicking of player
- bingo added display of admin
- bingo added grid size input
6 years ago
Trivernis 5c10862b19 Added bingo startpage (wip)
- added css for startpage (wip)
- added file for css animations
- added pug file for bingo starpage
6 years ago
Trivernis 70fa701fda Started migration to database
- added table creation script for bingo
- added sql scripts for bingo
- added data management class for bingo
- added libs with utils and global variables
6 years ago
Trivernis 52bd2378fb Fixed issues
- fixed bingo button not shown on refresh
- fixed code style
- added eslint
6 years ago
Trivernis 2dff089ca0 Switched to postgres for session storage
- improved mobile layout (chat now visible)
- fixed bingo button not visible in mobile layout
- added postgres for session storage
- added sql directory for sql query files
6 years ago
Trivernis 20e1540175 Added Bingo Chat
- added a chat to the bingo game
6 years ago
Trivernis 3ac3180957 CHANGELOG and README
- added content to the README.md
- added a CHANGELOG.md
6 years ago