sriram veeraghanta
5c52a21394
Merge branch 'develop' of github.com:makeplane/plane-ee into preview
2024-02-07 17:33:34 +05:30
sriram veeraghanta
59bd84217a
fix: merge conflicts resolved
2024-02-07 17:32:40 +05:30
Anmol Singh Bhatia
75b4c6e7d6
chore: posthog code refactor ( #3586 )
2024-02-07 17:29:39 +05:30
sriram veeraghanta
7b4bcfe14b
Merge branch 'develop' of github.com:makeplane/plane-ee into preview
2024-02-07 17:14:53 +05:30
sriram veeraghanta
76eb057650
Merge branch 'sync/ce-ee' of github.com:makeplane/plane-ee into develop
2024-02-07 17:14:14 +05:30
João Lucas de Oliveira Lopes
a1d6c40627
fix: show window closing alert only when page is not saved ( #3577 )
...
* fix: show window closing alert only when page is not saved
* chore: Refactor useReloadConfirmations hook
- Removed the `message` parameter, as it was not being used and not
supported in modern browsers
- Changed the `isActive` flag to a temporary flag and added a TODO comment to remove it later.
- Implemented the `handleRouteChangeStart` function to handle route change events and prompt the user with a confirmation dialog before leaving the page.
- Updated the dependencies of the `handleBeforeUnload` and `handleRouteChangeStart` callbacks.
- Added event listeners for `beforeunload` and `routeChangeStart` events in the `useEffect` hook.
- Cleaned up the event listeners in the cleanup function of the `useEffect` hook.
fix: Fix reload confirmations in PageDetailsPage
- Removed the TODO comment regarding fixing reload confirmations with MobX, as it has been resolved.
- Passed the `pageStore?.isSubmitting === "submitting"` flag to the `useReloadConfirmations` hook instead of an undefined message.
This commit refactors the `useReloadConfirmations` hook to improve its functionality and fixes the usage in the `PageDetailsPage` component.
---------
Co-authored-by: Palanikannan1437 <73993394+Palanikannan1437@users.noreply.github.com >
2024-02-07 17:10:44 +05:30
Nikhil
cc95d280a3
fix: faker import ( #111 )
2024-02-07 16:32:01 +05:30
sriram veeraghanta
18ab6bf01f
Merge branch 'develop' of github.com:makeplane/plane-ee into preview
2024-02-07 16:29:40 +05:30
sriram veeraghanta
455c59b609
Merge branch 'sync/ce-ee' of github.com:makeplane/plane-ee into develop
2024-02-07 16:29:12 +05:30
Anmol Singh Bhatia
4a2e648f6d
chore: workspace dashboard refactor ( #3584 )
2024-02-07 16:21:20 +05:30
sriram veeraghanta
bebbdf3fc8
Merge branch 'develop' of github.com:makeplane/plane-ee into preview
2024-02-07 15:42:51 +05:30
Nikhil
db08f16fca
dev: create fake data for issues ( #104 )
...
* dev: create fake data for issues
* dev: remove endpoint
* dev: update faker script
2024-02-07 15:37:32 +05:30
sriram veeraghanta
2641a0d8b8
Merge branch 'develop' of github.com:makeplane/plane-ee into preview
2024-02-07 15:21:15 +05:30
sriram veeraghanta
60697d6bc1
Merge branch 'sync/ce-ee' of github.com:makeplane/plane-ee into develop
2024-02-07 15:19:45 +05:30
Bavisetti Narayan
76db394ab1
chore: mention notification and webhook faliure ( #3573 )
...
* fix: mention rstrip error
* chore: webhook deactivation email
* chore: changed template
* chore: current site for external api's
* chore: mention in template displayed
* chore: mention tag fix
* chore: comment user name displayed
2024-02-07 15:14:30 +05:30
Bavisetti Narayan
4563b50fad
chore: module issue count ( #3566 )
2024-02-07 15:13:35 +05:30
sriram veeraghanta
41293e620a
Merge branch 'develop' of github.com:makeplane/plane-ee into preview
2024-02-07 15:11:18 +05:30
sriram veeraghanta
5e9c9cb2f5
Merge branch 'sync/ce-ee' of github.com:makeplane/plane-ee into develop
2024-02-07 15:10:09 +05:30
Anmol Singh Bhatia
065226f8b2
fix: draft issue peek overview ( #3582 )
...
* chore: project, view and shortcut modal alignment consistency
* chore: issue highlight list layout improvement
* fix: draft issue peek overview fix
* fix: draft issue layout inline editing
2024-02-07 15:06:07 +05:30
sriram veeraghanta
11c3401db8
Merge branch 'develop' of github.com:makeplane/plane-ee into preview
2024-02-07 13:51:22 +05:30
sriram veeraghanta
33b1685ccd
Merge branch 'sync/ce-ee' of github.com:makeplane/plane-ee into develop
2024-02-07 13:49:58 +05:30
Anmol Singh Bhatia
0a99a1a091
fix: dashboard header z index and workspace active cycles fix ( #3581 )
...
* fix: dashboard header z index fix
* chore: workspace active cycles upgrade page improvement
2024-02-07 13:44:45 +05:30
Ramesh Kumar Chandra
4b2a9c8335
style: responsive breadcrumbs and headers for dashboard, projects, project issues, cycles, cycle issues, module issues ( #3580 )
2024-02-07 13:44:03 +05:30
Nikhil
751b15a7a7
dev: update the response for conflicting errors ( #3568 )
2024-02-06 17:00:42 +05:30
Bavisetti Narayan
ac22769220
chore: email trigger for new assignee ( #3572 )
2024-02-06 16:47:14 +05:30
Manish Gupta
46ae0f98dc
app_release value handled ( #3571 )
2024-02-06 15:35:05 +05:30
Anmol Singh Bhatia
30aaec9097
chore: module date validation ( #3565 )
2024-02-05 20:46:01 +05:30
Anmol Singh Bhatia
4041c5bc5b
chore: cycle and module sidebar improvement ( #3562 )
2024-02-05 19:13:21 +05:30
Bavisetti Narayan
403595a897
chore: removed email notification for new users ( #3561 )
2024-02-05 19:13:02 +05:30
Aaryan Khandelwal
0ee93dfd8c
chore: added None filter option to the dashboard widgets ( #3556 )
...
* chore: added tab change animation
* chore: widgets filtering logic updated
* refactor: issues list widget
* fix: tab navigation transition
* fix: extra top spacing on opening the peek overview
2024-02-05 19:12:33 +05:30
sriram veeraghanta
425787e0ce
Merge branch 'develop' of github.com:makeplane/plane-ee into preview
2024-02-05 17:55:59 +05:30
sriram veeraghanta
6a0bc91eae
fix: useberry script added
2024-02-05 17:20:08 +05:30
Anmol Singh Bhatia
ee0e3e2e25
chore: active cycle issue transfer validation ( #3560 )
...
* fix: completed cycle list layout validation
* fix: completed cycle kanban layout validation
* fix: completed cycle spreadsheet layout validation
* fix: date dropdown disabled fix
* chore: quick action validation added for list, kanban and spreadsheet layout
* fix: calendar layout validation added
2024-02-05 14:47:40 +05:30
sriram veeraghanta
d8f38b5252
Merge branch 'develop' of github.com:makeplane/plane-ee into preview
2024-02-05 14:12:14 +05:30
sriram veeraghanta
88ea7fa86a
fix: sentry error fixes
2024-02-05 14:11:51 +05:30
sriram veeraghanta
7358871ff4
Merge branch 'develop' of github.com:makeplane/plane-ee into preview
2024-02-05 13:29:01 +05:30
sriram veeraghanta
e15531c044
fix: build fixes
2024-02-05 13:28:24 +05:30
sriram veeraghanta
b210e1014e
fix: merge conflicts resolved
2024-02-05 13:23:40 +05:30
Lakhan Baheti
0165abab3e
chore: posthog events improved ( #3554 )
...
* chore: events naming convention changed
* chore: track element added for project related events
* chore: track element added for cycle related events
* chore: track element added for module related events
* chore: issue related events updated
* refactor: event tracker store
* refactor: event-tracker store
* fix: posthog changes
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-02-05 13:19:07 +05:30
Anmol Singh Bhatia
7d07afd59c
chore: cycle and module sidebar analytics improvement ( #3559 )
...
* chore: cycle and module store update action updated
* chore: cycle and module issue store actions updated
* chore: cycle and module retrieve endpoints updated
* fix: app sidebar z index and priority icon fix
* chore: cycle and module sidebar and stats updated
2024-02-05 12:34:53 +05:30
sriram veeraghanta
efaba43494
Merge branch 'preview' of github.com:makeplane/plane into develop
2024-02-03 14:55:38 +05:30
sriram veeraghanta
793ff0b299
Merge pull request #108 from makeplane/develop
...
stage release: pages fixes
2024-02-03 00:50:41 +05:30
sriram veeraghanta
630ceef205
Merge branch 'sync/ce-ee' of github.com:makeplane/plane-ee into develop
2024-02-03 00:40:31 +05:30
sriram veeraghanta
a8ec2b6914
fix: error handling in pages list page
2024-02-03 00:35:29 +05:30
Nikhil
39eb8c98d1
dev: validation for external id and external source ( #3552 )
...
* dev: error response for duplicate items created through external apis
* dev: return identifier and also add the validation for state
* fix: validation for external id and external source
2024-02-02 16:43:05 +05:30
rahulramesha
138d06868b
fix: all issues spreadsheet sorting and kanban dnd for long lists ( #3550 )
...
* fix all issues filter for spreadsheet view
* fix kanban dnd with long lists
2024-02-02 14:50:23 +05:30
Ramesh Kumar Chandra
2eab3b41a2
chore: responsive and styling fixes ( #3541 )
2024-02-02 14:49:42 +05:30
Anmol Singh Bhatia
662b497082
fix: create issue modal project select ( #3549 )
2024-02-02 14:29:59 +05:30
Anmol Singh Bhatia
67cf1785b8
chore: breadcrumb component improvement ( #3537 )
...
* chore: breadcrumb component improvement
* chore: code refactor
2024-02-01 18:13:30 +05:30
Anmol Singh Bhatia
447acbd6a0
chore: update cycle response ( #106 )
2024-02-01 14:57:40 +05:30