diff options
author | 0neGal <mail@0negal.com> | 2022-05-16 20:09:43 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-05-16 20:09:43 +0200 |
commit | 0b893f9f2b01196b583222df072ae51631457649 (patch) | |
tree | 925cabf4f459b637bb2d95f628cdfdd278983c0c /src/app/main.css | |
parent | b65cb550e0e26b2cf290573248fe28e341fa4807 (diff) | |
download | Viper-0b893f9f2b01196b583222df072ae51631457649.tar.gz Viper-0b893f9f2b01196b583222df072ae51631457649.zip |
a lot of stuff, but mainly a "Load more..." button
In the past when more than 50 packages was loaded it'd simply display a
"Maximum packages loaded" message, and it wasn't actually 50, as it just
took the first 50 packages loaded, whether or not they were filtered
out, so now that's fixed and a "Load more..." button has been added.
With that comes some changes to the lang strings for
"gui.browser.endoflist" and a new one "gui.browser.loadmore".
I also fixed the filtered packages issue also occurring in searches.
This will overall allow a user to more easily find the maximum amount of
packages without loading literally over a hundred packages at once, not
good for performance...
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css index 7b54ec7..d7f8284 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -245,6 +245,10 @@ button { font-weight: 700; } +.popup .message #loadmore { + background: rgb(var(--blue2)); +} + .popup .el .description {font-size: 0.8em} .popup .el button { background: rgb(var(--blue)); |