-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration of animations #18
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…` and make it work (on the backend) Add controls to show/hide scoreboards on `control-center.html` and make it work only on the backend the scoreboards still have to be included in only one scoreboard
Add of Streaming Resolution settings will be used ammong with the compression of all the scoreboard on one page.
Add a CSS variable and some commented code that could work but it needs to be reviewed by @TheTecnoKing
Add functions to `app.js` for the new socket methods to be implemented with animations with @TheTecnoKing
Completely rewrote the README, now with a new layout and new instructions. Also available in Italian. But it isn't complete, yet. There aren't any docs, the "Usage" section has to be written, and there are no images/screenshots to illustrate the software. Also, (optional) it would be nice to have a banner and a few badges, just to make it look a bit cooler.
Updated the control center layout, which now reduces empty space as much as possible, making things a bit more compact and easily accessible. Known issues: - The "toggle all" button works like crap - Score controls haven't been updated to the new control layout, which means that they are still using a hard-coded max-width.
Scoreboard controls now use a red/green palette in order to show their status, together with the "On" and "Off" labels.
Updated Bootstrap to version 5.2.0. Known issues: - On the login page, the "Username" and "Password" labels are not properly aligned
This version is a near definitive
Added codefactor badge, corrected dependency command, corrected grammar errors.
Modified animations: now using `transform` insted of `left` and `right`.Modified also message repprtong on login
- Updated transitions for all scoreboards, fixing a few inconsistencies. - Added `text-transform: uppercase` to team names.
Added overlays for sportcaster and techinal commentor, this new overlays will use the same css and json file as umpires and scorers. All names can me menaged with the separeted page `staff.html`. modified also `app.js`, `staff.js` and `actives.js` all working with all scoreboard and staff menager pannel
Co-authored-by: The_TecnoKing <75082274+TheTecnoKing@users.noreply.github.com>
Added use documentation (En and IT) and changed some links
List of file: - `app\js\admin.js` - `app\js\settings.js` - `app\js\staff.js` Created: - `app\js\redVerSess.js`
Note: Worked on refactoring partials
Note: Worked on refactoring main/pregame/postgame
Note: working on offices evaluating to separete files
…js` and new file `app/js/appOfficials.js` Note: worked on offices made it 2 files
…ives.js` This commit involves also `app/control-center.html` due to refactoring functions
…n.js` This commit involves also `app/control-center.html` due to refactoring functions
lucafano04
force-pushed
the
next-animations
branch
from
March 19, 2023 11:35
90622b2
to
f494c4c
Compare
Modified: - app/js/appOfficials.js improvments on the code - index.js removed the updateData function and added the require to the updateData.js file Added file - updateData.js Storing the updates functions in a separate file
maintainability improvments on `updateData.js`
maintainability improvments on `updateData.js`
maintainability improvments on `updateData.js`
modified index.js to use socketAndOther.js
modified `index.js` to use `socket.js` instead of `socketAndOther.js`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will include the animations on the branch