Merge remote-tracking branch 'upstream/feat/custom-virtual-scrolling' into shigusegubu
* upstream/feat/custom-virtual-scrolling: whoops fix data property being called the wrong name in conversation fix warnings and console errors fix minor bugs make virtual scrolling optional in case people want to be able to ctrl-f all page rename hidden stuff to virtualHidden, remove log add custom solution for virtual scrolling to ease ram and cpu use when scrolling for a long time
This commit is contained in:
commit
0f743af271
11 changed files with 101 additions and 17 deletions
|
|
@ -384,6 +384,7 @@
|
|||
"false": "no",
|
||||
"true": "yes"
|
||||
},
|
||||
"virtual_scrolling": "Optimize timeline rendering",
|
||||
"fun": "Fun",
|
||||
"greentext": "Meme arrows",
|
||||
"notifications": "Notifications",
|
||||
|
|
|
|||
|
|
@ -228,7 +228,8 @@
|
|||
"values": {
|
||||
"false": "pois päältä",
|
||||
"true": "päällä"
|
||||
}
|
||||
},
|
||||
"virtual_scrolling": "Optimoi aikajanan suorituskykyä"
|
||||
},
|
||||
"time": {
|
||||
"day": "{0} päivä",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue