Commit Graph

433 Commits

Author SHA1 Message Date
Aaryan Khandelwal
65ddcb6d79
chore: pages content update, empty state for recent pages (#637) 2023-03-31 02:51:39 +05:30
Aaryan Khandelwal
0c94b494ed
refactor: calendar view (#636) 2023-03-31 02:43:38 +05:30
Aaryan Khandelwal
e2921539d0
refactor: sidebar stats mutation (#635) 2023-03-31 02:20:44 +05:30
Aaryan Khandelwal
66d07e340b
fix: delete mutations for issues, cycles and modules (#634) 2023-03-31 02:17:35 +05:30
Anmol Singh Bhatia
8fcfebf0fc
fix: invalid date toast message updated (#633) 2023-03-31 01:40:06 +05:30
Anmol Singh Bhatia
5d0533a44f
style: ellipsis consistent style (#632)
* style: ellipsis consistent style

* style: consistent ellipsis menu for module and cycle
2023-03-31 00:31:00 +05:30
Anmol Singh Bhatia
3cf2172520
style: delete workspace modal (#631) 2023-03-31 00:25:42 +05:30
Saheb Giri
a8a5873d88
fix: add icons to dropdown and replace link icon (#630) 2023-03-30 20:45:15 +05:30
Kunal Vishwakarma
73c7b1bddc
fix: modal typo (#629)
* fix: modal width inconsistency

* fix: modal typo
2023-03-30 20:25:04 +05:30
Anmol Singh Bhatia
4441651f81
style: empty state image updated (#628) 2023-03-30 19:34:50 +05:30
Saheb Giri
64c936b9b5
style: module modal consistent design (#625) 2023-03-30 19:28:04 +05:30
Dakshesh Jain
66ed6a1dc8
feat: added tracker for page, page block, and gpt (#623)
* refactor: made events function generic

* feat: added tracker for page, page block, and gpt
2023-03-30 19:27:46 +05:30
Anmol Singh Bhatia
50275fd2ad
fix: sidebar pending issue stats fix (#627) 2023-03-30 19:26:41 +05:30
Kunal Vishwakarma
112fe8e7e6
fix: modal width inconsistency (#626) 2023-03-30 19:02:05 +05:30
Anmol Singh Bhatia
02e6439bd5
feat: completed cycle transfer issue (#624)
* feat: bulk transfer issue for completed cycle added

* feat: toast alert added for issue transfer
2023-03-30 18:59:53 +05:30
Saheb Giri
1558f51c23
fix: show divider only when filter is selected (#618) 2023-03-30 18:54:44 +05:30
Aaryan Khandelwal
bc7dc43171
chore: ai assistant limit error (#619) 2023-03-30 18:45:33 +05:30
Kunal Vishwakarma
70a00a6309
style: issue modal scroll (#621) 2023-03-30 18:45:11 +05:30
Saheb Giri
4d56adba43
style: create cycle modal makeover (#617) 2023-03-30 18:35:29 +05:30
Anmol Singh Bhatia
624d9dfd39
fix: icon and ellipsis (#622)
* fix: consistent icon for end date for cycle card

* fix: sidebar ellipsis fix
2023-03-30 18:35:05 +05:30
Aaryan Khandelwal
880813685b
fix: sidebar dropdowns height (#616)
* fix: old labels color set to black

* fix: issue details sidebar select dropdowns height
2023-03-30 18:07:00 +05:30
Aaryan Khandelwal
16abbe0b3e
fix: project identifier check in project settings (#613) 2023-03-30 17:48:03 +05:30
Aaryan Khandelwal
b65fa89cdb
fix: role input on my profile page (#612) 2023-03-30 17:47:49 +05:30
Aaryan Khandelwal
ed4aae47a2
style: my profile page (#608) 2023-03-30 17:04:41 +05:30
Aaryan Khandelwal
5feaed3961
fix: fetch correct list of issues on the calendar view (#611) 2023-03-30 17:03:37 +05:30
Saheb Giri
be5c4140ff
refactor: issue label and make design consistent (#610) 2023-03-30 16:59:07 +05:30
Kunal Vishwakarma
c5ccc29418
feat: added invitaion pending pills (#606) 2023-03-30 16:01:24 +05:30
Anmol Singh Bhatia
f5f90dab69
fix : module and cycle invalid date fix (#605)
* fix: module and cycle modal invalid date validation

* fix: cycle and module sidebar invalid date
2023-03-30 16:00:48 +05:30
Aaryan Khandelwal
a94e38c093
fix: minor bugs in the onboarding screens (#603) 2023-03-30 13:55:50 +05:30
Saheb Giri
63b7c1ee47
style: icons consistency and minor fixes (#601)
* fix: change discord casing

* style: icon and style consistency in cmd k

- change discord icon color
- make link copy link consistent
-  bolt to rocket icon for shortcut

* style: make icon color throughout the activity log
2023-03-30 13:54:18 +05:30
Kunal Vishwakarma
1866fd77bb
fix: changed buttons to primary (#602) 2023-03-30 13:53:03 +05:30
Kunal Vishwakarma
531b9e3d64
style: fixed height issue in module card (#599) 2023-03-30 12:09:42 +05:30
Anmol Singh Bhatia
06fb3e9b58
fix: calendar view bugs (#600)
* fix: text turncate added for issue

* fix: next week btn fix, style:calendar cell height fix
2023-03-30 12:09:11 +05:30
Aaryan Khandelwal
fb01e6d22c
fix: module status line break (#597) 2023-03-30 02:07:48 +05:30
Anmol Singh Bhatia
e6055da150
feat: calendar view (#561)
* 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
952c64d449
fix: mutation error for project issues (#595) 2023-03-30 01:50:00 +05:30
Aaryan Khandelwal
dcf8b562d3
chore: cycle and module sidebar stats filter (#594) 2023-03-30 01:31:43 +05:30
kunalv17
5c1607f39b
style: finished module card design (#593)
* style: finished modulecard design

* fix: use assignee list component
2023-03-30 01:17:51 +05:30
Saheb Giri
c75ca8203f
feat: add label to create view modal (#591) 2023-03-30 01:08:14 +05:30
Anmol Singh Bhatia
cfd97041b8
feat: incomplete cycle endpoint added , issue sidebar cycle fix (#582)
* feat: incomplete cycle endpoint added , issue sidebar cycle fix

* fix: fetch key
2023-03-29 19:21:15 +05:30
Saheb Giri
7337707a4e
style: redesign issue activity (#579)
* style: redesign the activity feed and refactor the code

* chore: remove console logs

* revert: back to remirror rich text editor

* style: make icons, text smaller and reduce the spacing between logs
2023-03-29 19:19:37 +05:30
Dakshesh Jain
b441a2ce20
feat: added labels in filters (#585)
* feat: added labels in filters

* fix: added labels in fetch keys
2023-03-29 19:18:57 +05:30
Aaryan Khandelwal
1509c8611d
fix: mutation while adding issue to cycle or module (#589) 2023-03-29 19:13:53 +05:30
kunalv17
4e9715a5b2
style: added divider to the pages block (#571)
* style: added hr to the pages block

* style: added divider and removed hr

* chore: removed index prop

* chore: removed index
2023-03-29 18:36:52 +05:30
Dakshesh Jain
10657d4796
fix: filter menu not closing on select other parent option (#587) 2023-03-29 18:18:45 +05:30
Saheb Giri
653cc29290
style: issue filter design (#588)
* style: redesign issue filter pill

* style: redesign issue label on the view modal
2023-03-29 18:18:08 +05:30
Dakshesh Jain
fa9c6581fd
fix: using proper name for tracker key (#581)
* fix: transmitting selective data for analytics

* fix: using proper name for tracker key

* fix: using proper name for tracker key
2023-03-29 16:34:56 +05:30
Aaryan Khandelwal
96910e1897
chore: ai for issue description (#575)
* feat: block sync

* chore: ai assistant for issue description
2023-03-29 16:30:40 +05:30
sphynxux
a8f5a3eda1
Merge pull request #584 from makeplane/fix/parent_issue_modal
fix: design of select parent issue modal
2023-03-29 16:28:55 +05:30
Anmol Singh Bhatia
248d094762
feat: cycle list page (#577)
* style: cycle list page

* fix:typo fix
2023-03-29 16:27:55 +05:30