Bavisetti Narayan
13d71f2b92
[WEB-522] chore: workspace active cycle ( #495 )
...
* chore: estimate active cycle
* fix: handled estimate validation on workspace active cycles
* chore: issue manager updated
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2024-06-25 19:09:43 +05:30
Aaryan Khandelwal
5537d5cc05
fix: app switcher selected state ( #493 )
2024-06-25 18:52:27 +05:30
Aaryan Khandelwal
1fbf5dbd03
[WEB-1559] fix: unable to delete pages ( #491 )
...
* fix: pages not getting deleted
* fix: dashboard page context menu click
* fix: open in new tab
2024-06-25 18:26:35 +05:30
Aaryan Khandelwal
ada1dc0e60
[WEB-1716] fix: sidebar inconsistencies ( #490 )
...
* fix: pages sidebar inconsistencies
* fi: items spacing
2024-06-25 18:23:25 +05:30
guru_sainath
2b078cf8ba
[WEB-522] fix: handling the issue and estimate point dropdown in the active cycle to render only when the estimate type is points ( #486 )
...
* fix: validating and showing proper alert estimate point has to be taken greater than 0 in create and update
* fix: handling the issue and estimate point dropdown in active cycle to render only when estimate type is points
2024-06-25 14:16:17 +05:30
Aaryan Khandelwal
6b5f9d38a1
[WEB-1559] chore: updated app switcher UI ( #484 )
...
* chore: updated app switcher design
* chore: remove junk code
2024-06-25 14:02:16 +05:30
guru_sainath
f1dbaa80c4
[WEB-522] chore: updated input validation length in estimate point switch ( #478 )
...
* fix: validating and showing proper alert estimate point has to be taken greater than 0 in create and update
* chore: updated input validation length in estimate point switch
2024-06-24 14:09:16 +05:30
Prateek Shourya
fb01b9340c
[WEB-1559] chore: hide workspace level pages app switcher. ( #474 )
2024-06-24 13:46:58 +05:30
sriram veeraghanta
9192ac4999
fix: import error
2024-06-23 13:40:12 +05:30
sriram veeraghanta
4d407fb8e0
fix: plane version number fixes
2024-06-23 13:16:17 +05:30
sriram veeraghanta
715e41c04c
Merge pull request #469 from makeplane/sync/ce-ee
...
sync: community changes
2024-06-23 13:03:25 +05:30
sriram veeraghanta
2c33107ef4
fix: version number component creation
2024-06-23 12:58:30 +05:30
Prateek Shourya
62ce1fb321
style: add modal for plane pro early adopters. ( #467 )
2024-06-21 19:41:33 +05:30
Aaryan Khandelwal
c3703efb0d
fix: build errors
2024-06-21 19:09:42 +05:30
Aaryan Khandelwal
fdbf2c4b91
chore: added extra extensions to the document editor
2024-06-21 18:20:23 +05:30
Aaryan Khandelwal
dcdd1ef065
[WEB-1682] refactor: editor code splitting ( #4893 )
...
* refactor: lite and rich text editors
* refactor: document editor migration
* fix: add missing css import
* refactor: issue embed widget splitting
* chore: remove extensions folder from ee
* chore: update web ee folder structure
* fix: build errors
---------
Co-authored-by: Satish Gandham <satish.iitg@gmail.com >
2024-06-21 17:37:11 +05:30
guru_sainath
70dac1dd8b
[WEB-1672] chore: updated input validation on switch estimate point form and truncated in issues ( #459 )
...
* fix: validating and showing proper alert estimate point has to be taken greater than 0 in create and update
* chore: updated input validation on switche estimate point form
---------
Co-authored-by: Satish Gandham <satish.iitg@gmail.com >
2024-06-21 15:14:44 +05:30
Aaryan Khandelwal
1de6728b18
chore: update publish button content post publishing ( #460 )
2024-06-21 15:10:43 +05:30
guru_sainath
2a7f9aa718
[WEB-522] chore: Updated the estimates store and service on the ee ( #455 )
...
* fix: validating and showing proper alert estimate point has to be taken greater than 0 in create and update
* chore: updated estimate store and service in ee
* chore: updated estimate store
* chore: resolved lint errors
* chore: updated the lint errors and added ce in ts config
2024-06-20 20:17:11 +05:30
Satish Gandham
be10a23f20
Merge pull request #453 from makeplane/sync/ce-ee
...
sync: community changes
2024-06-20 19:32:43 +05:30
guru_sainath
c0ad5952df
[WEB-522] chore: Move the estimates store and service out of core ( #4896 )
...
* chore: moved the estimate store from core to ce and ee
* chore: moved the estimate service from core to ce and ee
* chore: updated constructors from private to public in estimate store
* chore: exported estimate service
2024-06-20 19:29:09 +05:30
Aaryan Khandelwal
824c9d1007
chore: update favorite star component import statement ( #450 )
2024-06-20 16:26:53 +05:30
rahulramesha
8494699792
make sure to use appropriate store while bulk updating issues ( #447 )
2024-06-20 10:35:50 +05:30
sriram veeraghanta
bb6fbeaec8
Merge branch 'develop' of github.com:makeplane/plane-ee into develop
2024-06-19 20:26:27 +05:30
sriram veeraghanta
acfea71772
fix: sperating out plane one and cloud badges
2024-06-19 20:26:14 +05:30
Aaryan Khandelwal
4537b9c580
[WEB-1397] feat: page publish ( #432 )
...
* dev: workspace and project publish endpoints
* dev: update folder structure to match the global structure
* dev: add anchor to workspace and project pages
* dev: formatting errors
* dev: add public endpoint for pages
* dev: publish workflow added
* dev: update settings endpoint
* dev: space app pages
* chore: issue embeds in page publish
* fix: page not updating
* dev: added issue embed
* chore: separate edition specific code
* chore: update issue embed component
* refactor: space app pages store
* chore: issue embed error
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-06-19 18:24:46 +05:30
guru_sainath
896a89a83a
[WEB-1627] chore: updated the styling of user profile in active cycle header ( #441 )
...
* fix: validating and showing proper alert estimate point has to be taken greater than 0 in create and update
* chore: updated the styling of user profile in active cycle header
* chore: updated the styling
2024-06-19 14:01:24 +05:30
guru_sainath
0c64cd8d7a
[WEB-1644] chore: updated dynamic dropdown placement using popperjs in estimate delete ( #438 )
...
* fix: validating and showing proper alert estimate point has to be taken greater than 0 in create and update
* chore: updated dynamic dropdown placement using popperjs in estimate delete
2024-06-18 20:11:05 +05:30
Satish Gandham
cde4f41e9a
Merge branch 'develop' into sync/ce-ee
2024-06-18 17:54:22 +05:30
guru_sainath
529976304c
[WEB-1640] chore: implemented estimate point delete component ( #436 )
...
* fix: validating and showing proper alert estimate point has to be taken greater than 0 in create and update
* chore: updated delete estimate point
2024-06-18 17:52:54 +05:30
Aaryan Khandelwal
135024a940
[WEB-1397] chore: update space app types ( #4861 )
...
* chore: update types
* chore: dummy page actions components
* chore: rename component
* refactor: rearrange declarations
2024-06-18 17:51:52 +05:30
guru_sainath
7fe8de8ddf
[WEB-1637] fix: validating estimate points in switch and making the switch request once every validation is successful ( #434 )
...
* fix: validating and showing proper alert estimate point has to be taken greater than 0 in create and update
* fix: validating estimate points in switch and making the switch request once every validation is successfull
2024-06-18 16:35:01 +05:30
Satish Gandham
146e873d2d
Merge branch 'develop' of https://github.com/makeplane/plane-ee into sync/ce-ee
2024-06-18 16:31:44 +05:30
guru_sainath
cc455b0e76
[WEB-1640] fix: validating the error in estimate delete ( #4853 )
...
* fix: validating the error in estimate delete
* fix: moved estimate delete to ee
2024-06-18 16:14:24 +05:30
guru_sainath
15fa3050d2
fix: validating and showing proper alert estimate point has to be taken greater than 0 in create and update ( #430 )
2024-06-18 13:32:10 +05:30
Satish Gandham
652330a2bc
- Remove unnecessary use of UseAppRouter from store and
...
replace with useParams
- Make necessary changes for the `anchor` prop in pages
2024-06-18 13:25:41 +05:30
Prateek Shourya
2d30b0595a
[WEB-1613] chore: add project logo for active cycles. ( #425 )
2024-06-17 20:14:55 +05:30
sriram veeraghanta
2b5288c838
fix: workspace subscription store added
2024-06-17 20:01:28 +05:30
sriram veeraghanta
c03759787d
fix: badge build errors
2024-06-17 18:12:41 +05:30
Aaryan Khandelwal
fd29f8df5c
fix: replace useRouter with useParams ( #422 )
...
* fix: replace useRouter with useParams
* fix: replace useRouter with useParams
2024-06-17 17:42:13 +05:30
Aaryan Khandelwal
90c4576fca
fix: page types ( #419 )
2024-06-17 16:47:14 +05:30
sriram veeraghanta
62b27def1e
fix: pro plane fixes
2024-06-17 16:36:09 +05:30
sriram veeraghanta
5400ec9cc2
fix: build errors
2024-06-14 20:34:55 +05:30
guru_sainath
ce6e82d2bf
[WEB-522] chore: estimate point active cycles pending count and fixed burndown graph total issues ( #407 )
...
* chore: workspace active cycle estimate points
* chore: added serializer fields
* chore: updated active cycles issues count and graph payload
* chore: resolved modal imports build error
* chore: updated yarn lock
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-06-14 20:25:42 +05:30
guru_sainath
aff2b1811e
[WEB-522] feat: revamp estimates ( #394 )
...
* Move code from EE to CE repo
* chore: folder structure updates
* Move sortabla and radio input to packages/ui
* chore: updated empty and loading screens
* chore: delete an estimate point
* chore: estimate point response change
* chore: updated create estimate and handled the build error
* chore: migration fixes
* chore: updated create estimate
* chore: create estimate workflow update
* chore: editing and deleting the existing estimate updates
* chore: updating the new estinates in update modal
* chore: ui changed
* chore: response changes of get and post
* chore: new field added in estimates
* chore: individual endpoint for estimate points
* chore: typo changes
* chore: create estimate point
* chore: integrated new endpoints
* chore: update key value pair
* chore: update sorting in the estimates
* Add custom option in the estimate templates
* chore: handled current project active estimate
* chore: handle estimate update worklfow
* chore: handled estimates switch
* chore: handled estimate edit
* chore: handled close button in estimate edit
* chore: updated ceate estimare workflow
* chore: updated switch estimate
* chore: UI and typos
* chore: resolved build error
* chore: updated delete dropdown and handled the repeated values while creating and updating the estimate point
* chore: handled inline errors in the estimate switch
* chore: handled active and availability vadilation
* chore: handled create and update components in projecr estimates
* chore: added migration
* Add category specific values for custom template
* chore: estimate dropdown handled in issues
* chore: estimate alerts
* chore: updated alerts
* Extract the list row actions
* fix: updated and handled the estimate points
* fix: upgrader ee banner
* Fix issues with sortable
* Fix sortable spacing issue in create estimate modal
* fix: updated the issue create sorting
* chore: removed radio button from ui and updated in the estimates
* chore: resolved import error in packaged ui
* chore: handled props in create modal
* chore: enabled estimated edit and ui changes
* chore: handled repeated values in estimate switch
* chore: handled estimate create and edit modal
* chore: resolved conflicts and added estimate update and switch in ee
* chore: resolved conflicts on estimates
* chore: resolved file imports
* chore: updated file intendation
* chore: space fixes
* chore: updated error handling in the estimate update
* chore: updated error handling in the estimate switch
* chore: updated yarn.lock
* chore: updated yarn.lock indent
---------
Co-authored-by: Satish Gandham <satish.iitg@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-06-14 16:17:28 +05:30
sriram veeraghanta
3f19610f91
fix: build errors
2024-06-14 04:05:13 +05:30
Plane Bot
31053a3307
sync: community changes ( #397 )
...
* fix issue mutation and count (#4804 )
* chore: update page search input (#4805 )
* Add missing exports (#4807 )
* chore: add woprkspace pages empty state (#4806 )
---------
Co-authored-by: rahulramesha <71900764+rahulramesha@users.noreply.github.com >
Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com >
Co-authored-by: Satish Gandham <satish.iitg@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-06-13 20:26:04 +05:30
Aaryan Khandelwal
4ef92880a5
[WEB-1559] chore: created new pages for listing by page type ( #399 )
...
* chore: create page type listing pages
* chore: add empty and collapsed state content
* chore: update pages app image
2024-06-13 18:20:33 +05:30
Satish Gandham
7f97f234d0
Add missing exports ( #4807 )
2024-06-13 17:41:22 +05:30
Satish Gandham
4e50f3b178
Merge remote-tracking branch 'origin/develop' into sync/ce-ee
2024-06-13 15:59:54 +05:30