ui update, init to consumer statistics and manage pos user types

This commit is contained in:
2026-04-13 13:22:40 +03:30
parent d4dff4ebfd
commit af3123e61e
85 changed files with 1054 additions and 407 deletions
+4
View File
@@ -0,0 +1,4 @@
export enum COOKIE_KEYS {
POS_ID = 'posId',
ACCESS_TOKEN = 'accessToken',
}
+1
View File
@@ -1,4 +1,5 @@
export * from './accountTypes.const';
export * from './cookieKeys.const';
export * from './localStorageKeys.const';
export * from './roleTypes.const';
export * from './userRoles.const';
+2
View File
@@ -15,6 +15,8 @@ a {
.layout-wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
}
html {
+1 -1
View File
@@ -4,7 +4,7 @@
// height: 100vh;
// overflow: hidden;
justify-content: space-between;
padding: 6rem 1rem 2rem 2rem;
padding: 2rem 1rem 2rem 2rem;
transition: margin-inline-start var(--layout-section-transition-duration);
&.hideMenu {
margin: 0 !important;
-1
View File
@@ -1,7 +1,6 @@
@use "mixins" as *;
.layout-topbar {
position: fixed;
height: 4rem;
z-index: 997;
right: 0;