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
3faf768112
[WEB-3567] chore: empty state refactoring and translation fix ( #8014 )
...
* chore: empty state component improvement and code refactor
* chore: translation code refactor
* chore: empty state code refactor
2025-10-27 17:03:35 +05:30
Anmol Singh Bhatia
d71dfe8f86
[WEB-5188 | WEB-5190] chore: layout and properties icon revamp ( #7980 )
2025-10-24 19:53:36 +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
Anmol Singh Bhatia
87eb1949c6
[WEB-5129] feat: icons revamp ( #7945 )
2025-10-13 19:43:24 +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
3e82984f92
[WEB-5068] fix: CustomMenu closeOnSelect behavior #7897
2025-10-07 20:52:30 +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
Prateek Shourya
9aef5d4aa9
[WEB-4951] [WEB-4884] feat: work item filters revamp ( #7810 )
2025-09-19 18:27:36 +05:30
Vamsi Krishna
d5e5006aab
[WEB-4905]fix: cycle dates update ( #7821 )
...
* fix: cycle dates update
* fix: handled date clearing
2025-09-18 20:22:49 +05:30
Vamsi Krishna
f7d5ca4f83
[WEB-4953]fix: cycle progress percentage #7826
2025-09-18 20:21:56 +05:30
Anmol Singh Bhatia
7d7e37439d
[WEB-4840] chore: icon migration from @plane/ui to @plane/propel/icons ( #7721 )
...
* chore: move icons from ui package to propel package
* chore: package and tsdown config updated
* chore: migrate all icon imports from @plane/ui to @plane/propel/icons
* chore: remove icon components from @plane/ui package (migrated to
@plane/propel/icons)
* chore: code refactoring
* chore: migrate remaining icon components from @Plane/ui to @Plane/propel/icons
* fix: lint error
* chore: code refactor
2025-09-04 14:44:53 +05:30
Akshita Goyal
59ace4f411
[WEB-4787] fix: changed issue to work item in cycles dropdown ( #7706 )
2025-09-03 14:11:30 +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
Vamsi Krishna
4ad88c969c
[WEB-4747]chore: rendering cycle progress from snapshot ( #7626 )
...
* chore: rendering progress from snaposhot
* chore: removed unncessary memoization
---------
Co-authored-by: Sriram Veeraghanta <veeraghanta.sriram@gmail.com >
2025-08-23 00:46:06 +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
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
Prateek Shourya
f3daac6f95
[WEB-4457] refactor: decouple work item properties from mobx store ( #7363 )
2025-07-18 20:38:21 +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