[mythtv-commits] [MythTV/mythtv] 520fd8: web-app: Lazy load and virtual scroll recording list
Peter Bennett
noreply at github.com
Sun Jul 16 21:33:40 UTC 2023
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 520fd84504f2e5beff49d8a0b9a614997d119642
https://github.com/MythTV/mythtv/commit/520fd84504f2e5beff49d8a0b9a614997d119642
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2023-07-16 (Sun, 16 Jul 2023)
Changed paths:
M mythtv/html/assets/i18n/bg.json
M mythtv/html/assets/i18n/ca.json
M mythtv/html/assets/i18n/cs.json
M mythtv/html/assets/i18n/da.json
M mythtv/html/assets/i18n/de.json
M mythtv/html/assets/i18n/el.json
M mythtv/html/assets/i18n/en_CA.json
M mythtv/html/assets/i18n/en_GB.json
M mythtv/html/assets/i18n/en_US.json
M mythtv/html/assets/i18n/es.json
M mythtv/html/assets/i18n/es_ES.json
M mythtv/html/assets/i18n/et.json
M mythtv/html/assets/i18n/fi.json
M mythtv/html/assets/i18n/fr.json
M mythtv/html/assets/i18n/he.json
M mythtv/html/assets/i18n/hr.json
M mythtv/html/assets/i18n/hu.json
M mythtv/html/assets/i18n/is.json
M mythtv/html/assets/i18n/it.json
M mythtv/html/assets/i18n/ja.json
M mythtv/html/assets/i18n/nb.json
M mythtv/html/assets/i18n/nl.json
M mythtv/html/assets/i18n/pl.json
M mythtv/html/assets/i18n/pt.json
M mythtv/html/assets/i18n/pt_BR.json
M mythtv/html/assets/i18n/ru.json
M mythtv/html/assets/i18n/sl.json
M mythtv/html/assets/i18n/sv.json
M mythtv/html/assets/i18n/tr.json
M mythtv/html/assets/i18n/zh_CN.json
M mythtv/html/assets/i18n/zh_HK.json
M mythtv/html/backend/src/app/dashboard/recordings/recordings.component.html
M mythtv/html/backend/src/app/dashboard/recordings/recordings.component.ts
Log Message:
-----------
web-app: Lazy load and virtual scroll recording list
Recording list was unacceptably slow when there are 1500 recordings.
Using lazy load and virtual scroll the response is instantaneous.
More information about the mythtv-commits
mailing list