#ns 12 #5

Merged
catxrin merged 13 commits from #NS-12 into main 2024-12-12 07:39:23 -05:00
catxrin commented 2024-12-11 03:42:55 -05:00 (Migrated from github.com)
No description provided.
GameBear64 (Migrated from github.com) requested changes 2024-12-11 04:40:50 -05:00
@ -0,0 +1,66 @@
<script setup>
GameBear64 (Migrated from github.com) commented 2024-12-11 04:37:41 -05:00

Can we add the functionality to close the mobile navigation when you click outside of it - in the blured background

Can we add the functionality to close the mobile navigation when you click outside of it - in the blured background
GameBear64 (Migrated from github.com) requested changes 2024-12-11 05:10:11 -05:00
@ -0,0 +1,58 @@
<script setup>
GameBear64 (Migrated from github.com) commented 2024-12-11 05:10:08 -05:00

Rename this file and replace this C with an icon

Rename this file and replace this C with an icon
GameBear64 (Migrated from github.com) requested changes 2024-12-11 16:31:32 -05:00
@ -19,6 +19,15 @@ export default {
// because we override base with a color
md: ['1rem', '1.5rem'],
GameBear64 (Migrated from github.com) commented 2024-12-11 16:31:00 -05:00

No need to overwrite the defaults, its fine to comment the values for referance purposes, I propose we have only add to these

     screens: {
       minimum: '320px',
       xs: '430px',
       // sm 640px
       // md 768px
       // lg 1024px
       // xl 1280px
       // 2xl 1536px
     },
No need to overwrite the defaults, its fine to comment the values for referance purposes, I propose we have only add to these ```suggestion screens: { minimum: '320px', xs: '430px', // sm 640px // md 768px // lg 1024px // xl 1280px // 2xl 1536px }, ```
GameBear64 (Migrated from github.com) reviewed 2024-12-11 16:32:13 -05:00
GameBear64 (Migrated from github.com) commented 2024-12-11 16:32:12 -05:00

try catch is ugly, can we use .then? :]

try catch is ugly, can we use .then? :]
GameBear64 (Migrated from github.com) approved these changes 2024-12-12 07:38:40 -05:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GamBar/nail-studio!5
No description provided.