Commit Graph

1747 Commits

Author SHA1 Message Date
sriramveeraghanta
675d21c3f0 Merge branch 'develop' of github.com:makeplane/plane into tip-tap-integration 2023-08-10 15:59:47 +05:30
Dakshesh Jain
8c8668a3e6
refactor: not making calls to member's endpoint to get membership status (#1831)
* refactor: not making call to members endpoint to get membership status

* refactor: type for IProject
2023-08-10 15:39:32 +05:30
sriramveeraghanta
dfba092af5 merge conflict resolved 2023-08-10 13:53:03 +05:30
Palanikannan1437
124383ebb4 explicitly added prosemirror deps 2023-08-10 13:16:25 +05:30
Dakshesh Jain
9ce85cdf21
refactor: if/else conditions (#1822)
* refactor: shortcuts if/else

* fix: merge conflict
2023-08-10 13:12:17 +05:30
Dakshesh Jain
1c6cdb8328
refactor: added validation for display_name (#1823) 2023-08-10 13:05:03 +05:30
guru_sainath
005b42cb8d
dev: Updating themening worfkflow (#1827) 2023-08-10 13:03:42 +05:30
Palanikannan1437
7b3862a3dd trying pnpm overrides 2023-08-10 12:17:53 +05:30
Palanikannan1437
c1d2b41a80 added resolutions to prosemirror-model version 2023-08-10 11:23:33 +05:30
Palanikannan1437
b86081d788 added min height for issue description in modal 2023-08-10 04:11:44 +05:30
Palanikannan1437
6c9b31a2c4 temp fix 2023-08-10 03:57:16 +05:30
Palanikannan1437
1c08ad506a temp fix 2023-08-10 03:50:59 +05:30
Palanikannan1437
2329abe7dd added ts fix for node types 2023-08-10 03:40:01 +05:30
Palanikannan1437
ee6a6ecf3f fixing node ts error for Horizontal Rule 2023-08-10 03:31:38 +05:30
Palanikannan1437
a96514dc37 fixing ts errors for next build 2023-08-10 03:20:20 +05:30
Palanikannan1437
78a77cf560 improved code structure for extracting props in Tiptap 2023-08-10 02:50:34 +05:30
Palanikannan1437
96ef0a1e4f removed remirror instances and cleaned up code 2023-08-10 01:28:40 +05:30
Palanikannan1437
579051db31 added tiptap support to gpt assistant modal (yet to be tested) 2023-08-10 01:22:07 +05:30
Palanikannan1437
c2a4cdfebb added tiptap support for plane pages 2023-08-10 01:21:36 +05:30
Palanikannan1437
95358503ed added ref control support and bubble menu support for readonly editor 2023-08-10 01:21:15 +05:30
Palanikannan1437
b1dc5f3da1 added tiptap integration with user activity feeds 2023-08-10 01:20:40 +05:30
Palanikannan1437
0b6d510cc7 added additional props and Tiptap Integration with Comments 2023-08-10 01:20:15 +05:30
Dakshesh Jain
be062ccd34
fix: import user using endpoint with email (#1819) 2023-08-09 17:49:25 +05:30
Dakshesh Jain
c9d0c5353d
style: displaying email in members page depending on user role (#1817)
* style: displaying email in members page depending on user role

* refactor: added null safety
2023-08-09 17:23:57 +05:30
Dakshesh Jain
2a6eb5fe23
style: option to edit display name in profile page (#1818) 2023-08-09 16:44:35 +05:30
Aaryan Khandelwal
d9ccce41bc
chore: profile and my issues page start date option (#1815)
* chore: profile and my issues page start date option

* fix: properties order in my profile view options
2023-08-09 15:46:47 +05:30
Anmol Singh Bhatia
3db69a3a71
style: profile empty state (#1811)
* style: profile empty state

* style: priority empty state padding
2023-08-09 15:45:20 +05:30
Dakshesh Jain
faa50b0bbb
fix: analytics showing user id instead of display name (#1812)
* fix: replacing first, last name and email with display name

* fix: different endpoint for workspace & project member

* fix: falling back to email if display_name doesn't exist

* fix: analytics showing user id instead of display name
2023-08-09 15:20:29 +05:30
Dakshesh Jain
1991e09035
refactor: removed escape keydown listener (#1814) 2023-08-09 15:18:26 +05:30
Aaryan Khandelwal
4fcd081d27
chore: select start date option for issue (#1813) 2023-08-09 15:17:32 +05:30
Palanikannan1437
5c290e1302 Integrated tiptap with Issue Modal 2023-08-09 09:42:57 +05:30
Palanikannan1437
5228ab8d0a improved file structure and delete image function implemented 2023-08-09 01:57:08 +05:30
Palanikannan1437
c078d59916 Image uploads done 2023-08-08 16:20:19 +05:30
Aaryan Khandelwal
5f1209f1db
chore: empty state for multi-level dropdown (#1802)
* fix :label filter should show something if there is no label #1779 (#1795)

* style: children empty state

---------

Co-authored-by: Pankaj Chotaliya <34762752+pankajvc@users.noreply.github.com>
2023-08-08 14:13:26 +05:30
Aaryan Khandelwal
88e5a05253
chore: subscribed by me tab on my issues page (#1800)
* chore: add subscribed by me tab in my issues

* chore: update tab titles

* fix: build error
2023-08-08 13:15:25 +05:30
Dakshesh Jain
981acc81c1
fix: replaced first name, last name or email to display name (#1796)
* fix: replacing first, last name and email with display name

* fix: different endpoint for workspace & project member

* fix: falling back to email if display_name doesn't exist
2023-08-08 13:01:43 +05:30
Nikhil
cf306ee605
feat: user display name (#1179)
* feat: user display name for the entire system

* feat: update issue activity to remove emails

* dev: update to display name wherever assignees__email and member__email

* dev: update display names on issue activity and the user script

* dev: update display_name function to generate display_name from email

* dev: add email for test purpose

* dev: set default display name for the user

* dev: add migration script and default value

* dev: annotate with assignees_id

* dev: return assignees id

* dev: display name for the profile

* dev: project members endpoint

* dev: url update

* dev: trailing /

* dev: update workspace member serializer

* fix: activity for assignees
2023-08-08 12:59:04 +05:30
guru_sainath
9df0ba6e3a
feat: initiated plane space (#1801) 2023-08-08 12:55:42 +05:30
guru_sainath
b6744dcd29
Chore: mobx setup and app sidebar and theme management (#1798)
* dev: Mobx integration for app sidebar and custom theme

* dev: Handled edge case and conditional rendering for mobx store
2023-08-08 12:50:27 +05:30
Palanikannan1437
63c7bc2d68 added migration support by updating to html 2023-08-07 21:02:39 +05:30
DevMiner
a164dfd532
chore(frontend): add sharp (#1451) 2023-08-07 15:52:08 +05:30
Bavisetti Narayan
2b46e5f977
feat: issue export csv (#1781)
* feat: created issue export csv

* fix: optimized the queries

---------

Co-authored-by: NarayanBavisetti <narayan311@gmail.com>
2023-08-07 11:59:04 +05:30
Palanikannan1437
a6ae849a81 saving with debounce logic added and it's stored in backend 2023-08-05 04:53:10 +05:30
Palanikannan1437
50e7c5924c fixed bubble menu to match styles and added better seperation in UI 2023-08-05 04:51:58 +05:30
Palanikannan1437
60f1b7346d added support for slash command 2023-08-05 04:50:59 +05:30
Palanikannan1437
727570e347 fixed css for task lists and code with syntax highlighting 2023-08-05 04:50:18 +05:30
Aaryan Khandelwal
97c3fb40e7
fix: custom theme persisting after signing out (#1780)
* fix: custom theme persistence

* chore: remove console logs

* fix: build error

* fix: change theme from command k
2023-08-03 15:01:31 +05:30
Palanikannan1437
b078e24d82 added bubblemenu support with extensions 2023-08-03 00:15:02 +05:30
Palanikannan1437
d62ac268c6 styles migrated for remirror to tiptap transition 2023-08-02 23:04:55 +05:30
Palanikannan1437
dd5ff737d1 remirror instances commented out to avoid prosemirror conflicts 2023-08-02 23:00:47 +05:30