mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-01 11:21:53 +03:00
[PR #1115] [MERGED] refactor: update forms and other areas to use new shadcn components #1058
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/1115
Author: @kmendell
Created: 11/26/2025
Status: ✅ Merged
Merged: 1/2/2026
Merged by: @stonith404
Base:
main← Head:v2/use-item-component📝 Commits (10+)
98cf1f6fix!: renameLDAP_ATTRIBUTE_ADMIN_GROUPenv variable toLDAP_ADMIN_GROUP_NAME(#1089)2694d79Merge branch 'main' into v2e228228feat!: drop support for storing JWK on the filesystem (#1088)46793feMerge branch 'main' into v2e306d6eMerge remote-tracking branch 'origin' into breaking/v239c1f93feat: add CLI command for importing and exporting Pocket ID data (#998)a738d9frefactor: update forms and other areas to use new shadcn componentsddff3a2fixese06538afeat: remove DbProvider env variable and calculate it dynamically (#1114)96aa2ceMerge branch 'breaking/v2' into v2/use-item-component📊 Changes
60 files changed (+1427 additions, -783 deletions)
View changed files
📝
frontend/messages/en.json(+2 -1)📝
frontend/src/lib/components/form/checkbox-with-label.svelte(+5 -9)📝
frontend/src/lib/components/form/form-input.svelte(+25 -27)📝
frontend/src/lib/components/form/profile-picture-settings.svelte(+3 -2)📝
frontend/src/lib/components/form/searchable-multi-select.svelte(+4 -3)📝
frontend/src/lib/components/form/searchable-select.svelte(+3 -2)📝
frontend/src/lib/components/one-time-link-modal.svelte(+6 -6)📝
frontend/src/lib/components/passkey-row.svelte(+51 -57)📝
frontend/src/lib/components/scope-item.svelte(+11 -7)📝
frontend/src/lib/components/scope-list.svelte(+3 -2)📝
frontend/src/lib/components/signup/signup-token-modal.svelte(+1 -1)📝
frontend/src/lib/components/table/advanced-table.svelte(+1 -1)📝
frontend/src/lib/components/ui/button/button.svelte(+4 -4)➕
frontend/src/lib/components/ui/field/field-content.svelte(+20 -0)➕
frontend/src/lib/components/ui/field/field-description.svelte(+24 -0)➕
frontend/src/lib/components/ui/field/field-error.svelte(+58 -0)➕
frontend/src/lib/components/ui/field/field-group.svelte(+23 -0)➕
frontend/src/lib/components/ui/field/field-label.svelte(+30 -0)➕
frontend/src/lib/components/ui/field/field-legend.svelte(+29 -0)➕
frontend/src/lib/components/ui/field/field-separator.svelte(+38 -0)...and 40 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.