-
Notifications
You must be signed in to change notification settings - Fork 51
Separated some functions/variables from main.ts (and French language fix) #127
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
base: master
Are you sure you want to change the base?
Changes from all commits
bf4a909
3cb3fc9
efcc426
3748fda
466879a
73ac0cc
f6cb1cb
a81cb69
5c42b7f
689bb41
4862c27
e17c586
dfd9198
dd99e4f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -240,8 +240,7 @@ <h5 class="modal-title" id="accountModalTitle"></h5> | |
| </div> | ||
| <div id="vmview"> | ||
| <div id="vmDisplay"></div> | ||
| <p id="turnstatus"></p> | ||
| <div id="voteResetPanel" style="display:none;"> | ||
| <div id="voteResetPanel" style="display:none"> | ||
| <span id="voteResetHeaderText"></span><br/> | ||
| <button class="btn btn-success" id="voteYesBtn"><i class="fa-solid fa-check"></i> <span id="voteYesBtnText"></span><span class="badge bg-secondary" id="voteYesLabel"></span></button> <button class="btn btn-danger" id="voteNoBtn"><i class="fa-solid fa-ban"></i> <span id="voteNoBtnText"></span><span class="badge bg-secondary" id="voteNoLabel"></span></button><br/> | ||
| <span id="voteTimeText"></span> | ||
|
|
@@ -294,6 +293,7 @@ <h5 class="modal-title" id="accountModalTitle"></h5> | |
| </div> | ||
| <div class="col-md-8"> | ||
| <div class="table-responsive chat-table" id="chatListDiv"> | ||
| <p id="turnstatus"></p> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Explain why this has been moved to the chatbox.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I found it better being inside at the top of the chatbox, I should do some screenshots tho but I mean, so the turn status is at the top inside of the chatbox centered and keeping it at the top (I also must add a background, but I will let you think before that) |
||
| <table class="table table-hover table-borderless"> | ||
| <tbody id="chatList"> | ||
|
|
||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.