Light mode improvements, empty state on search page
This commit is contained in:
@@ -33,8 +33,10 @@ export const useAccountStore = defineStore("accountStore", {
|
||||
/** Request to server sent, waiting for data response */
|
||||
fetchInProgress: ref(false),
|
||||
|
||||
/** Flag to show or hide admin icon in navigation bar */
|
||||
adminPanelVisible: ref(false),
|
||||
|
||||
/** Flag to activate buy option on basket page */
|
||||
privilegeBuy: ref(false)
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user