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
|
|
@ -274,11 +274,14 @@ span.user-entry{
|
|||
#chat-panel-prompt{
|
||||
font-size: 10pt;
|
||||
margin-left: 0.5em;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#chat-panel-prompt-autocomplete{
|
||||
position: absolute;
|
||||
text-wrap: nowrap;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
font-size: 10pt;
|
||||
z-index: 10;
|
||||
margin: 0;
|
||||
|
|
@ -288,6 +291,7 @@ span.user-entry{
|
|||
|
||||
#chat-panel-prompt-autocomplete-filler{
|
||||
visibility: hidden;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.toke{
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ p.channel-guide-entry-item{
|
|||
}
|
||||
|
||||
#chat-panel-prompt-autocomplete{
|
||||
color: var(--focus0);
|
||||
color: var(--accent0-alt1);
|
||||
text-shadow: var(--focus-glow0-alt0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue