Basic auto-complete functionality added. Just need to finish up with toke command memory and permission map system.
This commit is contained in:
parent
8f45048ab6
commit
23a71a5478
5 changed files with 132 additions and 20 deletions
|
|
@ -77,7 +77,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
<i class="chat-panel chat-panel-control control-prompt bi-magic" id="chat-panel-admin-icon"></i>
|
||||
<i class="chat-panel chat-panel-control control-prompt bi-images" id="chat-panel-emote-icon"></i>
|
||||
<span id="chat-panel-prompt-span">
|
||||
<p id="chat-panel-prompt-autocomplete" class="chat-panel"><span id="chat-panel-prompt-autocomplete-filler"></span><span id="chat-panel-autocomplete-display"></span></p>
|
||||
<p id="chat-panel-prompt-autocomplete" class="chat-panel"><span id="chat-panel-prompt-autocomplete-filler"></span><span id="chat-panel-prompt-autocomplete-display"></span></p>
|
||||
<input class="chat-panel chat-panel-control control-prompt" id="chat-panel-prompt" placeholder="Chat...">
|
||||
</span>
|
||||
<button class="chat-panel chat-panel-control positive-button" id="chat-panel-send-button">Send</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue