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

301 Commits

Author SHA1 Message Date
Aaryan Khandelwal
b654d30aeb
chore: minor fixes on pages ()
* feat: block sync

* chore: minor fixes on pages

* fix: remove dangerously set inner html

* fix: pages crud operations mutation

* fix: favorites mutation for recent pages

* fix: remove dangerously set inner html
2023-03-29 00:20:00 +05:30
Saheb Giri
c0a471e916
fix: don't allow decimal in the y axis of completed issues graph () 2023-03-29 00:08:34 +05:30
Anmol Singh Bhatia
e2eeec8f79
feat: completed cycle message added () 2023-03-28 18:48:57 +05:30
kunalv17
b7b8d3914a
style: views list page, chore: views favotire () 2023-03-28 16:48:46 +05:30
Saheb Giri
afb92ea850
feat: add global search through cmd k ()
* feat: cmdk integration

* feat: create view, cycle, project, module and workspace from command k

* feat: user can logout directly from command menu

* feat: user can visit sub page like various settings

* feat: change state of issue from command menu

* chore: add current issue state and minor UX improvements

* refactor: moved change issue state to new file

* feat: change issue priority from command k

* feat: delete issue from command k

* feat: copy issue url to clipboard

* fix: change placeholder when settings page is selected

* chore: remove logout option from cmd k

* feat: add help options to cmd k

* feat: assign issue to member from cmd k

* feat: now assign issue to yourself from cmd k

* chore: implement new cmd k design with icons

* feat: implemented global search feature in the cmd k

* feat: add keyboard acessibility to cmd k list items

* chore: remove console logs

* fix: pages icon in cmd list

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-03-28 14:49:27 +05:30
kunalv17
fc4d06fe0c
style: changed the workspace cards height () 2023-03-28 14:17:24 +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
Aaryan Khandelwal
b9e42d116e
fix: issue modal overflow ()
* feat: block sync

* fix: create issue modal overflow
2023-03-28 01:52:04 +05:30
Aaryan Khandelwal
e0928d6ec5
fix: default label color ()
* feat: block sync

* fix: default label color
2023-03-28 01:50:55 +05:30
Aaryan Khandelwal
909ccd578b
chore: crisp integration ()
* feat: block sync

* chore: crisp integration

* fix: chat with us icon
2023-03-28 01:50:36 +05:30
Aaryan Khandelwal
08ee5dc6b1
feat: block sync () 2023-03-28 00:36:20 +05:30
Aaryan Khandelwal
3503b22dd9
refactor: pages folder structure ()
* refactor: pages folder structure, mutation issues

* fix: block edit and push

* fix: block title placeholder
2023-03-27 23:19:05 +05:30
Aaryan Khandelwal
e13b679c28
fix: join project screen flicker () 2023-03-27 16:53:31 +05:30
Aaryan Khandelwal
21dd2e703b
fix: module progress bar () 2023-03-26 11:37:06 +05:30
Aaryan Khandelwal
5dd5fe2d09
feat: gpt integration for page block description () 2023-03-26 11:36:10 +05:30
Aaryan Khandelwal
5d67029b5a
feat: pages ()
* style: page details

* style: page blocks design

* chore: pages list end points

* feat: add blocks, push blocks to issues

* feat: page labels, color options

* feat: added labels to pages

* fix: update page mutation
2023-03-25 23:39:46 +05:30
Dakshesh Jain
82b9275609
fix: deselecting filter option when clicked again ()
* fix: filters dropdown overflowing issue

* filters dropdown z-index

* fix: deselecting filter option when clicked again

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-03-24 23:33:28 +05:30
Dakshesh Jain
f2054b6945
style: removed color text from label modal ()
also closing color picker on color select
2023-03-24 23:32:33 +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
02f423bcb6
fix: workspace dashboard ()
* chore: completed issues graph

* style: issue stats
2023-03-24 11:06:52 +05:30
Aaryan Khandelwal
3d34741356
chore: update view button () 2023-03-24 10:56:06 +05:30
Aaryan Khandelwal
472767ab67
feat: group by created by option () 2023-03-24 01:11:42 +05:30
Aaryan Khandelwal
765cfdbf7e
fix: kanban loading state () 2023-03-23 23:36:52 +05:30
guru_sainath
2f2caaaf6e
Feat: Github importer to sync issues, users, and labels with workspace projects. ()
* Dev: Github integration with issues and layout integration

* dev: Github Integration route and UI configuration
2023-03-23 23:27:11 +05:30
Aaryan Khandelwal
7892a563b7
fix: minor ui fixes ()
* fix: sidebar arror positioning

* chore: show empty groups default value as true
2023-03-23 23:25:30 +05:30
Aaryan Khandelwal
f3b7fc6eb5
fix: filters dropdown overflowing issue ()
* fix: filters dropdown overflowing issue

* filters dropdown z-index
2023-03-23 23:25:08 +05:30
Aaryan Khandelwal
19434342d3
fix: delete image preview after modal close () 2023-03-23 22:55:12 +05:30
Anmol Singh Bhatia
b6a3615f66
feat: completed cycle validation , fix: quick action and kanban fix ()
* feat: completed cycle card validation

* fix: unique key to hidden group

* feat: completed cycle sidebar validation

* fix: remove console log from progress chart hover

* feat: kanban and list view completed cycle validation

* feat: quick action validation

* refactor: code refactor

* fix: sidebar draft cycle status
2023-03-23 22:42:08 +05:30
Aaryan Khandelwal
567afa6d39
fix: kanban drag and drop () 2023-03-23 18:52:18 +05:30
Dakshesh Jain
feb0e40559
refactor: state with group 'completed' or 'cancelled' are collapsed by default () 2023-03-23 18:10:28 +05:30
Saheb Giri
4a81b988b4
feat: implemented new pages design with bare minimum functionality ()
* chore: add page types and page api service

* chore: add create, list, update and delete on pages

* chore: add create, delete and patch page blocks

* feat: add and remove pages to favorite

* fix: made neccessary changes

- used tailwind for hover events
- add error toast alert
- used partial for patch request

* fix: replace absolute positiong with a flex box

* fix: design list page view to match with ui

* feat: add top large textarea for page title and description

* refactor: add page label with types

* feat: add pages grid layout

* feat: add tabs and masonry layout

* fix: build errors

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-03-23 16:12:14 +05:30
Aaryan Khandelwal
c755907d99
chore: new workspace endpoint ()
* chore: new workspace dashboard endpoint

* chore: overdue and upcoming issues
2023-03-23 15:54:59 +05:30
Aaryan Khandelwal
ad2fa91a2b
chore: new global select filters component () 2023-03-23 12:01:50 +05:30
Saheb Giri
10e5ba7b3e
feat: add pages and page blocks ()
* chore: add page types and page api service

* chore: add create, list, update and delete on pages

* chore: add create, delete and patch page blocks

* feat: add and remove pages to favorite

* fix: made neccessary changes

- used tailwind for hover events
- add error toast alert
- used partial for patch request

* fix: replace absolute positiong with a flex box
2023-03-23 11:01:06 +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
Aaryan Khandelwal
cd26b2e096
Revert "fix: sidebar and shortcut modal ()" ()
This reverts commit f615f8ac0c.
2023-03-22 23:40:25 +05:30
Anmol Singh Bhatia
f615f8ac0c
fix: sidebar and shortcut modal ()
* fix: shortcut modal cmd and ctrl fix

* fix: sidebar collapse state ordering
2023-03-22 19:08:04 +05:30
Dakshesh Jain
031f6443a0
style: kanban loader () 2023-03-22 19:06:36 +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
Aaryan Khandelwal
9a97c97336
chore: new modules and cycles response () 2023-03-22 18:10:38 +05:30
Aaryan Khandelwal
2e346158ba
fix: minor ui fixes () 2023-03-22 16:58:32 +05:30
Aaryan Khandelwal
283950c8e2
style: views () 2023-03-22 14:47:13 +05:30
Anmol Singh Bhatia
505b14e3a6
fix: ui fixes and improvement ()
* fix: list view longer title tooltip fix

* fix: module and cycle sidebar ui improvement
2023-03-21 12:47:10 +05:30
Anmol Singh Bhatia
b96d40f106
style: auth screens ()
* style: sign in page

* style: github and google sign

* style: sign with code and password

* style: not a member and not authorized for project setting

* style: join project icon

* chore: comment removed
2023-03-21 12:46:12 +05:30
Dakshesh Jain
e6b0012fe2
fix: mutation on issue create ()
* refractor: added params to fetch key

* feat: create views directly from views list page

fix: selected filter not showing up in multi-level dropdown, refactor: arranged imports

* fix: mutation on project create
2023-03-18 11:34:29 +05:30
Anmol Singh Bhatia
5739d95ab4
style: onboarding, chore: refactoring ()
* style: onboarding screens

* style: onboarding card component and refactoring

* fix: onboarding card text fix

* fix: merge conflict fix
2023-03-18 11:34:09 +05:30
Aaryan Khandelwal
e7ef6275cd
style: new buttons added () 2023-03-17 10:40:38 +05:30
Aaryan Khandelwal
4de0abfc22
fix: minor ui fixes () 2023-03-17 10:39:06 +05:30
Aaryan Khandelwal
5f796e732a
fix: bot activity and comment log name ()
* fix: github bot activity log details

* fix: bot comment details

* fix: updated bot logs

* refactor: bot name logic
2023-03-17 10:38:01 +05:30