diff --git a/files/templates/chat.html b/files/templates/chat.html new file mode 100644 index 000000000..743091401 --- /dev/null +++ b/files/templates/chat.html @@ -0,0 +1,343 @@ +{% extends "default.html" %} + +{% block PseudoSubmitForm %}{% endblock %} +{% block sidebar %}{% endblock %} +{% block navbar %}{% endblock %} +{% block sortnav %}{% endblock %} +{% block viewfilters %}{% endblock %} +{% block mobilenavbar %}{% endblock %} +{% block mobile_description %}{% endblock %} + +{% block title %} +Chat + +{% endblock %} + +{% block desktopbanner %} +{% endblock %} + +{% block infobar %} +
+ + + +
+{% endblock %} + +{% block content %} + +
+ +
+
+
+
+
+

+
+
+
+ {% if request.path.endswith('/chat') %} +
+
+ + +
+ + {% if v.has_premium %} + + {% endif %} + +
+ + {% else %} +
+
+ + +
+ +
+ {% if v.has_premium %} + + {% endif %} + +
+
+ + {% endif %} + + + +
+
+
+ + + +
+
+ + @ +
+ +
+
+
+
+
+
+ +
+
+
+ + + +
+
+ + from @ to me. +
+ +
+
+
+
+
+
+ +
+
+
+ + + +
+
+ + from me to @. +
+ +
+
+
+
+
+
+ +
+
+
+ + + +
+
+ + @ +
+ +
+
+
+
+
+
+ +
+
+

+
+
+ +
+
+

+
+
+ +
+
+

+
+
+ +
+
+

+
+
+ +
+
+
+ + + +
+
+ + @ +
+ +
+
+
+
+
+
+ +
+
+
+ + + +
+
+ + + +
+ +
+
+
+
+
+
+ +
+
+
+ + + +
+
+ + @ +
+ +
+
+
+
+
+
+ +
+
+
+ + + +
+
+ + @ +
+ +
+
+
+
+
+
+
+ + + + + + + + +{% endblock %} + +gunicorn ruqqus.__main__:app load_chat -k eventlet -w 1 --worker-connections 1000 --max-requests 1000000 --preload --bind 127.0.0.1:5001 -D \ No newline at end of file