* fix: rendering the state and memebers from different projects in sub issues and exception handling while creating an issue from different project
* chore: handled different project issue properties in a new function handler
* fix: Handled issue render in the display filters groupBy stateGroup and labels
* chore: Optimized state_group filter and typo
* Fix: removed workspaceLevel boolean and handled the states from stateMap
* restructure the logic to avoid throwing error if any dat is not found
* updated files for previous commit
* fix build errors
* remove throwing error if userId is undefined
* optionally chain display_name property to fix sentry issues
* add ooptional check
* change issue action logic to increase code maintainability and make sure to send only the updated date while updating the issue
* fix issue updation bugs
* fix module issues build error
* fix runtime errors
* feat: implemented cycle and module for display filters groupBy and sunGroupBy in project issues list and kanban layouts
* chore: Enabled drag ability for cycle and handled prepopulated data for quick add
* chore: disbaled drag ability for cycle
* chore: updated preloaded data
* chore: updated module and cycle store router dependancy to prop dependancy
* chore: draft issue update request
* chore: changed the serializer
* chore: handled issue description in issue modal, inbox issues mutation and draft issue mutaion and changed the endpoints
* chore: handled draft toggle in make a issue payload in issues
* chore: handled issue labels in the inbox issues
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
* dev: add is_subscriber to issue details endpoint
* dev: remove is_subscribed annotation from detail serializers
* dev: update issue details endpoint
* dev: inbox issue create
* dev: issue detail serializer
* dev: optimize and add extra fields for issue details
* dev: remove data from issue updates
* dev: add fields for issue link and attachment
* remove expecting a issue response while updating and deleting an issue
* change link, attachment and reaction types and modify store to recieve their data from within the issue detail API call
* make changes for subscription store to recieve data from issue detail API call
* dev: add issue reaction id
* add query prarms for archived issue
---------
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
* chore: implemented the modules and cycle filter in the display properties
* typo: added placeholders for module and cycle select in spreadsheet view
* feat: created workspace modules and cycles endpoints in appi server and implemented in application
* ui: UI changes in the spreadsheet module and cycle dropdown and added cursor navigation for cycle via arrow keys
* format: formatted api sever
* chore: module select logic updated
* chore: updated module updated handler in all-properties and spreadsheet column
* chore: updated url names for workspace modules and cycles
* fix: validated members availability in the modules list member tooltip
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
* 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
* chore: applying filters from the route params to the global issue filters store and Typos
* chore: enabled posthog
* fix: labels disbaled and loader while creating the label in isse detail and relation modal loader and mutation issue
* style: peek overview and issue details properties
* fix: cycle and module remove function
* style: update placeholder text color
* fix: relation constant
* chore: added todos to fix later
* make computedFn without optional arguments
* fix archived issues
* fix activity changes with proper context
* fix display filters that require server side filtering
* fix for drag and drop issues
* add horizontal scroll for kanban
* fix all issues quick action overlap
---------
Co-authored-by: Rahul R <rahul.ramesha@plane.so>