Skip to content

Conversation

@obtuse-triangle
Copy link

v1.4.0 (2025-05-25)

Feat

Fix

v1.3.0 (2025-04-16)

Fix

Others

v1.2.0 (2025-04-12)

Feat

Fix

RyanX5 and others added 18 commits April 12, 2025 10:22
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
@obtuse-triangle obtuse-triangle marked this pull request as ready for review June 12, 2025 00:33
@obtuse-triangle obtuse-triangle marked this pull request as draft June 12, 2025 00:33
Iamshivam-dev and others added 10 commits June 23, 2025 10:25
* 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
satnaing and others added 30 commits August 30, 2025 20:38
…#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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.