Jayash Tripathy
43b7a6ad0a
[WEB-4855] refactor: chart tick improvements ( #7732 )
...
* 🚧 WIP: Introduced customTicks prop in BarChart for flexible tick rendering.
* ✨ feat: added customTicks to axis charts for flexible tick rendering
* 🔧 fix: update default bar fill color to black and ensure consistent color usage in BarChart
* ✨ feat: add customTooltipContent prop to LineChart for enhanced tooltip flexibility
* 🔧 fix: update bar fill color handling to support dynamic colors based on data and removed DEFAULT_BAR_FILL_COLOR
* 🔧 fix: correct bar fill color handling in BarChart to ensure proper color assignment for tooltips
* 🔧 fix: update customTicks prop types in TAxisChartProps to use unknown type for better type safety
* 📝 chore: updated translations and cleaned up insight card
* 🚨 fix: lint
* 🔧 fix: remove unused translation key "no_of" from Russian translations
2025-09-09 23:51:13 +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
Anmol Singh Bhatia
56cd0fc445
[WEB-4025] fix: external user comment and reaction ( #7692 )
...
* chore: reactions types updated
* fix: external user comments
* fix: external user reactions
* chore: added display name for actor
* chore: merge conflicts
* chore: updated the created_by and updated_by
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2025-09-09 23:50:11 +05:30
Vamsi Krishna
260d9a053d
[WEB-4802] fix: module sort order ( #7674 )
...
* fix: module sort order
* chore: removed secondary sort for progress
* chore: sort refactor
2025-09-09 23:49:30 +05:30
M. Palanikannan
99bc4262c5
[WIKI-654] fix: version history to load from html ( #7754 )
...
* fix: versions history to load from html
* chore: added json and stripped to store in version history (#7755 )
---------
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com>
2025-09-09 19:26:19 +05:30
Aaryan Khandelwal
49127ebeea
[WIKI-653] fix: page content loader #7753
2025-09-09 18:20:31 +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
Jayash Tripathy
a696b6039c
[WEB-4835] feat: storybook enhancements ( #7702 )
...
* ✨ feat: integrate Storybook addons and enhance Tabs component
- Added `@storybook/addon-designs` and `@storybook/addon-docs` to the project dependencies.
- Enhanced the Tabs component stories to support dynamic tab options.
- Introduced a custom theme for Storybook with a new manager configuration.
- Added a new SVG logo for branding in Storybook.
- Pinned the storybook and related packages version
* ♻️ refactor: update Storybook manager configuration by removing unused import
* ♻️ refactor: enhance Tabs story with size labels and layout adjustments
* 🚨 fix: lint issues
* 🚨 fix: lock file
* ✏️ fix: update brand image path in Storybook manager configuration
* ♻️ refactor: improve Tabs story by ensuring safe default value and enhancing content rendering
2025-09-05 14:55:33 +05:30
Vipin Chaudhary
af1dcd335e
[WIKI-640] chore: refactor link view #7727
2025-09-05 14:14:30 +05:30
Aaryan Khandelwal
a1500c2206
[WIKI-644] fix: remove unnecessary props from the editor package #7726
2025-09-05 13:50:44 +05:30
Aaryan Khandelwal
b68d2ca921
[WIKI-642] fix: editor bubble menu overflow issues #7724
2025-09-04 18:16:03 +05:30
Aaryan Khandelwal
78c6aede52
[WIKI-641] fix: overwrite tailwind typography plugin styles #7723
2025-09-04 18:14:48 +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
54e4a0f6dd
fix: build error due to exports in propel package ( #7715 )
...
* fix: build error due to exports in propel package
* fix: editor css exports
* fix: editor css build
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2025-09-03 18:11:31 +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
sriram veeraghanta
4b74751e4e
[WEB-4837] feat: adding more packages to catalog ( #7693 )
...
* feat: adding more packages to catalog
* fix: lock file
* fix: sharp pacakge catalog
2025-09-02 21:03:03 +05:30
Anmol Singh Bhatia
1c28bd5887
[WEB-4724] fix: editor tooltip ( #7708 )
...
* fix: editor tooltip code refactoring
* chore: code refactor
2025-09-02 20:40:14 +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
569b2fba83
[WEB-4196]fix: toast message for sub work item quick actions ( #7688 )
...
* fix: toast message for sub work item quick actions
* chore: updated translation files
2025-09-02 18:02:30 +05:30
Prateek Shourya
d960d7ce88
[WEB-4828] refactor: remove legacy project-level draft work items components ( #7694 )
2025-09-02 12:29:00 +05:30
M. Palanikannan
fd5ba6c7b8
[WIKI-511] [WIKI-572] fix: extended page root and editor body ( #7661 )
...
* fix: better refactoring of page root and editor body
* fix: editor sideeffects
* fix: add comments json field
* fix: props name
* fix: review changes
* fix: extra checks
* fix: type changes
* fix: remove editor ref current
* fix: renaming
* fix: link check
2025-09-01 22:17:53 +05:30
Jayash Tripathy
f42eeec2c0
[WEB-4686] feat: propel tabs ( #7620 )
...
* chore: global css file added to tailwind config package
* chore: tailwind config updated
* chore: cn utility function added to propel package
* chore: storybook init
* fix: format error
* feat: added base ui tabs
* fix: add missing newline at end of package.json in propel package
* fix: reorder import statement for Tabs component in propel package
* feat: refactor Tabs component to support compound structure with forward refs
* fix: lint
* chore: code refactor
* chore: code refactor
* fix: lock file
* chore: added stories for tabs
* refactor: clean up
* fix: lint
* fix: lint
* fix: Remove duplicate storybook ESLint config
* fix: lint
* fix: update classname import path in Tabs component
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
2025-09-01 19:58:40 +05:30
Jayash Tripathy
f2edf637de
[WEB-4809] chore: added common libs to pnpm workspace catalog ( #7611 )
...
* chore: added common libs to pnpm workspace catalog
* chore: update pnpm lockfile to use exact versions for React and TypeScript dependencies
* refactor: removed string from the versions
* fix: lint
* refactor: cleanup
* fix: lint
* chore: updated lock file
2025-09-01 19:42:56 +05:30
Vamsi Krishna
7437deaa86
[WEB-4689]chore: added accordion to propel ( #7641 )
...
* chore: added accordion to propel
* fix: lint errors
* fix: updated export path
* fix: lint errors
* chore: made accordion into compound component
* fix: coderabbit suggestions
2025-09-01 19:42:12 +05:30
Jayash Tripathy
64b95daff4
[WEB-4740] feat: add propel seperator ( #7637 )
...
* chore: global css file added to tailwind config package
* chore: tailwind config updated
* chore: cn utility function added to propel package
* chore: storybook init
* fix: format error
* chore: code refactor
* chore: code refactor
* fix: format error
* feat: add propel seperator component
* 🔒 chore: updated lock file
* ✏️ fix: typo in separator filename and some linting issues
* ♻️ refactor: replace clsx with cn utility in Separator component for class name management
* 🐛 fix: re-added twMerge
* 🧹 cleanup: remove unnecessary blank line in Separator component
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
2025-09-01 19:40:01 +05:30
sriramveeraghanta
34181fba80
chore: version bump
2025-09-01 19:38:21 +05:30
Anmol Singh Bhatia
16d531cc7a
[WEB-4808] fix: joinUrlPath utility fn #7678
2025-09-01 13:51:26 +05:30
Anmol Singh Bhatia
7c1bbf4a6f
[WEB-4807] fix: workspace menu item highlight #7677
2025-08-29 20:23:31 +05:30
Surya Prashanth
258d24bf06
[SILO-454] chore: refactor decorator, logger packages ( #7618 )
...
* [SILO-454] chore: refactor decorator, logger packages
- add registerControllers function abstracting both rest, ws controllers
- update logger to a simple json based logger
* fix: logger instance and middleware
* fix: type and module resolutions
* fix: lodash type package update
* fix: bypass lint errors in decorators
* chore: format changes
---------
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
2025-08-29 14:29:16 +05:30
Anmol Singh Bhatia
ba7303b7af
[WEB-4559] fix: workspace menu item active state ( #7666 )
...
* fix: highlight active workspace menu item correctly
* chore: code refactor
2025-08-28 20:01:28 +05:30
Prateek Shourya
e0912ccefc
[WEB-4040] fix: minor changes in base plan names ( #7656 )
2025-08-28 18:51:10 +05:30
Anmol Singh Bhatia
aef465415b
[WEB-4748] chore: propel utils ( #7662 )
...
* chore: tailwind merge added to propel
* chore: classname utils updated
* chore: utils import alias added
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
* chore: code refactor
2025-08-28 18:39:27 +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
Vipin Chaudhary
5d1ad8a183
[WIKI-550] fix: emoji modal for touch device ( #7651 )
...
* fix: emoji modal for touch device
* refactor: editor from props
* fix : update is touch device plugin
2025-08-27 00:39:47 +05:30
Vipin Chaudhary
f95a07d8c8
[WIKI-436] fix: check for code in alignment #7649
2025-08-27 00:39:26 +05:30
Vipin Chaudhary
cf7b288f93
[WIKI-345] regression: update block menu options ( #7647 )
...
* chore: update flagged and disabled extension
* chore :build fix
2025-08-26 14:18:26 +05:30
Vipin Chaudhary
0fe7da6265
[WIKI-345] chore: pass disabled and flagged extensions to block menu ( #7152 )
...
* chore: refactor editor
* sync changes
* feat: api service update
* refactor : update sync
* fix : package sync
* fix: requested changes
* fix : embedhandler type
* fix : remove commands
* refactor : space
* refactor : rich lite editors
* refactor : minor ce changes
* chore : minor ui fix
* package: tldjs
* refactor : remove tldjs
* refactor: flagged
* refactor: flagged
* chore : remove disbaled check in menu
* refactor: fix space
* refactor: NodeViewProps
* refactor: type
* refactor : update community types
* refactor : remove external embed CE
* remove : external embed config from ce
* refactor : update disabled
* chore: pass disabled
* chore : update utils
2025-08-26 02:23:50 +05:30
Jayash Tripathy
8801ab0081
[WEB-4727] feat: propel cards ( #7630 )
...
* 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
* refactor: extend CardProps interface to include HTML attributes for better flexibility
2025-08-26 02:14:24 +05:30
Anmol Singh Bhatia
c2464939fc
[WEB-4725] chore: storybook setup & tailwind config package improvements ( #7614 )
...
* chore: global css file added to tailwind config package
* chore: tailwind config updated
* chore: cn utility function added to propel package
* chore: storybook init
* fix: format error
* chore: code refactor
* chore: code refactor
* fix: format error
* fix: build error
2025-08-26 02:14:00 +05:30
Aaryan Khandelwal
34e231230f
[WIKI-498] regression: table bugs #7631
2025-08-26 02:13:27 +05:30
Lakhan Baheti
eb5ac2fc2d
[WIKI-602] chore: disable image alignment tooltip for touch devices ( #7642 )
...
* chore: disable image alignment tooltip for touch devices
* chore: added touch-select-none style
2025-08-26 02:12:04 +05:30
Jayash Tripathy
b6cf3a5a8b
[WEB-4438] fix: epics label in y axis of epics(analytics-modal) #7644
2025-08-25 19:25:42 +05:30
Jayash Tripathy
9a77e383cd
[WEB-4751] chore: enhance URL utility functions with IP address validation and cleaned up url extraction ( #7636 )
...
* feat: enhance URL utility functions with IP address validation and cleaned up the extraction utilities
* fix: remove unnecessary type assertion in isLocalhost function
2025-08-25 13:38:09 +05:30
Jayash Tripathy
841388e437
[WEB-4751] refactor: added tld validation for urls ( #7622 )
...
* refactor: added tld validation for urls
* refactor: improve TLD validation and update parameter naming in URL utility functions
* refactor: enhance URL component extraction and validation logic
* fix: lint
* chore: remove unused lodash filter import in existing issues list modal
---------
Co-authored-by: Sriram Veeraghanta <veeraghanta.sriram@gmail.com>
2025-08-23 01:07:35 +05:30
Aaryan Khandelwal
9ecea15d74
[WIKI-498] [WIKI-567] feat: ability to rearrange columns and rows in table ( #7624 )
...
* feat: ability to rearrange columns and rows
* chore: update delete icon
* refactor: table utilities and plugins
* chore: handle edge cases
* chore: safe pseudo element inserts
---------
Co-authored-by: Sriram Veeraghanta <veeraghanta.sriram@gmail.com>
2025-08-23 00:54:03 +05:30