0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Aaryan Khandelwal
8cbe6c4b36
fix: show only filtered states when state filter is selected () 2023-05-20 03:07:00 +05:30
Aaryan Khandelwal
290318603d
fix: calendar view mutation () 2023-05-15 11:35:07 +05:30
Aaryan Khandelwal
df96d40cfa
fix: views issues mutation, sidebar link highlight ()
* fix: views issues mutation, sidebar link highlight

* fix: show only specific states when type filter is set

* fix: delete comment mutation

* style: bulk delete issues modal

* fix: project settings features mutation
2023-05-11 02:15:39 +05:30
Aaryan Khandelwal
99dd1b9f0c
chore: state delete validation () 2023-04-22 18:19:35 +05:30
Aaryan Khandelwal
3e08186d72
fix: kanban empty issues () 2023-04-03 18:04:45 +05:30
Aaryan Khandelwal
12ad3892f8
fix: signin page type () 2023-04-03 15:07:39 +05:30
Aaryan Khandelwal
fae1534887
fix: issues list flicker ()
* fix: issues list flicker

* fix: useeffect dependencies
2023-03-31 18:29:24 +05:30
Aaryan Khandelwal
66d07e340b
fix: delete mutations for issues, cycles and modules () 2023-03-31 02:17:35 +05:30
Anmol Singh Bhatia
e6055da150
feat: calendar view ()
* feat:start and last day of month helper function

* feat: start and last day of week helper function

* feat: weekday and everyday interval helper function

* feat: calendar date formater helper function

* feat: monthly calendar view , feat: weekend date toggle, feat: calendar month and year picker

* feat: monthly , weekly view and weekend toggle

* feat: drag and drop added in calendar view

* fix: drag and drop mutation fix

* chore: refactoring , feat: calendar view option added

* fix: calendar view menu fix

* style: calendar view style improvement

* style: drag and drop styling

* fix:week day format fix

* chore: calendar constant added

* feat: calendar helper function added

* feat: month and year picker, month navigator, jump to today funtionality added

* feat: weekly navigation and jump to today fix, style: month year picker fix

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-03-30 02:01:53 +05:30
Aaryan Khandelwal
37aade5ef6
fix: order by last created ()
* feat: block sync

* fix: order by last created order
2023-03-28 01:52:13 +05:30
Dakshesh Jain
f3583f6415
feat: added filter 'created_by' ()
* feat: clear filter button

* feat: added filter 'created_by'

* style: text align left for all the issues in filters dropdown
2023-03-24 23:31:56 +05:30
Aaryan Khandelwal
765cfdbf7e
fix: kanban loading state () 2023-03-23 23:36:52 +05:30
Aaryan Khandelwal
d477c19ad9
feat: show empty states toggle button in the views dropdown ()
* feat: show empty states toggle button in views dropdown

* refactor: empty state toggle naming convention, feat: hidden groups in section in the kanban board
2023-03-23 02:13:52 +05:30
Aaryan Khandelwal
79249c5c9b
fix: states order ()
* fix: order of states in the kanban board

* fix: state name in list view
2023-03-23 01:00:50 +05:30
Dakshesh Jain
a830808f9d
refactor: views & filter ()
* fix: not saving filters on views detail page

* refactor: using issues endpoint to get issues in views detail page

feat: showing toast alert on saving view
2023-03-22 18:18:19 +05:30
Dakshesh Jain
0fb9a14f15
refractor: added params to fetch key () 2023-03-16 18:15:08 +05:30
Dakshesh Jain
ef0e326ca0
feat: issues filter using views ()
* fix: made basic UI for views, binded services and logic for views

* feat: views list, delete view, and conditionally updating filters or my view props
2023-03-16 14:07:19 +05:30
Dakshesh Jain
928ebdf632
fix: mutation for issue update on both kanban & list ()
* refactor: issues filter logic

* fix: removed fetch logic from hooks

* feat: filter by assignee and label

* chore: remove filter buttons

* feat: filter options

* fix: mutation for issue update on both kanban & list

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-03-15 11:44:44 +05:30