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
Aaron Heckmann
57479f4554
fix: lint ( #7433 )
...
* chore: fix lint
* fix: constants check:lint command
* chore(lint): permit unused vars which begin w/ _
* chore: rm dead code
* fix(lint): more lint fixes to constants pkg
* fix(lint): lint the live server
- fix lint issues
* chore: improve clean script
* fix(lint): more lint
* chore: set live server process title
* chore(deps): update to turbo@2.5.5
* chore(live): target node22
* fix(dev): add missing ui pkg dependency
* fix(dev): lint decorators
* fix(dev): lint space app
* fix(dev): address lint issues in types pkg
* fix(dev): lint editor pkg
* chore(dev): moar lint
* fix(dev): live server exit code
* chore: address PR feedback
* fix(lint): better TPageExtended type
* chore: refactor
* chore: revert most live server changes
* fix: few more lint issues
* chore: enable ci checks
Ensure we can build + confirm that lint is not getting worse.
* chore: address PR feedback
* fix: web lint warning added to package.json
* fix: ci:lint command
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-07-25 01:44:51 +05:30
Vamsi Krishna
4c3af7f8a1
[WEB-4531]chore: refactor for timeline chart ( #7440 )
2025-07-21 19:22:58 +05:30
Aaryan Khandelwal
cc673a17a0
[WIKI-357] fix: created by filter for pages list #7445
2025-07-21 19:22:27 +05:30
Prateek Shourya
f3daac6f95
[WEB-4457] refactor: decouple work item properties from mobx store ( #7363 )
2025-07-18 20:38:21 +05:30
Vamsi Krishna
9523c28c3e
[WEB-4514]chore: moved EIssueLayoutTypes enum to types #7416
2025-07-17 13:01:24 +05:30
sriram veeraghanta
6ce700fd5d
chore: format files using prettier ( #7364 )
...
* chore: format files using prettier
* chore: api server files formatted
2025-07-08 20:41:11 +05:30
sriramveeraghanta
4f5272c8af
sync: canary cahnges to preview
2025-07-04 13:57:40 +05:30
Vamsi Krishna
618fcf934f
refactor: string url path ( #7335 )
2025-07-03 18:07:02 +05:30
Prateek Shourya
6ea24bfdcd
[WEB-4429] fix: url path generation #7317
2025-07-02 19:57:10 +05:30
Aaryan Khandelwal
0b159c4963
[WIKI-400] feat: page navigation pane ( #7206 )
...
* init: page navigation pane
* chore: outline and info tabs
* chore: asset download endpoint
* chore: realtime document info updates
* chore: add support for code splitting
* fix: formatting
* refactor: image block id generation
* chore: implement translation
* refactor: assets list storage logic
* fix: build errors
* fix: image extension name
* refactor: add support for additional asset items
* refactor: asset extraction logic
* chore: add translations
* fix: merge conflicts resolved from preview
* chore: remove version history option from the dropdown
* chore: query params handling
* chore: remove unnecessary logic
* refactor: empty state components
* fix: empty state asset path
2025-07-02 15:25:52 +05:30
sriram veeraghanta
fa9c63716c
fix: circular dependencies between packages ( #7277 )
2025-07-01 19:19:44 +05:30
Prateek Shourya
f26b4d3d06
[WEB-4359] fix: application crash when creating work item via quick add ( #7245 )
2025-06-20 15:16:16 +05:30
Prateek Shourya
c3c1aef7a9
[WEB-4357] fix: remove trailing slash from asset url #7240
2025-06-19 19:09:59 +05:30
Vamsi Krishna
64fd0b2830
[WEB-4321]chore: workspace views refactor ( #7214 )
...
* chore: workspace views reafactor
* chore: resolved coderabbit suggestions
* chore: added project level workspace filter
* chore: added enum for roles
* chore: removed redundant type definition
* chore: optimised the query
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2025-06-19 16:26:32 +05:30
Prateek Shourya
53e6a62a12
fix: move lucide related constants to ui package ( #7226 )
...
* fix: move lucide related constants to ui package
* chore: update yarn.lock
2025-06-17 17:06:05 +05:30
Prateek Shourya
75f89c4c12
fix: docker build ( #7220 )
...
* fix: docker build
* fix: build
2025-06-17 14:08:50 +05:30
Prateek Shourya
2014400bed
refactor: move web utils to packages ( #7145 )
...
* refactor: move web utils to packages
* fix: build and lint errors
* chore: update drag handle plugin
* chore: update table cell type to fix build errors
* fix: build errors
* chore: sync few changes
* fix: build errors
* chore: minor fixes related to duplicate assets imports
* fix: build errors
* chore: minor changes
2025-06-16 17:18:41 +05:30
Vamsi Krishna
1608e4f122
[WEB-3374]feat: added merge date display ( #7141 )
...
* feat: added merge date display
* chore: moved formatter ti utils
* chore: removed unwanted props
2025-06-08 23:47:08 +05:30
Prateek Shourya
67cbe94d4a
[WEB-3964] refactor: permission layer ( #7094 )
...
* refactor: permission layer
* refactor: add original_role to project member serializer
* chore: minor fixes related to permission layer
* fix: strict type checking while checking user permissions
2025-05-30 19:57:07 +05:30
sriram veeraghanta
322af8c436
[WEB-4223] fix: remove build process from utils package #7138
2025-05-30 18:48:18 +05:30
Prateek Shourya
4460529b37
[WEB-4154] fix: dropdown container classname ( #7085 )
...
* fix: dropdown container classname
* improvement: update string utils for joinWithConjunction
* improvement: add more string utils
2025-05-23 13:53:16 +05:30
Aaryan Khandelwal
dc16f2862e
[WIKI-181] refactor: make file handling generic in editor ( #7046 )
...
* refactor: make file handling generic
* fix: useeffect dependency array
* chore: remove mime type to extension conversion
2025-05-12 18:37:36 +05:30
Anmol Singh Bhatia
be5d77d978
[WEB-3892] chore: link item improvements ( #6944 )
...
* chore: code refactor
* chore: global link block component added
* chore: link item improvement and code refactor
2025-04-17 20:08:53 +05:30
khalilzitouni2058
7d91b5f8df
[WEB-3892] feat: add icon to Quicklinks ( #6927 )
...
* [feature]: add icon to Quicklinks
* fix: moving getIconForLink to utils packages
2025-04-17 17:11:57 +05:30
Prateek Shourya
06be9ab81b
[WEB-3854] feat: billing and plans new design ( #6920 )
...
* [WEB-3854] feat: billing and plans new design
* chore: add missing styles
2025-04-11 20:37:25 +05:30
Prateek Shourya
1f9222065e
[WEB-3788] improvement: enhance project properties related components modularity ( #6882 )
...
* improvement: work item modal data preload and parent work item details
* improvement: collapsible button title
* improvement: project creation form and modal
* improvement: emoji helper
* improvement: enhance labels component modularity
* improvement: enable state group and state list components modularity
* improvement: project settings feature list
* improvement: common utils
2025-04-09 14:50:43 +05:30
sriram veeraghanta
270f282c3c
fix: copy url util build error
2025-04-08 15:44:07 +05:30
Aaryan Khandelwal
37699362ad
[WEB-3797] fix: remove leading slash from URL to copy ( #6890 )
...
* fix: remove prefix slash if present
* chore: make use of URL class to generate a valid URL
2025-04-08 15:22:23 +05:30
Prateek Shourya
6d216f2607
[WEB-3482] refactor: platform components and mobx stores ( #6713 )
...
* improvement: platform componenents and mobx stores
* minor improvements
2025-03-06 15:47:46 +05:30
Aaryan Khandelwal
3f6ef56a0f
chore: add hslToHex and hexToHsl color helpers ( #6629 )
...
* chore: add more color helpers
* chore: added error handling
2025-02-18 13:18:45 +05:30
Prateek Shourya
bf1f12378e
improvement: minor improvements for workspace switcher ( #6609 )
2025-02-14 19:03:32 +05:30
Aaryan Khandelwal
8d7425a3b7
[PE-182] refactor: pages' components and store for scalability ( #6283 )
...
* refactor: created a generic base page instance
* refactor: project store hooks
* chore: add missing prop declaration
* refactor: editor page root and body
* refactor: issue embed hook
* chore: update search entity types
* fix: version editor component
* fix: add page to favorites action
---------
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
2024-12-27 20:41:38 +05:30
devin-ai-integration[bot]
ed64168ca7
chore(utils): copy helper functions from web/helpers ( #6264 )
...
* chore(utils): copy helper functions from web/helpers
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* chore(utils): bump version to 0.24.2
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* chore: bump root package version to 0.24.2
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* fix: remove duplicate function and simplify auth utils
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* fix: improve HTML entity escaping in sanitizeHTML
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* fix: version changes
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: sriram@plane.so <sriram@plane.so >
2024-12-26 15:27:40 +05:30
sriram veeraghanta
1059fbbebf
fix: build errors while upgrading date-fns
2024-12-23 19:05:52 +05:30
devin-ai-integration[bot]
9f5def3a6a
chore: copy helper functions from admin and space into @plane/utils ( #6256 )
...
* chore: copy helper functions from space to @plane/utils
Co-Authored-By: sriram@plane.so <sriram@plane.so >
* refactor: move enums from utils/auth.ts to @plane/constants/auth.ts
Co-Authored-By: sriram@plane.so <sriram@plane.so >
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: sriram@plane.so <sriram@plane.so >
2024-12-23 14:30:13 +05:30
sriram veeraghanta
60f7edcef8
fix: moving space constants to package
2024-12-21 17:17:43 +05:30
sriram veeraghanta
23849789f9
chore: admin imports refactor ( #6251 )
...
* chore: admin package refactoring
* chore: build errors
* fix: removing duplicates
2024-12-20 20:44:46 +05:30
Aaryan Khandelwal
580c4b1930
refactor: remove cn helper function from the editor package ( #6217 )
2024-12-18 12:22:14 +05:30
sriram veeraghanta
4b5a2bc4e5
chore: lint related changes and packaging fixes ( #6163 )
...
* fix: lint related changes and packaging fixes
* adding color validations
2024-12-06 14:56:49 +05:30