sriram veeraghanta
8307badae5
fix: eslint errors and warnings ( #8149 )
2025-11-20 19:31:22 +05:30
Aaron
83fdebf64d
[WEB-5459] feat(codemods): add function declaration transformer with tests ( #8137 )
...
- Add jscodeshift-based codemod to convert arrow function components to function declarations
- Support React.FC, observer-wrapped, and forwardRef components
- Include comprehensive test suite covering edge cases
- Add npm script to run transformer across codebase
- Target only .tsx files in source directories, excluding node_modules and declaration files
* [WEB-5459] chore: updates after running codemod
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-11-20 17:39:40 +05:30
sriram veeraghanta
4e357c4ad0
[WEB-5404] chore: update next images with html default images ( #8101 )
...
* chore: update next images with html default images
* chore: sync related changes
* Update apps/admin/core/components/instance/failure.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update apps/space/app/not-found.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update apps/space/core/components/issues/issue-layouts/error.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update apps/space/core/components/ui/not-found.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* chore: replace classname styles in space
* fix: copoilot suggestions
* fix: copilot suggestions
* chore: format files
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-13 18:33:18 +05:30
Prateek Shourya
a407105bb8
[WEB-5389] chore: enable progress bar for production builds and add logo spinner for hydration fallback ( #8093 )
...
* [WEB-5389] chore: enable progress bar for production builds
* feat: add LogoSpinner to HydrateFallback in admin, space, and web apps
2025-11-11 12:22:40 +05:30
Prateek Shourya
118ecc81ba
[WEB-5042] feat: sites vite migration ( #7965 )
2025-11-06 13:58:24 +05:30
Aaron
315e1d5eb0
[WEB-5040] feat: admin react-router migration ( #7922 )
2025-11-06 13:39:35 +05:30
Nikhil
1126ca30b0
[WEB-5262] feat: gitea sso ( #8022 )
...
* Feature/7137/gitea sso (#7940 )
* added gitea auth to admin panel with configs , added api calls
* added gitea to oauth root (for signup and signin)
* removed log
* replace github oauth with gitea ouath error messages
* added gitea to auth root
* fix: update token expiration handling and remove unused variable in Gitea callback
* fix: include Gitea in OAuth enabled checks
* fix: improve error handling when fetching emails from Gitea
* chore : remove logs and add semicolons
* refactor: update Gitea authentication components and imports for consistency
* fix: enhance Gitea authentication form to auto-populate host value and improve OAuth checks
* refactor: enhance Gitea OAuth provider with improved error handling and URL validation
* fix: update authentication success messages to check for string value "1"
---------
Co-authored-by: Shivam Jain <shivam.clgstash@gmail.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2025-10-28 18:53:54 +05:30
Prateek Shourya
c80c76b882
[WEB-5136] refactor: update admin ESLint configuration and refactor imports to use type imports ( #7955 )
...
- Enhanced ESLint configuration by adding new rules for import consistency and type imports.
- Refactored multiple files to replace regular imports with type imports for better clarity and performance.
- Ensured consistent use of type imports across the application to align with TypeScript best practices.
2025-10-13 21:07:49 +05:30
Vamsi Krishna
3cbb60417c
[WEB-4976]chore: propel toast implementation ( #7832 )
...
* draft: implementation
* chore: migrated toast from @plane/ui to propel package
* chore: reverted unwanted changes
* fix: lint errors
* chore: added dismiss toast to propel toast
* fix: build and lint errors
* chore: code refactor
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
2025-10-07 23:37:10 +05:30
Anmol Singh Bhatia
726529044e
[WEB-4934] dev: propel button implementation ( #7859 )
...
* dev: button component code refactor
* dev: propel button component implementation
2025-09-30 15:31:00 +05:30
sriram veeraghanta
bedc1fae1f
[WEB-5027] fix: replace lodash package with lodash-es ( #7856 )
...
* fix: replace lodash pacakge with lodash-es
* fix: lint errors
* fix: import fixes
2025-09-26 17:59:31 +05:30
Anmol Singh Bhatia
26b48bfcf0
[WEB-4724] feat: migrate tooltips from blueprintjs to base-ui ( #7646 )
...
* feat: add card component to propel package and update tooltip imports
* refactor: remove @plane/ui dependency and update tooltip imports to use local card component
* fix: lint
* refactor: update import from @plane/ui to @plane/utils in command component
* chore: removed blueprintjs/core and blueprintjs/popover2 dependencies
* chore: updated tooltip instances across platform and performed related code refactoring
* chore: code refactor
* chore: code refactor
* fix: lint and build error
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
* fix: format issue
* fix: build fix
---------
Co-authored-by: Jayash Tripathy <76092296+JayashTripathy@users.noreply.github.com >
2025-09-02 18:19:56 +05:30
sriram veeraghanta
0e6fbaee3a
[WEB-4790] fix: moved typescript parser to the base eslint config ( #7658 )
...
* fix: moved typescript parser to the base eslint config
* fix: eslint warning
* fix: type config setting
* fix: convert live eslint to cjs
2025-08-27 21:03:20 +05:30
Anmol Singh Bhatia
d317755ab9
[WEB-4542] feat: god mode auth revamp and code refactor ( #7563 )
...
* chore: auth color updated and remove unused tokens
* chore: god-mode brand revamp
* fix: space app spinner logo
2025-08-11 18:46:23 +05:30
sriram veeraghanta
a085c0ec62
[WEB-4660] chore: replace jsx element with react node ( #7567 )
...
* chore: replace jsx element with react node
* fix: review comments
* fix: tooltip types update
* fix: propel pacakge fix
2025-08-11 18:42:23 +05:30
Anmol Singh Bhatia
a5f3bd15b1
[WEB-4513] refactor: consolidate password strength meter into shared ui package ( #7462 )
...
* refactor: consolidate password strength indicator into shared UI package
* chore: remove old password strength meter implementations
* chore: update package dependencies for password strength refactor
* chore: code refactor
* fix: lock file
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-07-25 16:56:46 +05:30
Sangeetha
99127ff8e4
[WEB-4479] feat: enable/disable SMTP configuration ( #7393 )
...
* feat: api update instance configuration
* chore: add enable_smtp key
* fix: empty string for enable_smtp key
* chore: update email_port and email_from
* fix: handled smtp enable disable
* fix: error handling
* fix: refactor
* fix: removed enabled toast
* fix: refactor
---------
Co-authored-by: gakshita <akshitagoyal1516@gmail.com >
Co-authored-by: Akshita Goyal <36129505+gakshita@users.noreply.github.com >
2025-07-16 01:04:18 +05:30
sriram veeraghanta
944b873184
chore: move all services inside the apps folder ( #7321 )
...
* chore: move all services inside the apps folder
* chore: rename apiserver to server
2025-07-03 00:44:13 +05:30