Implement Entity List Display and rework StorageComponent window (#4140)

* Create EntityListDisplay

* Rework ClientStorage window

* Add styling

* Remove unnecessary colors

* Rename list

* Make scrollbar push content

* Change children update a bit

* Add old index

* Localize ClientStorageComponent

* Add size return

* Remove spaces

* Fix usings
This commit is contained in:
ShadowCommander
2021-08-12 10:05:02 -07:00
committed by GitHub
parent fe4bf059b9
commit 6a1ca13111
4 changed files with 389 additions and 133 deletions

View File

@@ -0,0 +1,4 @@
comp-storage-no-item-size = None
comp-storage-window-title = Storage Item
comp-storage-window-volume = Items: { $itemCount }, Stored: { $usedVolume }/{ $maxVolume }
comp-storage-window-volume-unlimited = Items: { $itemCount }