Commit Graph

98 Commits

Author SHA1 Message Date
Aaryan Khandelwal
3c3f0f7581 chore: edit/delete option 2023-09-20 18:52:38 +05:30
Aaryan Khandelwal
cd4d56d071 refactor: objects folder structure 2023-09-20 18:33:12 +05:30
Aaryan Khandelwal
4a5ca4d51b fix: modals layout 2023-09-20 17:46:17 +05:30
Aaryan Khandelwal
8ff1e8dd87 chore: set default values on the issue modal 2023-09-20 17:16:01 +05:30
Aaryan Khandelwal
4a13b30874 fix: edit object modal 2023-09-20 16:33:33 +05:30
Aaryan Khandelwal
c714b5e50c fix: merge conflicts 2023-09-20 15:40:01 +05:30
Aaryan Khandelwal
4c016c85f1 chore: file upload in the issue modal 2023-09-20 15:16:13 +05:30
Dakshesh Jain
cdfff12f4f
fix: fields not getting selected in the create issue form (#2212)
* fix: hydration error and draft issue workflow

* fix: build error

* fix: properties getting de-selected after create, module & cycle not getting auto-select on the form

* fix: display layout, props being updated directly
2023-09-20 13:06:51 +05:30
Aaryan Khandelwal
220c572461 Merge branch 'develop' of https://github.com/makeplane/plane into feat/custom_attributes 2023-09-20 12:48:25 +05:30
Aaryan Khandelwal
4842fc8e58 refactor: issue modal custom attributes 2023-09-20 12:47:48 +05:30
Anmol Singh Bhatia
e01a0d20fe
chore: dynamic position dropdown (#2138)
* chore: dynamic position state dropdown for issue view

* style: state select dropdown styling

* fix: state icon attribute names

* chore: state select dynamic dropdown

* chore: member select dynamic dropdown

* chore: label select dynamic dropdown

* chore: priority select dynamic dropdown

* chore: label select dropdown improvement

* refactor: state dropdown location

* chore: dropdown improvement and code refactor

* chore: dynamic dropdown hook type added

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-09-20 12:24:52 +05:30
Aaryan Khandelwal
e94fb40602 chore: added icon field for objects 2023-09-19 19:27:19 +05:30
Aaryan Khandelwal
5dc9e00c3d style: issue modal select attributes 2023-09-19 19:04:54 +05:30
Aaryan Khandelwal
9ef30b4fbf chore: revert issue modal select designs 2023-09-19 18:11:38 +05:30
Aaryan Khandelwal
dc908d21bb chore: update entity option added 2023-09-19 18:09:36 +05:30
Aaryan Khandelwal
3b682c2124 chore: clear custom attributes on modal close 2023-09-19 17:53:16 +05:30
Aaryan Khandelwal
121d4cb4eb fix: issue display properties endpoint 2023-09-19 17:41:48 +05:30
Aaryan Khandelwal
47866fb511 fix: merge conflicts 2023-09-19 17:25:04 +05:30
Aaryan Khandelwal
6b2a5a97ac chore: separate description fields in the create issue modal 2023-09-19 17:09:50 +05:30
M. Palanikannan
11258686ad
[fix]: Removing dependency on tiptap pro extension (#2209)
* removing dependency on tiptap pro extension

* updated docs to remove tiptap pro setup instructions

* chore: removed pro extension promt from setup.sh

* chore: Removed Pro Extension Setup from CI

---------

Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
2023-09-19 16:44:12 +05:30
Aaryan Khandelwal
7cf263ecd4 refactor: display components 2023-09-19 13:07:33 +05:30
Dakshesh Jain
f6b92fc953
fix: activity not coming for blocking/blocked, 'related to' and duplicate (#2189)
* fix: activity not coming for duplicate, relatesd to and for blocked/blocking

refactor: mutation logic to use relation id instead of issue id

* fix: mutation logic and changed keys to be aligned with api

* fix: build error
2023-09-19 12:58:00 +05:30
Dakshesh Jain
79bf7d4c0c
fix: hydration error and draft issue workflow (#2199)
* fix: hydration error and draft issue workflow

* fix: build error
2023-09-19 12:56:32 +05:30
Aaryan Khandelwal
14be78564a style: create issue modal inputs 2023-09-18 23:14:40 +05:30
Aaryan Khandelwal
a014564d11 chore: date time attribute 2023-09-18 21:33:27 +05:30
Aaryan Khandelwal
2169ba35a9 Merge branch 'develop' of https://github.com/makeplane/plane into feat/custom_attributes 2023-09-16 01:38:18 +05:30
Aaryan Khandelwal
fb87bfc140 style: attributes empty state design 2023-09-16 01:38:02 +05:30
Anmol Singh Bhatia
5d331477ef
chore: settings bug fixes and ui improvement (#2198)
* fix: settings bug fixes and ui improvement

* chore: setting sidebar scroll fix & code refactor
2023-09-15 19:30:53 +05:30
Aaryan Khandelwal
d36a8b1325 fix: merge conflicts 2023-09-15 17:49:39 +05:30
Aaryan Khandelwal
501a704108 fix: merge conflicts 2023-09-15 17:48:47 +05:30
Aaryan Khandelwal
ef77ca6524 chore: custom attributes on the create issue modal 2023-09-15 17:47:51 +05:30
Aaryan Khandelwal
57f4941ee2 refactor: attribute form component 2023-09-15 16:24:20 +05:30
Anmol Singh Bhatia
c107b36d34 fix: document bug fix 2023-09-15 15:41:10 +05:30
Anmol Singh Bhatia
ccffbe1b4e
style: workspace and profile setting revamp (#2193)
* chore: custom theme mode svg added

* style: workspace settings ui revamp

* style: project settings and image upload modal improvement

* style: profile setting ui revamp

* chore: settings ui improvement and bug fixes
2023-09-15 15:03:32 +05:30
Aaryan Khandelwal
e713db48b3 chore: file type attribute added 2023-09-15 14:14:08 +05:30
Dakshesh Jain
32d945be0d
fix: edit/delete for draft issue (#2190)
* fix: edit/delete

* fix: build issue

* fix: draft issue modal opening in kanban card
2023-09-15 12:51:10 +05:30
Aaryan Khandelwal
057ddf1310 style: loader for issue details sidebar 2023-09-15 12:40:55 +05:30
Aaryan Khandelwal
ed25e09557 chore: create color picker dropdown 2023-09-15 12:36:51 +05:30
Aaryan Khandelwal
fff07a2353 chore: number field validations 2023-09-15 12:03:17 +05:30
Aaryan Khandelwal
529a286954 chore: render custom attributes on the issue details sidebar 2023-09-15 11:24:51 +05:30
Dakshesh Jain
eda4da8aed
feat: draft issues (#2188)
* feat: draft issue

issues can be saved as draft

* style: modal position
2023-09-14 18:38:31 +05:30
sriram veeraghanta
759a604cb8
fix: posthog integration (#2186) 2023-09-14 16:38:41 +05:30
sriram veeraghanta
6659cfc8b0
fix: track events issue and env variables fixes (#2184)
* fix: track event fixes

* fix: adding env variables to trubo
2023-09-14 16:05:31 +05:30
Aaryan Khandelwal
cf384d3a4d chore: single select options 2023-09-14 13:09:21 +05:30
sriram veeraghanta
f983d787b4
env and docker fixes (#2182) 2023-09-14 12:26:07 +05:30
Aaryan Khandelwal
02d18e9edd fix: merge conflicts 2023-09-13 23:59:17 +05:30
Aaryan Khandelwal
43659631cf chore: object select dropdown for the create issue modal 2023-09-13 23:14:32 +05:30
Anmol Singh Bhatia
87abf3ccb1
style: project setting ui revamp (#2177)
* style: project settings navigation sidebar added

* chore: emoji and image picker close on outside click added

* style: project setting general page revamp

* style: project setting member page revamp

* style: project setting features page revamp

* style: project setting state page revamp

* style: project setting integrations page revamp

* style: project setting estimates page revamp

* style: project setting automation page revamp

* style: project setting label page revamp

* chore: member select improvement for member setting page

* chore: toggle switch component improvement

* style: project automation setting ui improvement

* style: module icon added

* style: toggle switch improvement

* style: ui and spacing consistency

* style: project label setting revamp

* style: project state setting ui improvement

* chore: integration setting repo select validation

* chore: code refactor

* fix: build fix
2023-09-13 23:09:55 +05:30
Aaryan Khandelwal
9b6efa2ed3 chore: set up mobx store and configured all crud operations 2023-09-13 22:25:47 +05:30
Aaryan Khandelwal
2e2cace5de Merge branch 'develop' of https://github.com/makeplane/plane into feat/custom_attributes 2023-09-13 22:21:31 +05:30