Bavisetti Narayan
54a5e5e761
[WEB-1437] feat: notifications mention filter ( #5040 )
...
* chore: implemented mentions on the notification
* chore: mention notification filter
* chore: handled mentions refetch and total count on header and sidebar menu option
* chore: seperated notifications empty state
* chore: updated sidebar menu option notification vaidation
* chore: handled notificaition sidebar total notifications count
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com >
2024-07-05 16:13:09 +05:30
guru_sainath
38f8aa90c1
[WEB-1519] chore: update component structure in project state settings and implement DND ( #5043 )
...
* chore: updated project settings state
* chore: updated sorting on project state
* chore: updated grab handler in state item
* chore: Updated UI and added garb handler icon
* chore: handled top and bottom sequence in middle element swap
* chore: handled input state element char limit to 100
* chore: typos and code cleanup in create state
* chore: handled typos and comments wherever is required
* chore: handled sorting logic
2024-07-05 16:09:33 +05:30
guru_sainath
c75091ca3a
[WEB-1803] chore: workspace notification sorting when we refresh the notifications on workspace notifications ( #5049 )
...
* chore: workspace notification sorting when we refresh the notifications on workspace notifications
* chore: replaced sorting with ISO to EPOCH
* chore: converted obj to array
2024-07-05 16:09:16 +05:30
guru_sainath
d3ec1aa422
[WEB-1792] chore: updated UI notification tooltip on header and app sidebar ( #5046 )
...
* ui: updatedm UI notificaton tooltip on header and app sidebar
* fix: reverted notification sorting
* fix: renamed function name updateIssue with issueUpdate in issue base helper file
2024-07-04 17:04:00 +05:30
rahulramesha
5918607171
[WEB-1818] fix: issue changes done in Peek overview to reflect in the issue list boards ( #5010 )
...
* fix issue changes done in Peek overview to reflect in the issue boards
* Adding comments to aliased names
2024-07-04 16:18:33 +05:30
rahulramesha
f1496e3144
fix module Quick add ( #5039 )
2024-07-04 16:17:49 +05:30
rahulramesha
a7aa5c2ba7
[WEB-1829] fix: stop issues query before fetching the view filters ( #5015 )
...
* fix to not query issues before fetching the view filters
* add default group by for Kanban views
2024-07-03 16:25:41 +05:30
guru_sainath
83587c2c6b
fix: converted and handled the estimate type to lowercase in the store ( #5011 )
2024-07-02 16:35:06 +05:30
guru_sainath
26040144fc
[WEB-1792] chore: integrated inbox issue in notification peek view and handled increment/decrement of unread notifications ( #5008 )
...
* chore: added a boolean field in notification list
* chore: notification filters changed
* chore: handled inbox notification and typo on the card items
* chore: handled notification count increment and decrement
* chore: typos and ui updates
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-07-02 16:12:27 +05:30
Anmol Singh Bhatia
a5628c4ce1
fix: issue link count mutation ( #5006 )
2024-07-02 14:53:05 +05:30
Aaryan Khandelwal
439d678763
fix: handle issue details error ( #4979 )
2024-07-01 15:25:50 +05:30
rahulramesha
184c3332eb
modify default filter options for views ( #4984 )
2024-07-01 15:18:15 +05:30
rahulramesha
96563b438e
[WEB-1255] fix: edit and delete access control for views ( #4964 )
2024-06-28 20:57:31 +05:30
guru_sainath
209dc57307
[WEB-1764] chore: revamp workspace notifications ( #4947 )
...
* chore: Initialised store and updated the components
* chore: updated store and types
* chore: updated notifications in the side and updated store
* chore: handled notification center
* chore: updates store request
* chore: notifications filter changed
* chore: updated filter logic and handled bulk read
* chore: handled filter dropdown
* chore: handled ui
* chore: resolved build error
* chore: implemented applied filters
* chore: removed old notifications
* chore: added redirection from sidebar
* chore: updated notification as read when we see the notification preview
* chore: updated read and unread validation
* chore: handled custom snooze dropdown
* chore: resolved git comments
* chore: updated structure and typos
* chore: import and prop changes
* chore: updated avatar props
* chore: updated avatar
* chore: notification unread count on the app sidebar
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-06-28 19:00:48 +05:30
Prateek Shourya
ff4de9ac11
[WEB-1691] chore: refactor finish onboarding logic to avoid multiple redirections. ( #4950 )
...
* [WEB-1691] chore: refactor finsh onboarding logic to avoid multiple redirections.
* fix: infinite redirection on visiting onboarding page when the user is not authenticated.
* chore: update intercepter redirect logic.
2024-06-27 18:46:25 +05:30
rahulramesha
1f9f821543
[WEB-1255] chore: necessary changes for advanced views ( #4955 )
...
* make necessary changes for advanced views
* fix update view access methods
2024-06-27 18:42:07 +05:30
rahulramesha
82661589fb
[WEB-1255] feat: filters for project views and changes required for advanced views ( #4949 )
...
* View with filters and changes required for advanced views
* minor refactoring of views
* minor name change
2024-06-27 14:40:14 +05:30
Prateek Shourya
4e97fcd776
[WEB-1724] fix: initial pages list loading. ( #4939 )
...
* [WEB-1724] fix: inital page loading.
* chore: update getPageById action.
* fix: lint error
2024-06-26 14:19:22 +05:30
guru_sainath
a3a1e9cf9e
[WEB-1684] chore: handled estimate dropdown render dynaically for in workspace and project level issues. ( #4936 )
...
* chore: handled estimate dropdown render dynaically for in workspace and project level issues.
* chore: issue manager updated
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-06-26 12:37:46 +05:30
rahulramesha
635efeab7b
[WEB-1255] chore: public and unlocked views ( #4932 )
...
* chore private and public views required changes
* fix slight alignment of view icons
* add feedback for update View button
* fix object reference sharing by using cloneDeep to replicate objects
* addressing review comments
2024-06-25 18:21:30 +05:30
rahulramesha
7da5443808
fix getting issue filter params based on only spreadsheet for workspace views ( #4923 )
2024-06-25 12:27:44 +05:30
rahulramesha
adec4e1f2d
[WEB-1686] fix: issues incorrect filters while switching between, projects, modules etc ( #4904 )
...
* fix issues incorrect filters while switching between, projects, modules etc
* fix minor kanban pagination loader
2024-06-21 18:48:21 +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
rahulramesha
e04eb1a63d
fix issue creation logic for module and cycle issues ( #4878 )
2024-06-20 10:27:26 +05:30
guru_sainath
0b4faf7db2
[WEB-1642] chore: mutating issue estimation_point when we delete the estimate point from the project ( #4862 )
...
* chore: mutating issue estimation_point when we delete the eatimate point from the project
* chore: updated try catch
* chore: updated removed issues length check on estimate delete
2024-06-18 20:21:13 +05:30
Prateek Shourya
8155d9a3ce
[WEB-1624] chore: add un-snooze option and minor fixes in inbox issue ( #4854 )
...
* [WEB-1624] chore: add option to un-snooze inbox issue.
* [WEB-1605] fix: inbox issues snooze till date consistency.
* chore: update snooze/ un-snooze logic for issues for which snoozed till date is passed.
2024-06-18 19:59:28 +05:30
rahulramesha
8500c63205
fix issue pagination cursor logic ( #4857 )
2024-06-18 17:45:24 +05:30
Aaryan Khandelwal
59f0e9fe2c
[WEB-1397] fix: UI package logo component ( #4858 )
...
* fix: logo component
* chore: add missing anchor observable
2024-06-18 16:16:50 +05:30
rahulramesha
10e67144a0
fix the bug that incorrectly updates issue store for array properties during bulk ops ( #4849 )
2024-06-18 11:34:57 +05:30
Aaryan Khandelwal
413d6d21b4
[WEB-1397] chore: add anchor key to page type ( #4844 )
...
* chore: add anchor key to page type
* chore: add anchor key to page type
2024-06-17 20:02:02 +05:30
Aaryan Khandelwal
ae3dcc3dbd
[WEB-1397] chore: update project publish types ( #4841 )
...
* chore: update project publish types
* chore: added additional entity name
* chore: updated types
2024-06-17 16:51:38 +05:30
Satish Gandham
fc3e63f67a
Add some new eslint rules and fix the corresponding errors ( #4839 )
2024-06-17 16:45:35 +05:30
Aaryan Khandelwal
aba2af9a7c
[WEB-1559] chore: updated pages response ( #4821 )
...
* dev: fix pages responses
* chore: updated pages response
* fix: search endpoint
* fix: pages delete endpoint
* fix: command k pages response
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2024-06-17 13:56:41 +05:30
rahulramesha
bba10d7073
[WEB-1603] fix: load more issues when issues are deleted ( #4830 )
...
* fix load more issues when issues are deleted
* fix build
2024-06-15 11:07:04 +05:30
Prateek Shourya
0aca5c7a86
[WEB-1601] fix: archive issues mutation. ( #4815 )
2024-06-14 17:09:49 +05:30
sriram veeraghanta
9145234a6c
fix: core store import fixes
2024-06-14 03:50:25 +05:30
sriram veeraghanta
78d4d981d1
fix: core root store import fixes
2024-06-14 03:37:18 +05:30
sriram veeraghanta
c9147e7a57
Merge branch 'develop' of github.com:makeplane/plane into develop
2024-06-13 21:17:17 +05:30
sriram veeraghanta
b8ee986636
fix: eslint config and errors
2024-06-13 21:17:06 +05:30
rahulramesha
f5f5726e15
fix ee sync error on base issues store ( #4812 )
2024-06-13 21:15:20 +05:30
rahulramesha
d75e33ccf0
fix issue mutation and count ( #4804 )
2024-06-13 16:55:42 +05:30
Aaryan Khandelwal
e79b0c40ec
chore: rename page store ( #4799 )
2024-06-13 13:56:33 +05:30
Aaryan Khandelwal
703aac597c
chore: create extended root store ( #4796 )
...
* chore: create extended root store
* chore: rename core root store
2024-06-13 13:27:13 +05:30
guru_sainath
61d8586f7f
[WEB-522] chore: enabled estimate point analytics for module and cycle ( #4763 )
...
* chore: updated modal and form validations
* chore: module estimate analytics
* chore: state analytics
* chore: cycle estimate analytics
* chore: module points serializer
* chore: added fields in serializer
* chore: module state estimate points
* dev: updated module analytics
* dev: updated hover description on the burndown
* dev: UI and module total percentage validation
* chore: estimate points structure change
* chore: module burndown
* chore: key values changed
* chore: cycle progress snapshot
* chore: cycle detail endpoint
* chore: progress snapshot payload change
* chore: resolved merge conflicts
* chore: updated issue and point dropdown in active cycle
* chore: optimized grouped issues count in cycle and module
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-06-12 19:02:27 +05:30
rahulramesha
060fe8ebcc
cancel issues API call when new call are being made ( #4785 )
2024-06-12 18:27:33 +05:30
Aaryan Khandelwal
b5bbdbfa8e
dev: create separate folder for page service ( #4764 )
2024-06-11 16:18:42 +05:30
guru_sainath
59376ee3da
fix: resolved issue creation error in layouts while group_by and sub_group_by filters applied in quick add ( #4761 )
2024-06-11 14:55:35 +05:30
Satish Gandham
346bc2afe2
Refactor folder structure ( #4759 )
2024-06-11 14:39:52 +05:30