forked from satnaing/shadcn-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
update from original repo #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
obtuse-triangle
wants to merge
96
commits into
Team-INSERT:main
Choose a base branch
from
satnaing:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.3 to 6.2.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.2.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add loading indicator during page transitions * fix: update loading bar color --------- Co-authored-by: satnaing <satnaingdev@gmail.com>
* build!: bump tailwind to v4 and update necessary changes * build: upgrade related dependencies * chore: update shadcn components * fix: update scroll area and extend to have vertical orientation * refactor: replace existing toast with sonner * replace existing toast with sonner toast * extract common logic into a function `showSubmittedData` * build: update sidebar and related components * fix: broken scrollbar color * fix: remove unused tailwind config and backup sidebar * fix: add horizontal padding to tasks drawer * fix: update colors in chat * fix: update button cursor to pointer * build: remove unused packages and update knip config * fix: update broken auth pages styles * fix: update broken faded-button style * fix: vertical scroll issue in setting content
* build: upgrade minor and patch dependencies * build: upgrade @hookform/resolvers * build: upgrade minor deps * hotfix: disable analyzing with knip in ci
* Code splitting improvement (fix)perf: replaces .lazy routes with normal ones and add automatic code splitting ability from Tanstack Router plugin * refactor: applies linter and prettier * bump: tanstack-router and router-plugin versions fix: install devtools as dependencies (TanStack/router#3994) fix: change the order of plugins as per router docs suggestion * build: move tanstack devTools into dev dependencies --------- Co-authored-by: satnaing <satnaingdev@gmail.com>
Replace hard-coded color with css variable in faded-bottom utility class. Fix broken faded style in setting content. Closes #134
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.6 to 6.2.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.2.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: implement clerk auth * refactor: extract authenticated route layout * fix: add signUpFallbackRedirectUrl in ClerkProvider * fix: add default email address in clerk sign in * feat: add user-management flow with Clerk auth * refactor: extract learn-more component * chore: add learn more button in clerk auth layout * fix: update nav title for Clerk * fix: add example env file * feat(clerk): add fallback UI when publishable key is missing * docs(clerk): add clerk in readme
* build(deps): upgrade Tanstack packages * chore: update date picker component * chore: update command & dialog components * chore: update separator component * chore: update sonner toast * chore: update table component * build(deps): upgrade dependencies
* build: bump zod to v4 * refactor: migrate zod schemas to v4 syntax
…#221) * refactor: migrate from deprecated tseslint.config to ESLint defineConfig - Replace deprecated typescript-eslint config helper with ESLint's native defineConfig - Import defineConfig from 'eslint/config' as recommended by ESLint core - Maintain existing configuration structure and rules https://typescript-eslint.io/packages/typescript-eslint/#config-deprecated
…233) * build(dep): bump eslint-plugin-react-hooks * refactor: move SimpleBarList component outside of Analytics component * refactor: defer state update in DataTableBulkActions to avoid cascading renders * refactor: update mock user authentication to compute expiry at success time * refactor: optimize LongText and NewChat components by removing unnecessary useEffect hooks
* refactor: update user table layout * refactor: extract tanstack table definitions to tanstack-table.d.ts - extract tanstack table definitions to tanstack-table.d.ts - update table selector padding styles - update meta type in users-table * refactor: improve tasks layout and table styling - update layout of the Tasks component for better responsiveness - adjust td, th padding styles
* style: apply variant 'destructive' to sign-out buttons * chore: apply Prettier formatting to destructive sign-out button
Only navigate to /500 error page in production environment to avoid disrupting developer experience during HMR reloads. Toast notification still shows in both environments for visibility. Fixes #225
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.9 to 7.1.11. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- update contact email - add sponsorship badge - update sponsorship description
Fixes a visual bug in the Bar Chart component that occurred when the application's layout direction was set to RTL
- Updated react and react-dom to 19.2.3 - Updated @tanstack/react-query to 5.90.12 - Updated @tanstack/react-router to 1.141.2 - Bumped @clerk/clerk-react to 5.58.1 - Updated various other dependencies including eslint, prettier, and tailwindcss This update includes minor version upgrades for improved performance and bug fixes.
* chore: add tailwind stylesheet path to Prettier configuration * chore: update code formatting with prettier
- add min-width in tasks table - adjust title column width to be 66% of table to avoid unnecessarily truncating title
Reset delete confirm input values after successful mutations in table bulk actions.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v1.4.0 (2025-05-25)
Feat
Fix
v1.3.0 (2025-04-16)
Fix
Others
v1.2.0 (2025-04-12)
Feat
Fix