parent
1e924fe40f
commit
443a581b60
|
@ -1,4 +1,12 @@
|
||||||
# Changelog:
|
# Changelog:
|
||||||
|
* **20.12.19**
|
||||||
|
- Fixing chat URL escaping
|
||||||
|
- Fixed issue [#77](https://github.com/TeaSpeak/TeaWeb/issues/77)
|
||||||
|
- Implemented issue [#75](https://github.com/TeaSpeak/TeaWeb/issues/75) (Close Modals With ESC)
|
||||||
|
- Improved the server info modal experience (Correctly showing no permissions)
|
||||||
|
- Improved "About" modal overflow behaviour
|
||||||
|
- Allow the client to use the scroll bar without closing the modal within modals
|
||||||
|
|
||||||
* **10.12.19**
|
* **10.12.19**
|
||||||
- Show the server online count along the server chat
|
- Show the server online count along the server chat
|
||||||
|
|
||||||
|
|
|
@ -5204,10 +5204,10 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container-buttons">
|
</div>
|
||||||
<button class="btn btn-success button-update">{{tr "Refresh" /}}</button>
|
<div class="container-buttons">
|
||||||
<button class="btn btn-danger button-close">{{tr "Close" /}}</button>
|
<button class="btn btn-success button-update">{{tr "Refresh" /}}</button>
|
||||||
</div>
|
<button class="btn btn-danger button-close">{{tr "Close" /}}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue