Fixes broken functions and bugs
- Mobile can now click behind movie popup to dismiss - Link to /activity instead of /profile?activity=true - Remove fill from icons that color using stroke - Add border to navigation icons - Darkmode now toggles correctly when load in light/default mode. - Only show load previous button when loading is false - Switched to new SearchPage over Search.vue
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
<div>
|
||||
<list-header :title="prettify(title)" :info="info" :sticky="true" />
|
||||
|
||||
<div v-if="!loadedPages.includes(1)" class="load-button">
|
||||
<div
|
||||
v-if="!loadedPages.includes(1) && loading == false"
|
||||
class="load-button"
|
||||
>
|
||||
<seasoned-button @click="loadLess" :fullWidth="true"
|
||||
>load previous</seasoned-button
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user