Anmol Singh Bhatia
4806bdf99c
[WEB-5170] feat: navigation revamp ( #8162 )
2025-11-26 12:56:11 +05:30
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
Aaron
315e1d5eb0
[WEB-5040] feat: admin react-router migration ( #7922 )
2025-11-06 13:39:35 +05:30
Anmol Singh Bhatia
33b6405695
[WEB-5160] chore: propel banner and archived work item improvements ( #7999 )
2025-10-24 19:48:28 +05:30
Anmol Singh Bhatia
d38f4811b6
[WEB-3567] dev: empty state v2 ( #7910 )
2025-10-07 20:53:49 +05:30
Jayash Tripathy
d3024f8a7f
[WEB-4731] feat: add baseui input component to propel package ( #7769 )
...
* ✨ feat: add input component to propel package
* 🚨 fix: lint
* 🚨 fix: lint
* fix: add aria-invalid attribute to Input component for better accessibility
* chore: fix formatting in package.json and reorder imports in popover-menu stories
2025-10-07 16:48:02 +05:30
sriram veeraghanta
0589ac56d5
[WEB-5048] chore: implements esm exports for all packages ( #7816 )
...
* fix: esm module imports for live and editor
* fix: convert all pacakges to export esm and cjs build
* fix: auto export
* fix: translation files formatting
* fix: convert eslint files to cjs files for supporting current config
* fix: code uuid package upgrade
---------
Co-authored-by: Aaron Reisman <aaron.reisman@plane.so >
2025-10-06 21:01:32 +05:30
Anmol Singh Bhatia
7f28cbebcf
[WEB-4980] dev: propel modal portal component ( #7851 )
2025-09-25 15:56:33 +05:30
Anmol Singh Bhatia
6d116beea3
[WEB-4320] dev: propel emoji reaction component ( #7741 )
...
* dev: animated counter added to propel
* chore: animated counter story added
* chore: propel config updated
* chore: code refactor
* dev: emoji reaction and renderer component added to propel
* dev: emoji reaction story added
* chore: propel config updated
* chore: code refactor
* fix: format error
* chore: lint error resolved
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-09-10 00:54:47 +05:30
Anmol Singh Bhatia
b0db4fcf10
[WEB-4736] dev: propel button ( #7746 )
...
* dev: button added to propel
* dev: button story added
* chore: propel config updated
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-09-10 00:34:17 +05:30
Anmol Singh Bhatia
7e03264758
[WEB-4730] dev: propel context menu component ( #7745 )
...
* dev: context menu component added
* dev: context menu story added
* chore: propel config updated
2025-09-10 00:15:55 +05:30
Anmol Singh Bhatia
1c8ac3d247
[WEB-4737] dev: propel pill component ( #7743 )
...
* dev: pill component added to propel
* dev: pill story added
* chore: propel config updated
* chore: code refactor
2025-09-10 00:15:37 +05:30
Anmol Singh Bhatia
3b8bb1effc
[WEB-4733] dev: propel toolbar component ( #7742 )
...
* dev: toolbar component added to propel
* dev: toolbar story added
* chore: propel config updated
* chore: code refactor
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-09-10 00:15:10 +05:30
Anmol Singh Bhatia
45688bdc72
[WEB-4860] dev: propel animated counter component ( #7740 )
...
* dev: animated counter added to propel
* chore: animated counter story added
* chore: propel config updated
* chore: code refactor
* chore: code refactor
* fix: format error
2025-09-09 23:51:45 +05:30
Anmol Singh Bhatia
498613284e
[WEB-4841] chore: calendar component migration UI to propel ( #7730 )
...
* chore: move calendar components and dependencies
* chore: update package configurations
* chore: calendar import updated
* chore: propel config updated
* chore: propel calendar code refactor
* chore: code refactor
* fix: build error
2025-09-09 23:50:51 +05:30
Vamsi Krishna
a8a6536379
[WEB-4688]feat: added collapsible to propel ( #7643 )
...
* chore: added collapsibl to propel
* fix: export path
* chore: made collapsible a compound component
* fix: lint and format errors
* chore: updated propel exports order and added collapsible to tsdown config
2025-09-09 13:59:00 +05:30
Vamsi Krishna
11b83cf4f2
[WEB-4692]feat: added toast to propel package ( #7640 )
...
* * chore: migrated toast to base ui toast
* chore: added toast to propel package
* fix: lint errors
* fix: export path
* fix: lint errors
* chore: imporoved props handling
* fix: lint errors
* chore: updated import paths
* chore: replaced clsx with cn
* * chore: updated tsdown config
* chore: updated exports order
2025-09-09 13:58:11 +05:30
Anmol Singh Bhatia
fbd48c33f5
[WEB-4729] dev: propel scrollarea ( #7748 )
...
* dev: scrollarea added to propel
* dev: scrollarea story added
* chore: propel config updated
* fix: format error
2025-09-09 13:56:28 +05:30
Jayash Tripathy
ff181e566f
[WEB-4738] feat: add Skeleton component with respective stories in propel ( #7704 )
...
* ✨ feat: add Skeleton component with respective stories in propel
* 🚨 fix: lint issues
* ♻️ refactor : enhance Skeleton component with improved props and structure
* ✨ feat: add Skeleton component entry to package.json
* 🚨 fix: lint
* ♻️ refactor: rename Skeleton to skeleton
* fix: rename fixes
* ♻️ refactor: rename skeleton
* 🚨 fix: lint
* ♻️ refactor: add skeleton entry to tsdown config and package.json
* ♻️ refactor: sorted propel exports
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com >
2025-09-05 15:51:05 +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
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
sriram veeraghanta
b99ddc24e7
[WEB-4810] feat: migrate to tsdown from tsup ( #7679 )
...
* feat: migrat to tsdown to tsup
* fix: build scripts
* fix: lock file fixes
* fix: adding build process to i18n and propel packages
* fix: lint warning
* chore: update services module entry points
* fix: lock file
* fix: lock file
* fix: remove tsc from build
* fix: tsdown configs
* fix: remove tsc step from build process
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
Co-authored-by: Aaron Reisman <aaron.reisman@plane.so >
2025-09-03 14:01:57 +05:30