public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH v1 00/10] Relative Path, Delete Avatar, Sidebar, Toast
@ 2025-03-07 19:26 Muhammad Rizki
  2025-03-07 19:26 ` [PATCH v1 01/10] fix(svelte): use relative false Muhammad Rizki
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Muhammad Rizki @ 2025-03-07 19:26 UTC (permalink / raw)
  To: Ammar Faizi
  Cc: Muhammad Rizki, Alviro Iskandar Setiawan, GNU/Weeb Mailing List

Hello,
This series fixes relative path, fixes social fields, add delete avatar
method, change sidebar menu look, change toast message position and
use richColors.

Give it a test and let me know if there's any issue, thanks.

Muhammad Rizki (10):
  fix(svelte): use relative false
  fix(avatar): change avatarImg state to use from auth.user.photo state
  chore(profile): add toUpperCase() on getShortName()
  fix(profile): make social fields default to empty string
  chore(toaster): change toast message position and use richColors
  chore(profile): reset password value on success
  fix(profile-avatar): add delete avatar method
  chore(profile): add space for password confirmation form
  feat(ui): add dropdown-menu and update bits-ui version
  chore(sidebar-menu): change sidebar menu look

 package-lock.json                             |   8 +-
 package.json                                  |   2 +-
 src/lib/components/customs/app-sidebar.svelte | 230 ++++++++++++------
 .../dropdown-menu-checkbox-item.svelte        |  40 +++
 .../dropdown-menu-content.svelte              |  27 ++
 .../dropdown-menu-group-heading.svelte        |  19 ++
 .../dropdown-menu/dropdown-menu-item.svelte   |  23 ++
 .../dropdown-menu/dropdown-menu-label.svelte  |  23 ++
 .../dropdown-menu-radio-item.svelte           |  30 +++
 .../dropdown-menu-separator.svelte            |  16 ++
 .../dropdown-menu-shortcut.svelte             |  20 ++
 .../dropdown-menu-sub-content.svelte          |  19 ++
 .../dropdown-menu-sub-trigger.svelte          |  28 +++
 src/lib/components/ui/dropdown-menu/index.ts  |  50 ++++
 src/lib/schemas/profile-schema.ts             |   8 +-
 .../(protected)/settings/profile/+page.svelte | 120 +++++----
 .../(protected)/settings/profile/+page.ts     |   2 +-
 src/routes/+layout.svelte                     |   2 +-
 svelte.config.js                              |   1 +
 19 files changed, 540 insertions(+), 128 deletions(-)
 create mode 100644 src/lib/components/ui/dropdown-menu/dropdown-menu-checkbox-item.svelte
 create mode 100644 src/lib/components/ui/dropdown-menu/dropdown-menu-content.svelte
 create mode 100644 src/lib/components/ui/dropdown-menu/dropdown-menu-group-heading.svelte
 create mode 100644 src/lib/components/ui/dropdown-menu/dropdown-menu-item.svelte
 create mode 100644 src/lib/components/ui/dropdown-menu/dropdown-menu-label.svelte
 create mode 100644 src/lib/components/ui/dropdown-menu/dropdown-menu-radio-item.svelte
 create mode 100644 src/lib/components/ui/dropdown-menu/dropdown-menu-separator.svelte
 create mode 100644 src/lib/components/ui/dropdown-menu/dropdown-menu-shortcut.svelte
 create mode 100644 src/lib/components/ui/dropdown-menu/dropdown-menu-sub-content.svelte
 create mode 100644 src/lib/components/ui/dropdown-menu/dropdown-menu-sub-trigger.svelte
 create mode 100644 src/lib/components/ui/dropdown-menu/index.ts


base-commit: 063f5f0deac9844c05e8439dc0cc0d1e1d5063dd
--
Muhammad Rizki

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-03-08 15:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07 19:26 [PATCH v1 00/10] Relative Path, Delete Avatar, Sidebar, Toast Muhammad Rizki
2025-03-07 19:26 ` [PATCH v1 01/10] fix(svelte): use relative false Muhammad Rizki
2025-03-07 19:26 ` [PATCH v1 02/10] fix(avatar): change avatarImg state to use from auth.user.photo state Muhammad Rizki
2025-03-07 19:26 ` [PATCH v1 03/10] chore(profile): add toUpperCase() on getShortName() Muhammad Rizki
2025-03-07 19:26 ` [PATCH v1 04/10] fix(profile): make social fields default to empty string Muhammad Rizki
2025-03-07 19:26 ` [PATCH v1 05/10] chore(toaster): change toast message position and use richColors Muhammad Rizki
2025-03-07 19:26 ` [PATCH v1 06/10] chore(profile): reset password value on success Muhammad Rizki
2025-03-07 19:26 ` [PATCH v1 07/10] fix(profile-avatar): add delete avatar method Muhammad Rizki
2025-03-07 19:26 ` [PATCH v1 08/10] chore(profile): add space for password confirmation form Muhammad Rizki
2025-03-07 19:26 ` [PATCH v1 09/10] feat(ui): add dropdown-menu and update bits-ui version Muhammad Rizki
2025-03-07 19:26 ` [PATCH v1 10/10] chore(sidebar-menu): change sidebar menu look Muhammad Rizki
2025-03-08 15:18 ` [PATCH v1 00/10] Relative Path, Delete Avatar, Sidebar, Toast Ammar Faizi
2025-03-08 15:21   ` Muhammad Rizki
2025-03-08 15:28     ` Ammar Faizi
2025-03-08 15:46       ` Muhammad Rizki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox