dakshesh14
c57c50aea8
fix: added applied filter in autorun
2023-11-07 13:57:27 +05:30
dakshesh14
50dd42aa8d
fix: removed any type
2023-11-07 13:56:26 +05:30
dakshesh14
bc492fa94f
fix: reverted issue response structure
2023-11-06 21:41:42 +05:30
dakshesh14
2891ed1c3a
fix: build errors
2023-11-06 21:34:39 +05:30
dakshesh14
a434b1008d
fix: merge conflict
2023-11-06 21:21:17 +05:30
guru_sainath
984b36f45a
fix: In kanban issues can be shifted between the column in order_by ( #2676 )
2023-11-06 21:00:36 +05:30
dakshesh14
24b82e518c
fix: update/delete flow
2023-11-06 16:57:59 +05:30
Aaryan Khandelwal
742143766f
fix: existing issues modal for cycle and module ( #2664 )
...
* fix: existing issues modal for cycle and module
* refactor: existing issues modal code
* fix: build errors
2023-11-06 16:30:09 +05:30
dakshesh14
f9586ede31
refactor: draft issue filter store
2023-11-06 16:20:45 +05:30
Aaryan Khandelwal
a03e0c788f
fix: notifications option in the sidebar menu not collapsing ( #2662 )
2023-11-06 14:53:26 +05:30
guru_sainath
0c8a867565
fix: handled drag and drop issue, gantt hover issue for issue peek overview ( #2660 )
2023-11-06 13:52:33 +05:30
dakshesh14
6aaf9642bb
fix: merge conflict
2023-11-06 13:10:07 +05:30
Dakshesh Jain
ad558833af
refactor: archive issue ( #2628 )
...
* dev: archived issue store
* dev: archived issue layouts and store binding
* dev: archived issue detail store
* dev: is read only
* fix: archived issue delete
* fix: build error
2023-11-03 20:20:05 +05:30
Aaryan Khandelwal
c66d76df26
chore: set sub group by to null if group by and sub group by are same ( #2621 )
2023-11-03 13:15:50 +05:30
Aaryan Khandelwal
a9b72fa1d2
chore: implemented MobX in the onboarding screens ( #2617 )
...
* fix: wrap the onboarding route with the UserWrapper
* chore: implement mobx in the onboarding screens
2023-11-02 19:27:25 +05:30
Aaryan Khandelwal
d5fd69354e
chore: removed unused hooks and components ( #2611 )
...
* chore: remove unused hooks
* chore: removed useProjectMembers hook
* chore: removed issue hooks
* fix: build errors
2023-11-02 17:11:33 +05:30
Aaryan Khandelwal
c987c6f308
fix: calendar layout not being rendered ( #2610 )
2023-11-02 17:08:48 +05:30
Dakshesh Jain
5b808571e5
fix: exception error ( #2606 )
...
* fix: exception error
* fix: invitation type
2023-11-02 16:26:16 +05:30
Dakshesh Jain
2cda47dc8a
refactor: user profile store setup and bug fixes ( #2586 )
...
* fix: autorun not working when filters are changed
* fix: filter/display on overview page
* refactor: store implementation & loader in 'created' & 'subscribed' page
2023-11-02 16:25:44 +05:30
Anmol Singh Bhatia
0072160891
fix: peekoverview ( #2603 )
...
* fix: peekoverview mutation fix
* fix: peekoverview mutation fix
* fix: sub-issue peekoverview
2023-11-02 16:02:34 +05:30
sriram veeraghanta
8c620c4f96
fix: store level fixes ( #2597 )
2023-11-01 19:22:10 +05:30
Aaryan Khandelwal
13ead7c314
fix: project wrapper ( #2589 )
...
* fix: project wrapper
* fix: project wrapper for unjoined project
* chore: update store structure
2023-11-01 17:10:10 +05:30
Henit Chobisa
d511799f31
[FEATURE] Enabled User @mentions
and @mention-filters
in core editor package ( #2544 )
...
* feat: created custom mention component
* feat: added mention suggestions and suggestion highlights
* feat: created mention suggestion list for displaying mention suggestions
* feat: created custom mention text component, for handling click event
* feat: exposed mention component
* feat: integrated and exposed `mentions` componenet with `editor-core`
* feat: integrated mentions extension with the core editor package
* feat: exposed suggestion types from mentions
* feat: added `mention-suggestion` parameters in `r-t-e` and `l-t-e`
* feat: added `IssueMention` model in apiserver models
* chore: updated activities background job and added bs4 in requirements
* feat: added mention removal logic in issue_activity
* chore: exposed mention types from `r-t-e` and `l-t-e`
* feat: integrated mentions in side peek view description form
* feat: added mentions in issue modal form
* feat: created custom react-hook for editor suggestions
* feat: integrated mention suggestions block in RichTextEditor
* feat: added `mentions` integration in `lite-text-editor` instances
* fix: tailwind loading nodemodules from packages
* feat: added styles for the mention suggestion list
* fix: update module import to resolve build failure
* feat: added mentions as an issue filter
* feat: added UI Changes to Implement `mention` filters
* feat: added `mentions` as a filter option in the header
* feat: added mentions in the filter list options
* feat: added mentions in default display filter options
* feat: added filters in applied and issue params in store
* feat: modified types for adding mentions as a filter option
* feat: modified `notification-card` to display message when it exists in object
* feat: rewrote user mention management upon the changes made in develop
* chore: merged debounce PR with the current PR for tracing changes
* fix: mentions_filters updated with the new setup
* feat: updated requirements for bs4
* feat: modified `mentions-filter` to remove many to many dependency
* feat: implemented list manipulation instead of for loop
* feat: added readonly functionality in `read-only` editor core
* feat: added UI Changes for read-only mode
* feat: added mentions store in web Root Store
* chore: renamed `use-editor-suggestions` hook
* feat: UI Improvements for conditional highlights w.r.t readonly in mentionNode
* fix: removed mentions from `filter_set` parameters
* fix: minor merge fixes
* fix: package lock updates
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2023-11-01 16:36:37 +05:30
Anmol Singh Bhatia
1be82814fc
style: issue peek overview ui improvement ( #2574 )
...
* style: issue peek overview ui improvement
* chore: implemented issue subscription in peek overview
* chore: issue properties dropdown refactor
* fix: build error
* chore: label select refactor
* chore: issue peekoverview revamp and refactor
* chore: issue peekoverview properties added and code refactor
---------
Co-authored-by: gurusainath <gurusainath007@gmail.com>
2023-11-01 14:22:29 +05:30
Dakshesh Jain
2d64caef90
refactor: project settings ( #2575 )
...
* refactor: project setting estimate
* refactor: project setting label
* refactor: project setting state
* refactor: project setting integration
* refactor: project settings member
* fix: estimate not updating
* fix: estimate not in observable
* fix: build error
2023-11-01 13:42:51 +05:30
Aaryan Khandelwal
442c83eea2
style: spreadsheet columns ( #2554 )
...
* style: spreadsheet columns
* fix: build errors
2023-10-31 12:18:04 +05:30
Aaryan Khandelwal
cb533849e8
chore: update members endpoint ( #2569 )
2023-10-31 12:16:40 +05:30
Aaryan Khandelwal
8b7b5c54b9
fix: global views bugs ( #2563 )
2023-10-31 12:06:11 +05:30
Aaryan Khandelwal
dcf81e28e4
dev: implemented MobX in workspace settings and create workspace form ( #2561 )
...
* dev: implement mobx store for workspace settings
* chore: workspace general settings mobx integration
* chore: workspace members settings mobx integration
2023-10-30 20:38:50 +05:30
Aaryan Khandelwal
050406b8a4
chore: add empty state for list and spreadsheet layouts ( #2531 )
...
* chore: add empty state for list and spreadsheet layouts
* fix: build errors
2023-10-30 20:09:04 +05:30
dakshesh14
b9e7fd93ae
fix: reverted to old API response
2023-10-30 15:26:14 +05:30
dakshesh14
308e6781a1
Merge branch 'fix/project-issues-data-structure' of https://github.com/makeplane/plane into refactor/draft_issues
2023-10-30 14:09:13 +05:30
dakshesh14
adda14e8bf
refactor: update draft issue grouping
2023-10-30 12:27:31 +05:30
dakshesh14
82e65c44a4
fix: changed store according to new API response
2023-10-30 11:40:38 +05:30
dakshesh14
e9a79b368b
fix: merge conflict
2023-10-30 11:10:59 +05:30
dakshesh14
55b9fbffd7
dev: layout setup for draft issues
2023-10-30 11:09:46 +05:30
gurusainath
af9aec6769
chore: handled issues render data structure in project, cycle, module and project-view issues
2023-10-28 18:03:06 +05:30
Dakshesh Jain
4aad35e007
refactor: quick add ( #2541 )
...
* refactor: store and helper setup for quick-add
* refactor: kanban quick add with optimistic issue create
* refactor: added function definition
* refactor: list quick add with optimistic issue create
* refactor: spreadsheet quick add with optimistic issue create
* refactor: calender quick add with optimistic issue create
* refactor: gantt quick add with optimistic issue create
* refactor: input component and pre-loading data logic
* style: calender quick-add height and content shift
* feat: sub-group quick-add issue
* feat: displaying loading state when issue is being created
* fix: setting string null to null
2023-10-27 12:32:24 +05:30
dakshesh14
bc6a983d1e
fix: removed redundant function to get draft issues
2023-10-26 20:42:58 +05:30
dakshesh14
b85c93b0e5
dev: store for draft issue
2023-10-26 20:37:28 +05:30
Aaryan Khandelwal
d95ea463b2
chore: implement mobx in project features settings ( #2533 )
2023-10-26 14:58:00 +05:30
guru_sainath
ca2da41dd2
chore: issue comment reaction workflow and mutation update ( #2537 )
2023-10-25 19:24:14 +05:30
guru_sainath
a6d741e784
chore: implemented drag and drop between dates for project issues, cycle, module, and project views for calendar layout ( #2535 )
2023-10-25 16:09:50 +05:30
Aaryan Khandelwal
d72d3da6de
refactor: modules list page ( #2521 )
...
* refactor: modules list page
* chore: update handle favorites logic for modules
* fix: build errors
2023-10-23 19:17:42 +05:30
sriram veeraghanta
07d548ea43
fix: cycle modal redendent component fix ( #2528 )
2023-10-23 18:38:01 +05:30
Anmol Singh Bhatia
4c54d826ba
fix: command palette fix ( #2523 )
2023-10-23 17:24:43 +05:30
Aaryan Khandelwal
05a76c5ee3
fix: gantt chart blocks drag and resize logic ( #2516 )
2023-10-23 15:06:02 +05:30
Aaryan Khandelwal
c739b7235d
refactor: publish project modal ( #2514 )
...
* chore: add publish badge to the header
* refactor: project oublish components
* chore: remove link tag
2023-10-23 12:12:42 +05:30
guru_sainath
914657334d
chore: peekoverview issue comments and comment reactions ( #2507 )
2023-10-20 17:55:20 +05:30
sriram veeraghanta
9f1fd2327a
fix: auth redirection issue fixes when user is logged in ( #2499 )
...
* fix: auth redirection issues
* fix: redirect flickering fix
* chore: sign in page ui improvement and redirection fix (#2501 )
* style: sign in page ui improvement
* chore: sign up redirection added and ui improvement
* chore: redirection validation and create workspace form fix (#2504 )
* chore: sign in redirection validation
* fix: create workspace form input fix
* chore: code refactor
---------
Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
2023-10-20 17:10:17 +05:30