Aaron
2e15e4f786
fix: source map warning during build ( #8148 )
...
* [WEB-5473] fix: source map errors
* [WEB-5473] chore: run codemod
* fix: build errors in editor
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-11-21 13:43:52 +05:30
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
Prateek Shourya
19a0ef490b
[WEB-5423] fix: typescript errors and add types check step to pull request workflow ( #8110 )
2025-11-14 16:18:36 +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
a04d3b5c29
[WEB-5414] fix: Use correct SWR cache key for fetching project details ( #8103 )
2025-11-12 23:31:26 +05:30
Akshita Goyal
37aabe7d1d
[PAI-923] fix: implemented fetch key functions for auth layouts #8067
2025-11-06 18:50:45 +05:30
Anmol Singh Bhatia
9b3bd11c03
[WEB-5305] refactor: migrate emoji and logo components to propel and remove duplication ( #8038 )
2025-11-06 17:33:06 +05:30
Prateek Shourya
696fb96e87
[WEB-5043] feat: web vite migration ( #7973 )
2025-11-06 14:08:48 +05:30
Anmol Singh Bhatia
0e8128594b
[WEB-5191 | WEB-5197] chore: actions and arrows icon revamp ( #7984 )
2025-10-29 20:13:08 +05:30
Anmol Singh Bhatia
b7aa25f2c6
[WEB-5248] chore: translations and empty state refactor ( #8021 )
...
* chore: translations code refactoring
* chore: empty state translation refactor
* chore: code refactor
2025-10-28 13:31:06 +05:30
Anmol Singh Bhatia
cf7f891bcb
[WEB-5248] chore: empty state code refactor and translation fix ( #8017 )
...
* chore: empty state code refactor and translation fix
* chore: code refactor
2025-10-27 19:55:46 +05:30
Vamsi Krishna
be0d1871f0
[WEB-5241] fix: project features toggle #8015
2025-10-27 17:02:22 +05:30
Anmol Singh Bhatia
68fd2463f4
[WEB-5230 | WEB-5231] chore: new empty state implementation ( #7972 )
2025-10-24 17:21:14 +05:30
Vamsi Krishna
5fa9943b66
[WEB-5141] chore: project features refactor ( #7960 )
...
* chore: project features refactor
* fix: enable/disable condition for toggle
* fix: dependencies
* chore: lint fix
* chore: lint fix
* chore: added fallback exports
2025-10-23 00:27:16 +05:30
Prateek Shourya
9cfde896b3
[WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports ( #7957 )
...
* [WEB-5134] refactor: update `web` ESLint configuration and refactor imports to use type imports
- 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.
* refactor: standardize type imports across components
- Updated multiple files to replace regular imports with type imports for improved clarity and consistency.
- Ensured adherence to TypeScript best practices in the rich filters and issue layouts components.
2025-10-14 16:45:07 +05:30
Prateek Shourya
eee9744159
[WEB-5119] chore: remove any deprecated toast instances from the plane/ui page ( #7943 )
...
* [WEB-5119] chore: remove deprecated toast implementation from @plane/ui
* fix: build
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-10-14 00:08:00 +05:30
Anmol Singh Bhatia
87eb1949c6
[WEB-5129] feat: icons revamp ( #7945 )
2025-10-13 19:43:24 +05:30
Akshita Goyal
70be4a4ace
[WEB-5127] chore: added readonly properties + fixed state dropdown + added additional props to issue modal ( #7949 )
...
* chore: added readonly properties + fixed state dropdown + added addditional props to issue modal
* fix: refactor
* fix: refactors
* fix: build
2025-10-11 16:18:32 +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
Vamsi Krishna
c45151d5e6
[WEB-4882]feat: suspended users ( #7844 )
2025-09-30 15:31:56 +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
Vamsi Krishna
586a7a48ba
[WEB-4896]feat: filters to project and workspace members list ( #7786 )
2025-09-24 17:45:43 +05:30
Vamsi Krishna
76a0b38dd1
[WEB-4890]fix: dropdown width #7778
2025-09-11 18:56:04 +05:30
sriram veeraghanta
473535fcfa
[WEB-4844] fix: export prople package dist ( #7712 )
...
* fix: export prople package dist
* fix: code refactor
2025-09-03 17:25:31 +05:30
Anmol Singh Bhatia
652a6cc885
[WEB-4734] feat: replace emoji picker with frimousse ( #7639 )
2025-09-02 19:00:15 +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
Aaron
553f01fde1
feat: migrate to pnpm from yarn ( #7593 )
...
* chore(repo): migrate to pnpm
* chore(repo): cleanup pnpm integration with turbo
* chore(repo): run lint
* chore(repo): cleanup tsconfigs
* chore: align TypeScript to 5.8.3 across monorepo; update pnpm override and catalog; pnpm install to update lockfile
* chore(repo): revert logger.ts changes
* fix: type errors
* fix: build errors
* fix: pnpm home setup in dockerfiles
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2025-08-19 20:06:42 +05:30
Aaron Heckmann
d8f58d28ed
fix: CI to include lint and format along with build ( #7482 )
...
* fix(lint): get ci passing again
* chore(ci): run lint before build
* chore(ci): exclude web app from build check for now
The web app takes too long and causes CI to timeout. Once we
improve we will reintroduce.
* fix: formating of files
* fix: adding format to ci
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-08-18 21:27:16 +05:30
Aaryan Khandelwal
3391e8580c
refactor: remove barrel exports from web app ( #7577 )
...
* refactor: remove barrel exports from some compoennt modules
* refactor: remove barrel exports from issue components
* refactor: remove barrel exports from page components
* chore: update type improts
* refactor: remove barrel exports from cycle components
* refactor: remove barrel exports from dropdown components
* refactor: remove barrel exports from ce components
* refactor: remove barrel exports from some more components
* refactor: remove barrel exports from profile and sidebar components
* chore: update type imports
* refactor: remove barrel exports from store hooks
* chore: dynamically load sticky editor
* fix: lint
* chore: revert sticky dynamic import
* refactor: remove barrel exports from ce issue components
* refactor: remove barrel exports from ce issue components
* refactor: remove barrel exports from ce issue components
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-08-15 13:10:26 +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
736296090e
[WEB-4654] refactor: replace nprogress with bprogress and clean up unused code ( #7559 )
...
* refactor: replace nprogress with bprogress and clean up unused code
* chore: code refactor
* chore: code refactor
2025-08-11 00:37:35 +05:30
Anmol Singh Bhatia
51e146f8ca
[WEB-4488] feat: brand revamp ( #7544 )
...
* chore: empty state asset and theme improvement (#7542 )
* chore: empty state asset and theme improvement
* chore: upgrade modal improvement and code refactor
* feat: onboarding revamp and theme changes (#7541 )
* 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
* chore: brand logo added
* chore: terms and conditions refactor
* chore: auth form refactor
* chore: oauth enhancements and refactor
* chore: plane new logos added
* chore: auth input form field added to ui package
* chore: password input component added
* chore: web auth refactor
* chore: update brand colors and remove onboarding-specific styles
* chore: clean up unused assets
* chore: profile menu text overflow
* chore: theme related changes
* chore: logo spinner updated
* chore: onboarding constant and types updated
* chore: theme changes and code refactor
* feat: onboarding flow revamp
* fix: build error and code refactoring
* chore: code refactor
* fix: build error
* chore: consent option added to onboarding and code refactor
* fix: build fix
* chore: code refactor
* chore: auth screen revamp and code refactor
* chore: onboarding enhancements
* chore: code refactor
* chore: onboarding logic improvement
* chore: code refactor
* fix: onboarding pre release improvements
* chore: color token updated
* chore: color token updated
* chore: auth screen line height and size improvements
* chore: input height updated
* chore: n-progress theme updated
* chore: theme and logo enhancements
* chore: space auth and code refactor
* chore: update new brand empty states (#7543 )
* [WEB-4585]chore: branding updates (#7540 )
* chore: updated logo, og image, and loaders
* chore: updated branding colors
* chore: tour modal logo
* chore: updated logo spinner size
* chore: updated email templates logos and colors
* chore: code refactor
* fix: removed conditional hook render
* fix: space app loader
---------
Co-authored-by: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com >
Co-authored-by: vamsikrishnamathala <matalav55@gmail.com >
2025-08-06 22:24:47 +05:30
Anmol Singh Bhatia
07c80bb02c
[WEB-4525] fix: project create/update error handling ( #7429 )
...
* chore: project create/update error handling
* chore: code refactor
2025-07-18 14:25:28 +05:30
Sangeetha
ec0ef98c1b
[WEB-4281] chore: error code on project updation endpoint ( #7218 )
2025-07-17 13:05:24 +05:30
Akshita Goyal
2e75ff7f1c
[WEB-4405] chore: project settings events ( #7362 )
...
* chore: workspace events
* fix: refactor
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-07-10 17:05:30 +05:30
Prateek Shourya
f40dda8fdc
[WEB-4454] fix: check project publish status using anchor field from publish settings
2025-07-08 15:22:00 +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