Commit Graph

302 Commits

Author SHA1 Message Date
Sergei Birukov 7d19b74845 Fix simple stats wrapping on mobile 2024-02-27 20:03:43 +03:00
Peter Lewis ebc5173bd0
usage -> traffic 2024-02-25 22:02:53 +00:00
Peter Lewis f6b0085c1b
fix regression 2024-02-25 21:47:56 +00:00
Peter Lewis a40dbe130e
detailed -> usage 2024-02-25 21:42:51 +00:00
Peter Lewis a4da7421c8
Merge remote-tracking branch 'origin/feat-stats' into feat-stats 2024-02-25 21:40:10 +00:00
Peter Lewis 0444940303
Merge pull request #872 from suxscribe/feat-update-client-layout
Fix detailed stats 3
2024-02-25 19:54:56 +00:00
NPM Update Bot 97b8819834 npm: package updates 2024-02-25 00:13:05 +00:00
Sergei Birukov 2c05b7989f Align stats to the right on mobile 2024-02-22 21:01:01 +03:00
Philip H fbfaaa4f67
update ApexCharts to v3.46.0 (#867) 2024-02-22 16:27:40 +01:00
NPM Update Bot 6d99128040 npm: package updates 2024-02-22 15:21:18 +00:00
Philip H d734445184
Fix Gravatar support (#865)
Thank you @sardaukar!
2024-02-22 16:20:45 +01:00
Loudhot 0a2c06a386
Update i18n.js 2024-02-22 15:36:27 +03:00
Loudhot 5a0a9c7333
Update i18n.js
Added Ukrainian language
2024-02-22 03:52:31 +03:00
NPM Update Bot 3fcd74ec3e npm: package updates 2024-02-22 00:11:48 +00:00
pheiduck 511e6140fc update ApexCharts to v3.46.0 2024-02-21 20:34:06 +01:00
Bruno Antunes d12c81e51f Forgot to trim the string 2024-02-21 10:33:30 +00:00
Bruno Antunes f61b187402 Fix Gravatar support 2024-02-21 10:23:53 +00:00
NPM Update Bot 1412f63dfa npm: package updates 2024-02-21 09:25:10 +00:00
Philip H a951f0eb26
i18n.js: fixup remove trailing space 2024-02-21 10:22:57 +01:00
nashi23 e4f9a37933 Add Simplified Chinese & Traditional Chinese Language 2024-02-21 16:47:45 +08:00
NPM Update Bot afaaa2bd0e npm: package updates 2024-02-21 00:12:01 +00:00
NPM Update Bot 4b543edec5 npm: package updates 2024-02-20 12:37:34 +00:00
Rui Ribeiro ca508549ca
Added Portuguese Language
Added Portuguese Language
2024-02-20 09:57:10 +00:00
NPM Update Bot 76c6792904 npm: package updates 2024-02-20 00:11:59 +00:00
deffcolony 30ba579517 adds Dutch & Icelandic language
+ added Dutch language
+ added Icelandic language by @alexveebee

Co-Authored-By: Alex <75509525+alexveebee@users.noreply.github.com>
2024-02-19 18:28:16 +01:00
Philip H 264eb078ca
fixup: Missing trailing comma 2024-02-19 12:36:11 +01:00
Quy Dang Quoc 30367ee32b
Add Vietnamese language 2024-02-19 17:04:56 +07:00
jkh0kr 69513770e9
Update i18n.js
Correct Korean language typo
2024-02-19 11:18:23 +09:00
NPM Update Bot cc19f82a19 npm: package updates 2024-02-18 21:56:07 +00:00
Philip H ca7a6c00cc
Fix detailed stats 2 (#844) 2024-02-17 20:38:59 +01:00
Sergei Birukov c47ade71cc Fix some bugs
json error
update css
some refactoring for getUiDetailedStats
2024-02-17 21:48:43 +03:00
Philip H d7d515cdce
Fix detailed stats #843 from suxscribe/feat-update-client-layout 2024-02-17 16:02:01 +01:00
Sergei Birukov a4049acdb6 Wrap layout on <640px 2024-02-17 17:47:52 +03:00
Sergei Birukov a522a442ae Change layout wrapping. Fix last seen 2024-02-17 15:22:43 +03:00
Peter Lewis 4a7700bfb8
Merge pull request #834 from suxscribe/feat-update-client-layout
Show total RX/TX data for each client in UI
2024-02-16 21:57:55 +00:00
NPM Update Bot 6670176c48 npm: package updates 2024-02-15 00:12:05 +00:00
NPM Update Bot 257be24edf npm: package updates 2024-02-14 00:12:09 +00:00
Sergei Birukov 45147ee7c4 Fix lint errors 2024-02-13 19:30:34 +03:00
Sergei Birukov fa392cf260 Add UI_DETAILED_STATS variable
Show detailed RX / TX stats when UI_DETAILED_STATS = true
Add api method to get UI_DETAILED_STATS value on frontend
2024-02-13 12:53:32 +03:00
NPM Update Bot 14e97c8d86 npm: package updates 2024-02-13 09:20:33 +00:00
jkh0kr 4b53c3d755
Update i18n.js
Add Korean language
2024-02-13 11:19:42 +09:00
NPM Update Bot 9fb0b2b760 npm: package updates 2024-02-13 00:12:36 +00:00
Sergei Birukov a1fdc610ad Merge branch 'master' into feat-update-client-layout 2024-02-12 17:30:45 +03:00
amarqz e190544c50
Add Spanish language 2024-02-12 11:11:06 +01:00
NPM Update Bot d386bed476 npm: package updates 2024-02-12 00:12:28 +00:00
Guillem Bonet 7b91dd678e
Add catalan language
Signed-off-by: Guillem Bonet <guillem.bonet@gmail.com>
2024-02-09 10:01:34 +01:00
NPM Update Bot 7cd64c3511 npm: package updates 2024-02-08 00:11:38 +00:00
NPM Update Bot c7a30f4245 npm: package updates 2024-02-07 00:11:50 +00:00
Sergei Birukov 5b2a9308f5 Update client list layout and show total client RX/TX
Update client layout to show current and total rx/tx values in columns.
Update tablet and mobile layout
2024-02-06 17:45:33 +03:00
NPM Update Bot d7b5f4d100 npm: package updates 2024-02-06 00:12:12 +00:00