@necrolab/dashboard 0.4.34 → 0.4.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/.claude/settings.local.json +4 -1
  2. package/index.html +5 -3
  3. package/package.json +1 -1
  4. package/src/assets/css/_input.scss +6 -6
  5. package/src/assets/css/main.scss +53 -29
  6. package/src/assets/img/background.svg +2 -2
  7. package/src/assets/img/background.svg.backup +11 -0
  8. package/src/assets/img/logo_icon.png +0 -0
  9. package/src/components/Editors/Account/Account.vue +38 -56
  10. package/src/components/Editors/Account/AccountCreator.vue +5 -5
  11. package/src/components/Editors/Profile/Profile.vue +38 -56
  12. package/src/components/Filter/Filter.vue +23 -23
  13. package/src/components/Filter/FilterPreview.vue +2 -2
  14. package/src/components/Filter/PriceSortToggle.vue +8 -6
  15. package/src/components/Table/Table.vue +3 -1
  16. package/src/components/Tasks/Controls/DesktopControls.vue +3 -3
  17. package/src/components/Tasks/Controls/MobileControls.vue +1 -1
  18. package/src/components/Tasks/CreateTaskTM.vue +4 -6
  19. package/src/components/Tasks/Stats.vue +24 -4
  20. package/src/components/Tasks/Task.vue +65 -35
  21. package/src/components/Tasks/TaskView.vue +23 -3
  22. package/src/components/Tasks/Utilities.vue +1 -1
  23. package/src/components/icons/Bag.vue +1 -1
  24. package/src/components/icons/Loyalty.vue +1 -1
  25. package/src/components/icons/Stadium.vue +1 -1
  26. package/src/components/ui/Navbar.vue +1 -1
  27. package/src/components/ui/ReconnectIndicator.vue +1 -1
  28. package/src/components/ui/controls/atomic/Checkbox.vue +14 -14
  29. package/src/components/ui/controls/atomic/Dropdown.vue +7 -7
  30. package/src/stores/sampleData.js +15 -15
  31. package/src/stores/ui.js +1 -1
  32. package/src/views/Accounts.vue +9 -4
  33. package/src/views/Editor.vue +7 -7
  34. package/src/views/FilterBuilder.vue +6 -6
  35. package/src/views/Profiles.vue +4 -4
  36. package/src/views/Tasks.vue +45 -12
  37. package/tailwind.config.js +62 -14
  38. package/vite.config.js +2 -1
  39. package/src/assets/img/logo_icon_2.png +0 -0
@@ -872,7 +872,7 @@ export default {
872
872
  {
873
873
  _id: 1,
874
874
  profileName: "Harry Potter",
875
- cardNumber: "48474638474545",
875
+ cardNumber: "4847463847454545",
876
876
  expMonth: "12",
877
877
  expYear: "28",
878
878
  country: "US",
@@ -882,7 +882,7 @@ export default {
882
882
  {
883
883
  _id: 2,
884
884
  profileName: "Draco Malfoy",
885
- cardNumber: "38474638474545",
885
+ cardNumber: "3847463847454545",
886
886
  expMonth: "12",
887
887
  expYear: "28",
888
888
  tags: ["admin", "amex"]
@@ -890,7 +890,7 @@ export default {
890
890
  {
891
891
  _id: 3,
892
892
  profileName: "Tom Smith",
893
- cardNumber: "58474638474545",
893
+ cardNumber: "5847463847454545",
894
894
  expMonth: "12",
895
895
  expYear: "28",
896
896
  tags: ["admin", "amex"],
@@ -899,7 +899,7 @@ export default {
899
899
  {
900
900
  _id: 1,
901
901
  profileName: "Harry Potter",
902
- cardNumber: "48474638474545",
902
+ cardNumber: "4847463847454545",
903
903
  expMonth: "12",
904
904
  expYear: "28",
905
905
  tags: ["admin", "amex"]
@@ -907,7 +907,7 @@ export default {
907
907
  {
908
908
  _id: 2,
909
909
  profileName: "Draco Malfoy",
910
- cardNumber: "38474638474545",
910
+ cardNumber: "3847463847454545",
911
911
  expMonth: "12",
912
912
  expYear: "28",
913
913
  tags: ["admin", "amex"]
@@ -915,7 +915,7 @@ export default {
915
915
  {
916
916
  _id: 3,
917
917
  profileName: "Tom Smith",
918
- cardNumber: "58474638474545",
918
+ cardNumber: "5847463847454545",
919
919
  expMonth: "12",
920
920
  expYear: "28",
921
921
  tags: ["admin", "amex"],
@@ -924,7 +924,7 @@ export default {
924
924
  {
925
925
  _id: 1,
926
926
  profileName: "Harry Potter",
927
- cardNumber: "48474638474545",
927
+ cardNumber: "4847463847454545",
928
928
  expMonth: "12",
929
929
  expYear: "28",
930
930
  tags: ["admin", "amex"]
@@ -932,7 +932,7 @@ export default {
932
932
  {
933
933
  _id: 2,
934
934
  profileName: "Draco Malfoy",
935
- cardNumber: "38474638474545",
935
+ cardNumber: "3847463847454545",
936
936
  expMonth: "12",
937
937
  expYear: "28",
938
938
  tags: ["admin", "amex"]
@@ -940,7 +940,7 @@ export default {
940
940
  {
941
941
  _id: 3,
942
942
  profileName: "Tom Smith",
943
- cardNumber: "58474638474545",
943
+ cardNumber: "5847463847454545",
944
944
  expMonth: "12",
945
945
  expYear: "28",
946
946
  tags: ["admin", "amex"],
@@ -949,7 +949,7 @@ export default {
949
949
  {
950
950
  _id: 1,
951
951
  profileName: "Harry Potter",
952
- cardNumber: "48474638474545",
952
+ cardNumber: "4847463847454545",
953
953
  expMonth: "12",
954
954
  expYear: "28",
955
955
  tags: ["admin", "amex"]
@@ -957,7 +957,7 @@ export default {
957
957
  {
958
958
  _id: 2,
959
959
  profileName: "Draco Malfoy",
960
- cardNumber: "38474638474545",
960
+ cardNumber: "3847463847454545",
961
961
  expMonth: "12",
962
962
  expYear: "28",
963
963
  tags: ["admin", "amex"]
@@ -965,7 +965,7 @@ export default {
965
965
  {
966
966
  _id: 3,
967
967
  profileName: "Tom Smith",
968
- cardNumber: "58474638474545",
968
+ cardNumber: "5847463847454545",
969
969
  expMonth: "12",
970
970
  expYear: "28",
971
971
  tags: ["admin", "amex"],
@@ -974,7 +974,7 @@ export default {
974
974
  {
975
975
  _id: 1,
976
976
  profileName: "Harry Potter",
977
- cardNumber: "48474638474545",
977
+ cardNumber: "4847463847454545",
978
978
  expMonth: "12",
979
979
  expYear: "28",
980
980
  tags: ["admin", "amex"]
@@ -982,7 +982,7 @@ export default {
982
982
  {
983
983
  _id: 2,
984
984
  profileName: "Draco Malfoy",
985
- cardNumber: "38474638474545",
985
+ cardNumber: "3847463847454545",
986
986
  expMonth: "12",
987
987
  expYear: "28",
988
988
  tags: ["admin", "amex"]
@@ -990,7 +990,7 @@ export default {
990
990
  {
991
991
  _id: 3,
992
992
  profileName: "Tom Smith",
993
- cardNumber: "58474638474545",
993
+ cardNumber: "5847463847454545",
994
994
  expMonth: "12",
995
995
  expYear: "28",
996
996
  tags: ["admin", "amex"],
package/src/stores/ui.js CHANGED
@@ -517,7 +517,7 @@ export const useUIStore = defineStore("ui", () => {
517
517
  currentEvent,
518
518
  setCurrentEvent: (event) => {
519
519
  logger.Info("Setting current event", event);
520
- currentEvent.value = event;
520
+ currentEvent.value = event.match(/\s\((.*?)\)$/)[1];
521
521
  localStorage.setItem("current-event", currentEvent.value);
522
522
  refreshQueueStats();
523
523
  },
@@ -44,6 +44,11 @@
44
44
  <input
45
45
  class="h-10 w-44 text-white text-sm p-2 bg-dark-500 flex items-center relative border-2 border-dark-550"
46
46
  placeholder="Search Email"
47
+ autocomplete="new-password"
48
+ data-dashlane-rid=""
49
+ data-dashlane-label=""
50
+ data-dashlane-classification=""
51
+ data-form-type="other"
47
52
  v-model="ui.search.accounts.query"
48
53
  />
49
54
 
@@ -75,14 +80,14 @@
75
80
 
76
81
  <div class="ml-auto gap-2 hidden lg:flex">
77
82
  <div
78
- class="bg-dark-400 border border-light-300 justify-between px-4 w-44 flex text-white text-xs font-medium items-center rounded-md ml-auto h-10"
83
+ class="bg-dark-400 border border-dark-650 justify-between px-4 w-44 flex text-white text-xs font-medium items-center rounded-md ml-auto h-10"
79
84
  >
80
85
  <p>Privacy</p>
81
86
  <Switch class="scale-75" v-model="privacy" />
82
87
  </div>
83
88
  <button
84
89
  :disabled="ui.disabledButtons['create-accounts']"
85
- class="bg-dark-400 disabled:opacity-70 smooth-hover border border-light-300 hover:border-light-400 w-44 flex text-white text-xs font-medium justify-center items-center rounded-md ml-auto h-10"
90
+ class="bg-dark-400 disabled:opacity-70 smooth-hover border border-dark-650 hover:border-dark-700 w-44 flex text-white text-xs font-medium justify-center items-center rounded-md ml-auto h-10"
86
91
  @click="ui.toggleModal('account-creator')"
87
92
  >
88
93
  Create Accounts <PlayIcon class="ml-2" />
@@ -90,7 +95,7 @@
90
95
 
91
96
  <button
92
97
  :disabled="ui.disabledButtons['add-accounts']"
93
- class="bg-dark-400 disabled:opacity-70 smooth-hover border border-light-300 hover:border-light-400 w-44 flex text-white text-xs font-medium justify-center items-center rounded-md ml-auto h-10"
98
+ class="bg-dark-400 disabled:opacity-70 smooth-hover border border-dark-650 hover:border-dark-700 w-44 flex text-white text-xs font-medium justify-center items-center rounded-md ml-auto h-10"
94
99
  @click="ui.toggleModal('create-account')"
95
100
  >
96
101
  Add Account
@@ -113,7 +118,7 @@
113
118
  .custom-dropdown-content {
114
119
  top: 2.6rem !important;
115
120
  left: -13px;
116
- @apply border border-light-300;
121
+ @apply border border-dark-650;
117
122
  }
118
123
 
119
124
  /* Search dropdown should always be h-10 and have no left corners */
@@ -95,7 +95,7 @@
95
95
  <p class="text-red-400 text-bold">{{ errorMessage }}</p>
96
96
  </div>
97
97
  </transition>
98
- <div class="border border-light-300 my-8" />
98
+ <div class="border border-dark-650 my-8" />
99
99
 
100
100
  <h5 class="text-white text-xl font-bold flex gap-x-3 mb-3">Proxy Editor</h5>
101
101
  <div class="flex justify-between items-center mb-4 relative z-60">
@@ -541,7 +541,7 @@ loadProxyLists();
541
541
  border-radius: 8px;
542
542
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
543
543
  overflow: hidden;
544
- background-color: #1a1a2e;
544
+ background-color: #2e2f34;
545
545
  }
546
546
 
547
547
  .editor-wrapper {
@@ -617,10 +617,10 @@ loadProxyLists();
617
617
 
618
618
  /* Proxy editor container */
619
619
  .proxy-editor-container {
620
- @apply w-full overflow-hidden rounded-lg border border-dark-550;
620
+ @apply w-full overflow-hidden rounded-lg border border-dark-600;
621
621
  height: 400px;
622
622
  max-height: 60vh;
623
- background-color: #1a1a2e;
623
+ background-color: #2e2f34;
624
624
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
625
625
  }
626
626
 
@@ -640,7 +640,7 @@ loadProxyLists();
640
640
  .proxy-editor {
641
641
  @apply w-full h-full resize-none focus:outline-none;
642
642
  background-color: transparent;
643
- color: #f8f8f2;
643
+ color: #e2e2e5;
644
644
  font-family: "JetBrains Mono", "Fira Code", "Menlo", "Monaco", "Courier New", monospace;
645
645
  padding: 12px;
646
646
  border: none;
@@ -655,8 +655,8 @@ loadProxyLists();
655
655
  }
656
656
 
657
657
  .proxy-editor-container:focus-within {
658
- border-color: #6272a4;
659
- box-shadow: 0 0 0 2px rgba(98, 114, 164, 0.25);
658
+ border-color: #5d7cc0;
659
+ box-shadow: 0 0 0 2px rgba(93, 124, 192, 0.25);
660
660
  }
661
661
 
662
662
  /* Prism.js dark theme */
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="filter-builder-container w-full min-h-0 flex flex-col overflow-hidden">
3
3
  <!-- Heading -->
4
- <div class="flex-between pt-4 pb-1 mx-4 mt-1">
4
+ <div class="flex-between pt-4 pb-1 px-4 mt-1">
5
5
  <div class="flex-center gap-4">
6
6
  <FilterIcon class="cursor-pointer smooth-hover text-white" />
7
7
  <h4 class="text-heading">Filter creator</h4>
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
  </div>
23
23
 
24
- <div class="card-dark mx-4 mb-2 p-3 overflow-hidden">
24
+ <div class="card-dark mb-2 p-3 overflow-hidden">
25
25
  <div class="w-full h-full">
26
26
  <!-- Main -->
27
27
  <div class="grid grid-cols-1 lg:grid-cols-5 gap-3 lg:gap-4 w-full h-full">
@@ -641,13 +641,13 @@ watch(renderSeats, async () => {
641
641
  /* Dragging states for better UX */
642
642
  .sortable-ghost {
643
643
  @apply opacity-30;
644
- border: 1px solid #4a4a61;
645
- background-color: rgba(74, 74, 97, 0.1);
644
+ border: 1px solid #44454b;
645
+ background-color: rgba(68, 69, 75, 0.1);
646
646
  }
647
647
 
648
648
  .sortable-chosen .drag-handle {
649
- border: 1px solid #4a4a61;
650
- background-color: rgba(74, 74, 97, 0.2);
649
+ border: 1px solid #44454b;
650
+ background-color: rgba(68, 69, 75, 0.2);
651
651
  }
652
652
 
653
653
  .sortable-drag {
@@ -68,7 +68,7 @@
68
68
  @change="(f) => (ui.search.profiles.tag = f)"
69
69
  /> -->
70
70
  <Dropdown
71
- class="rounded-r-lg w-32 bg-dark-500 relative z-50 border-2 border-dark-550 search-dropdown"
71
+ class="rounded-r-lg w-32 bg-dark-500 relative z-50 border-2 border-dark-600 search-dropdown"
72
72
  style="margin-left: 0 !important; border-width: 2px !important"
73
73
  rightAmount="right-1"
74
74
  default="Any"
@@ -81,7 +81,7 @@
81
81
 
82
82
  <div class="gap-3 lg:flex hidden">
83
83
  <div
84
- class="bg-dark-400 border border-light-300 justify-between px-4 w-36 flex text-white text-xs font-medium items-center rounded-md ml-auto h-10"
84
+ class="bg-dark-400 border border-dark-650 justify-between px-4 w-36 flex text-white text-xs font-medium items-center rounded-md ml-auto h-10"
85
85
  >
86
86
  <p>Privacy</p>
87
87
  <Switch class="scale-75" v-model="privacy" />
@@ -102,7 +102,7 @@
102
102
  </button>
103
103
  <button
104
104
  :disabled="ui.disabledButtons['add-profiles']"
105
- class="bg-dark-400 disabled:opacity-70 smooth-hover w-36 flex text-white text-xs font-medium justify-center items-center rounded-md border border-light-300 hover:border-light-400 ml-auto h-10"
105
+ class="bg-dark-400 disabled:opacity-70 smooth-hover w-36 flex text-white text-xs font-medium justify-center items-center rounded-md border border-dark-650 hover:border-dark-700 ml-auto h-10"
106
106
  @click="ui.toggleModal('create-profile')"
107
107
  >
108
108
  Add Profile
@@ -124,7 +124,7 @@
124
124
  .custom-dropdown-content {
125
125
  top: 2.6rem !important;
126
126
  left: -13px;
127
- @apply border border-light-300;
127
+ @apply border border-dark-650;
128
128
  }
129
129
 
130
130
  /* Search dropdown should always be h-10 and have no left corners */
@@ -9,28 +9,61 @@
9
9
  </h4>
10
10
  </div>
11
11
  <ul class="mobile-icons mobile-header-controls">
12
- <li><button @click="ui.startTasks()"><PlayIcon class="w-4 h-4" /></button></li>
13
- <li><button @click="ui.stopTasks()"><PauseIcon class="w-4 h-4" /></button></li>
14
- <li><button class="text-sm" :disabled="ui.disabledButtons['add-tasks']" @click="ui.toggleModal('create-task')"><PlusIcon class="w-4 h-4" /></button></li>
15
- <li><button @click="ui.deleteTasks()"><TrashIcon class="h-3.5 w-3.5" /></button></li>
12
+ <li>
13
+ <button @click="ui.startTasks()"><PlayIcon class="w-4 h-4" /></button>
14
+ </li>
15
+ <li>
16
+ <button @click="ui.stopTasks()"><PauseIcon class="w-4 h-4" /></button>
17
+ </li>
18
+ <li>
19
+ <button
20
+ class="text-sm"
21
+ :disabled="ui.disabledButtons['add-tasks']"
22
+ @click="ui.toggleModal('create-task')"
23
+ >
24
+ <PlusIcon class="w-4 h-4" />
25
+ </button>
26
+ </li>
27
+ <li>
28
+ <button @click="ui.deleteTasks()"><TrashIcon class="h-3.5 w-3.5" /></button>
29
+ </li>
16
30
  </ul>
17
31
  </div>
18
32
 
19
33
  <Stats />
20
34
 
21
35
  <div class="controls-wrapper lg:mb-6 mb-3">
22
- <DesktopControls class="desktop-controls-hide" @stopAll="ui.stopTasks()" @startAll="ui.startTasks()" @deleteAll="ui.deleteTasks()" />
36
+ <DesktopControls
37
+ class="desktop-controls-hide"
38
+ @stopAll="ui.stopTasks()"
39
+ @startAll="ui.startTasks()"
40
+ @deleteAll="ui.deleteTasks()"
41
+ />
23
42
  </div>
24
-
43
+
25
44
  <div class="flex items-center justify-between gap-2 lg:mb-2 mb-1">
26
- <div v-if="uniqEventIds.length > 1" class="flex-1 md:min-w-32 md:max-w-72 md:flex-none">
27
- <Dropdown :onClick="(f) => ui.setCurrentEvent(f)" default="All events" :chosen="ui.currentEvent" :options="uniqEventIds" :allowDefault="true" class="input-default w-full hover:bg-dark-400 h-10 md:min-w-72" rightAmount="right-2" />
45
+ <div v-if="uniqEventIds.length > 1" class="flex-1 md:min-w-96 md:max-w-96 md:flex-none">
46
+ <Dropdown
47
+ :onClick="(f) => ui.setCurrentEvent(f)"
48
+ default="All events"
49
+ :chosen="ui.currentEvent"
50
+ :options="uniqEventIds"
51
+ :allowDefault="true"
52
+ class="input-default w-full hover:bg-dark-400 h-10"
53
+ rightAmount="right-2"
54
+ />
28
55
  </div>
29
- <PriceSortToggle class="min-w-24 max-w-28 flex-shrink-0" :options="['All', 'Checkout']" :darker="true" :current="ui.taskFilter" @change="(e) => ui.setTaskFilter(e)" />
56
+ <PriceSortToggle
57
+ class="min-w-24 max-w-28 flex-shrink-0"
58
+ :options="['All', 'Checkout']"
59
+ :darker="true"
60
+ :current="ui.taskFilter"
61
+ @change="(e) => ui.setTaskFilter(e)"
62
+ />
30
63
  </div>
31
64
 
32
65
  <TaskView class="lg:mb-6 mb-3" :tasks="ui.tasks" />
33
-
66
+
34
67
  <Utilities class="utilities-section" />
35
68
 
36
69
  <transition-group name="fade" mode="out-in">
@@ -47,7 +80,7 @@
47
80
  .custom-dropdown-content {
48
81
  top: 2.6rem !important;
49
82
  left: -13px;
50
- @apply border border-light-300;
83
+ @apply border border-dark-650;
51
84
  }
52
85
 
53
86
  .desktop-controls-hide {
@@ -95,7 +128,7 @@ const uniqEventIds = computed(() => {
95
128
  ...new Set(
96
129
  Object.values(ui.tasks)
97
130
  .filter((t) => t.siteId === ui.currentCountry.siteId && !t.eventId.includes("@"))
98
- .map((v) => v.eventId)
131
+ .map((v) => `${v.eventName} (${v.eventId})`)
99
132
  )
100
133
  ];
101
134
  return ids;
@@ -4,29 +4,77 @@ module.exports = {
4
4
  theme: {
5
5
  colors: {
6
6
  transparent: "transparent",
7
- white: "#FFFFFF",
7
+ white: "#ffffff",
8
+ pure: "#ffffff",
8
9
  lightgray: "#e5e7eb",
9
10
  green: {
10
- 400: "#44b744",
11
- 500: "#22c55e"
11
+ 300: "#4ade80",
12
+ 400: "#22c55e",
13
+ 500: "#16a34a"
12
14
  },
13
15
  red: {
14
- 300: "#F87171",
15
- 400: "#EE8282"
16
+ 300: "#f87171",
17
+ 400: "#ef4444",
18
+ 500: "#dc2626"
19
+ },
20
+ blue: {
21
+ 300: "#60a5fa",
22
+ 400: "#3b82f6",
23
+ 500: "#2563eb"
24
+ },
25
+ yellow: {
26
+ 300: "#fbbf24",
27
+ 400: "#f59e0b",
28
+ 500: "#d97706"
16
29
  },
17
30
  dark: {
18
- 300: "#1B1C2B",
19
- 400: "#2D2F4A",
20
- 500: "#202036",
21
- 550: "#292a43",
22
- 600: "#25263c"
31
+ 50: "#f8fafc",
32
+ 100: "#f1f5f9",
33
+ 200: "#e2e8f0",
34
+ 300: "#1a1b1e", // Deep charcoal base
35
+ 400: "#242529", // Card backgrounds
36
+ 500: "#2e2f34", // Input backgrounds
37
+ 550: "#35363c", // Subtle elevation
38
+ 600: "#3d3e44", // Borders
39
+ 650: "#44454b", // Hover states
40
+ 700: "#4b4c53", // Active states
41
+ 750: "#52535a", // Selected states
42
+ 800: "#13141a", // Deep background
43
+ 850: "#0d0e14", // Deepest background
44
+ 900: "#06070d" // Ultra deep
23
45
  },
24
46
  light: {
25
- 300: "#4A4A61",
26
- 400: "#A7A8AF"
47
+ 100: "#f6f8fa",
48
+ 200: "#e1e4e8",
49
+ 300: "#e2e2e5", // Primary text
50
+ 400: "#d0d0d3", // Secondary text
51
+ 500: "#a0a0a6", // Muted text
52
+ 600: "#71717a", // Disabled text
53
+ 700: "#57575f", // Very muted
54
+ 800: "#3e3e46", // Dark muted
55
+ 900: "#27272d" // Darkest muted
56
+ },
57
+ gray: {
58
+ 50: "#f9fafb",
59
+ 100: "#f3f4f6",
60
+ 200: "#e5e7eb",
61
+ 300: "#d1d5db",
62
+ 400: "#9ca3af",
63
+ 500: "#6b7280",
64
+ 600: "#4b5563",
65
+ 700: "#374151",
66
+ 800: "#1f2937",
67
+ 900: "#111827"
68
+ },
69
+ accent: {
70
+ blue: "#5d7cc0",
71
+ purple: "#b794c0",
72
+ pink: "#d16d9e",
73
+ orange: "#d4976e",
74
+ yellow: "#e6d192",
75
+ green: "#88c999"
27
76
  },
28
- gray: "#9CA3AF",
29
- border: "#29293F"
77
+ border: "#3d3e44"
30
78
  },
31
79
  screens: {
32
80
  xs: "500px",
package/vite.config.js CHANGED
@@ -58,6 +58,7 @@ export default defineConfig({
58
58
  port: 5173,
59
59
  strictPort: true,
60
60
  host: true,
61
- cors: true
61
+ cors: true,
62
+ hmr: false
62
63
  }
63
64
  });
Binary file