Caught up to the old backend

Lines before (PyQt):

Language     files   blank   comment   code
Python       21      787     114       2076
QML          49      393     14        1689
JavaScript   2       59      3         177
SUM:         72      1239    131       3942

Lines now (pyotherside, asyncio):

Language     files   blank   comment   code
QML          59      516     159       1962
Python       11      306     53        739
JavaScript   5       64      24        211
C++          1       6       2         18
SUM:         76      892     238       2930
This commit is contained in:
miruka 2019-07-08 13:32:53 -04:00
parent faccc7ba90
commit 62ec4a9ae8

View File

@ -8,7 +8,7 @@
- Horrible performance for big rooms - Horrible performance for big rooms
- UI - UI
- "Rejoin" leftbanner button if room is public - "Rejoin" LeftBanner button if room is public
- Daybreak color - Daybreak color
- Html links color - Html links color
- [debug mode](https://docs.python.org/3/library/asyncio-dev.html) - [debug mode](https://docs.python.org/3/library/asyncio-dev.html)