Aaryan Khandelwal
106710f3d0
fix: custom background color for table header ( #5989 )
2024-11-12 15:26:57 +05:30
Aaryan Khandelwal
97eb8d43d4
style: updated margins and font styles for editor ( #5978 )
...
* style: updated margins and font styles for editor
* fix: code block font size in small font
* fix: remove duplicate code
2024-11-11 16:10:47 +05:30
Aaryan Khandelwal
2193e8c79c
fix: editor user config ( #5974 )
2024-11-08 13:30:06 +05:30
Aaryan Khandelwal
b4de055463
[PULSE-42] feat: text alignment for all editors ( #5847 )
...
* feat: text alignment for editors
* fix: text alignment types
* fix: build errors
* fix: build error
* fix: toolbar movement post alignment selection
* fix: callout type
* fix: image node types
* chore: add ts error warning
2024-11-05 17:46:34 +05:30
Aaryan Khandelwal
bb311b750f
fix: wrong token being passed in the read-only editor ( #5954 )
...
* fix: wrong token
* chore: update useMemo dependencies
2024-11-05 17:45:53 +05:30
Aaryan Khandelwal
f205d72782
fix: floating toolbar max width ( #5949 )
2024-11-04 20:17:20 +05:30
Lakhan Baheti
20b2a70939
fix: global css conflict ( #5945 )
2024-11-04 16:15:17 +05:30
Lakhan Baheti
3696062372
[WEB-2730] chore: core/editor updates to support mobile editor ( #5910 )
...
* added editor changes w.r.t mobile-editor
* added external extensions option
* fix: type errors in image block
* added on transaction method
* fix: optional prop fixed
* fix: memoize the extensions array
* fix: added missing deps
* fix: image component types
* fix: remove range prop
* fix: type fixes and better names of img src
* fix: image load blinking
* fix: code review
* fix: props code review
* fix: coderabbit review
---------
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
2024-10-30 17:39:02 +05:30
Lakhan Baheti
8ea34b5995
[WEB-2729] chore: updated live server auth cookies handling ( #5913 )
...
* chore: updated live server auth cookies handling
* chore: update token parsing logic
* fix: types and better logical seperation between the existing two tokens
* fix: better fallback to use request headers for cookies
---------
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
2024-10-30 17:38:29 +05:30
Aaryan Khandelwal
b4bbe3a8ba
fix: change html tag name for callout ( #5924 )
2024-10-29 14:12:12 +05:30
Aaryan Khandelwal
f986bd83fd
fix: callout content not being saved in description html ( #5920 )
2024-10-28 17:00:32 +05:30
Aaryan Khandelwal
14b31e3fcd
[PULSE-36] feat: callout component for pages and issue descriptions ( #5856 )
...
* feat: editor callouts
* chore: backspace action updated
* chore: update callout attributes types
* chore: revert emoji picker changes
* chore: removed class atrribute
* chore: added sanitization for local storage values
* chore: disable emoji picker search
2024-10-24 15:36:38 +05:30
Aaryan Khandelwal
4c20be6cf2
[PE-68] fix: markdown transformation of mention and custom image components ( #5864 )
...
* fix: markdown content for mention and custom image extensions
* style: update issue embed upgrade card
* chore: added string escapes
2024-10-22 14:29:50 +05:30
sriram veeraghanta
b87516b0be
chore: fixing inconsistent dependencies across the platform ( #5885 )
...
* chore: fixing inconsistent dependies across the platform
* fix: fixing peer dependencies
* chore: yarn lock regeneration
2024-10-22 14:03:34 +05:30
M. Palanikannan
c940a2921e
fix: validation of public and private assets ( #5878 )
2024-10-21 15:59:44 +05:30
M. Palanikannan
5a0dc4a65a
[PE-69] fix: image restoration fixed for new images in private bucket ( #5839 )
...
* regression: image aspect ratio fix
* fix: name of variables changed for clarity
* fix: restore only on error
* fix: restore image by handling it inside the image component
* fix: image restoration fixed and aspect ratio added to old images to stop updates on load
* fix: added back restoring logic for public images
* fix: add conditions
* fix: image attributes types
* fix: return for old images
* fix: remove passive false
* fix: eslint fixes
* fix: stopping infinite loading scenarios while restoring from error
2024-10-21 14:17:05 +05:30
M. Palanikannan
2982cd47a9
fix: remoteImageSrc to come from resolved source ( #5867 )
2024-10-18 14:21:07 +05:30
M. Palanikannan
81550ab5ef
[PE-56] regression: image aspect ratio fix ( #5792 )
...
* regression: image aspect ratio fix
* fix: name of variables changed for clarity
2024-10-18 13:40:39 +05:30
Aaryan Khandelwal
6209aeec0b
fix: color extension not working on issue description and published page ( #5852 )
...
* fix: color extension not working
* chore: update types
2024-10-17 13:26:23 +05:30
Aaryan Khandelwal
7e334203f1
[WEB-310] dev: private bucket implementation ( #5793 )
...
* chore: migrations and backmigration to move attachments to file asset
* chore: move attachments to file assets
* chore: update migration file to include created by and updated by and size
* chore: remove uninmport errors
* chore: make size as float field
* fix: file asset uploads
* chore: asset uploads migration changes
* chore: v2 assets endpoint
* chore: remove unused imports
* chore: issue attachments
* chore: issue attachments
* chore: workspace logo endpoints
* chore: private bucket changes
* chore: user asset endpoint
* chore: add logo_url validation
* chore: cover image urlk
* chore: change asset max length
* chore: pages endpoint
* chore: store the storage_metadata only when none
* chore: attachment asset apis
* chore: update create private bucket
* chore: make bucket private
* chore: fix response of user uploads
* fix: response of user uploads
* fix: job to fix file asset uploads
* fix: user asset endpoints
* chore: avatar for user profile
* chore: external apis user url endpoint
* chore: upload workspace and user asset actions updated
* chore: analytics endpoint
* fix: analytics export
* chore: avatar urls
* chore: update user avatar instances
* chore: avatar urls for assignees and creators
* chore: bucket permission script
* fix: all user avatr instances in the web app
* chore: update project cover image logic
* fix: issue attachment endpoint
* chore: patch endpoint for issue attachment
* chore: attachments
* chore: change attachment storage class
* chore: update issue attachment endpoints
* fix: issue attachment
* chore: update issue attachment implementation
* chore: page asset endpoints
* fix: web build errors
* chore: attachments
* chore: page asset urls
* chore: comment and issue asset endpoints
* chore: asset endpoints
* chore: attachment endpoints
* chore: bulk asset endpoint
* chore: restore endpoint
* chore: project assets endpoints
* chore: asset url
* chore: add delete asset endpoints
* chore: fix asset upload endpoint
* chore: update patch endpoints
* chore: update patch endpoint
* chore: update editor image handling
* chore: asset restore endpoints
* chore: avatar url for space assets
* chore: space app assets migration
* fix: space app urls
* chore: space endpoints
* fix: old editor images rendering logic
* fix: issue archive and attachment activity
* chore: asset deletes
* chore: attachment delete
* fix: issue attachment
* fix: issue attachment get
* chore: cover image url for projects
* chore: remove duplicate py file
* fix: url check function
* chore: chore project cover asset delete
* fix: migrations
* chore: delete migration files
* chore: update bucket
* fix: build errors
* chore: add asset url in intake attachment
* chore: project cover fix
* chore: update next.config
* chore: delete old workspace logos
* chore: workspace assets
* chore: asset get for space
* chore: update project modal
* chore: remove unused imports
* fix: space app editor helper
* chore: update rich-text read-only editor
* chore: create multiple column for entity identifiers
* chore: update migrations
* chore: remove entity identifier
* fix: issue assets
* chore: update maximum file size logic
* chore: update editor max file size logic
* fix: close modal after removing workspace logo
* chore: update uploaded asstes' status post issue creation
* chore: added file size limit to the space app
* dev: add file size limit restriction on all endpoints
* fix: remove old workspace logo and user avatar
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
2024-10-11 20:13:38 +05:30
Aaryan Khandelwal
e7065af358
[WEB-2494] dev: custom text color and background color extensions ( #5786 )
...
* dev: created custom text color and background color extensions
* chore: update slash commands icon style
* chore: update constants
* chore: update variables css file selectors
2024-10-11 19:11:39 +05:30
sriram veeraghanta
c1f881b2d1
Merge branch 'develop' of github.com:makeplane/plane into preview
2024-10-10 15:11:33 +05:30
sriram veeraghanta
5f4875cc60
fix: version bump
2024-10-10 15:05:03 +05:30
M. Palanikannan
2b1da96c3f
fix: drag handle scrolling fixed ( #5619 )
...
* fix: drag handle scrolling fixed
* fix: closest scrollable parent found and scrolled
* fix: removed overflow auto from framerenderer
* fix: make dragging dynamic and smoother
2024-10-10 14:06:14 +05:30
M. Palanikannan
b97fcfb46d
fix: show the full screen toolbar in read only instances as well ( #5746 )
2024-10-10 14:06:14 +05:30
Aaryan Khandelwal
c3c1ea727d
[WEB-2494] feat: text color and highlight options for all editors ( #5653 )
...
* feat: add text color and highlight options to pages
* style: rich text editor floating toolbar
* chore: remove unused function
* refactor: slash command components
* chore: move default text and background options to the top
* fix: sections filtering logic
2024-10-08 18:42:47 +05:30
Aaryan Khandelwal
b27249486a
[PE-45] feat: page export as PDF & Markdown ( #5705 )
...
* feat: export page as pdf and markdown
* chore: add image conversion logic
2024-10-08 16:54:02 +05:30
M. Palanikannan
7317975b04
fix: show the full screen toolbar in read only instances as well ( #5746 )
2024-10-08 16:50:32 +05:30
M. Palanikannan
5fb7e98b7c
fix: drag handle scrolling fixed ( #5619 )
...
* fix: drag handle scrolling fixed
* fix: closest scrollable parent found and scrolled
* fix: removed overflow auto from framerenderer
* fix: make dragging dynamic and smoother
2024-10-08 16:44:05 +05:30
M. Palanikannan
5f7b6ecf7f
fix: image deletion on submit fixed in comments ( #5748 )
...
* fix: image deletion on submit fixed in comments
* fix: cleareditor added to read only editor
* fix: image component double drop fixed
* feat: multiple image selection and uploading
* fix: click event on read only instance
* fix: made things async
* fix: prevented default behaviour
* fix: removed extra dep and cleaned up logic
2024-10-07 13:12:16 +05:30
sriram veeraghanta
b87d5c5be6
fix: version upgrade
2024-10-04 19:25:49 +05:30
M. Palanikannan
bfef0e89e0
[PE-46] fix: added aspect ratio to resizing ( #5693 )
...
* fix: added aspect ratio to resizing
* fix: image loading
* fix: image uploading and adding only necessary keys to listen to
* fix: image aspect ratio maintainance done
* fix: loading of images with uploads
* fix: custom image extension loading fixed
* fix: refactored all the upload logic
* fix: focus detection for editor fixed
* fix: drop images and inserting images cleaned up
* fix: cursor focus after image node insertion and multi drop/paste range error fix
* fix: image types fixed
* fix: remove old images' upload code and cleaning up the code
* fix: imports
* fix: this reference in the plugin
* fix: added file validation
* fix: added error handling while reading files
* fix: prevent old data to be updated in updateAttributes
* fix: props types for node and image block
* fix: remove unnecessary dependency
* fix: seperated display message logic from ui
* chore: added comments to better explain the loading states
* fix: added getPos to deps
* fix: remove click event on failed to load state
* fix: css for error and selected state
2024-09-30 19:43:14 +05:30
M. Palanikannan
bcd46b6aa9
fix: missing editor package ( #5708 )
2024-09-30 17:58:11 +05:30
Aaryan Khandelwal
3b0f3ca761
chore: show content loader untile the server has synced ( #5657 )
2024-09-30 15:57:19 +05:30
Aaryan Khandelwal
04686d1721
fix: convert image size to string ( #5717 )
2024-09-27 20:39:50 +05:30
Aaryan Khandelwal
ade03e9f8f
chore: move headings list extension to the document editor ( #5711 )
2024-09-27 08:24:04 +05:30
M. Palanikannan
20e569294d
[WEB-2528] fix: side menu rendering even if created already ( #5687 )
...
* fix: side menu rendering even if created already
* fix: drag handles position
2024-09-24 20:11:49 +05:30
Aaryan Khandelwal
8dabe839f3
fix: pass update image size ( #5686 )
2024-09-24 16:09:12 +05:30
Aaryan Khandelwal
5ca794b648
chore: remove line-through decoration from checked todo list items ( #5659 )
2024-09-24 13:56:36 +05:30
sriram veeraghanta
83bfca6f2d
fix: linting issues and rule changes ( #5681 )
...
* fix: lint config package updates
* fix: tsconfig changes
* fix: lint config setup
* fix: lint errors and adding new rules
* fix: lint errors
* fix: ui and editor lints
* fix: build error
* fix: editor tsconfig
* fix: lint errors
* fix: types fixes
---------
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2024-09-23 17:10:38 +05:30
Aaryan Khandelwal
83b83326c5
[WEB-2509] feat: fullscreen option for editor images ( #5665 )
...
* feat: editor image full screen mode
* fix: full screen modal visibility
* refactor: memoize calculations
* chore: update useEffect dependencies
2024-09-23 16:00:06 +05:30
Aaryan Khandelwal
f9a8896486
[WEB-1116] chore: add fallback for the live server ( #5622 )
...
* chore: add fallback for the live server
* fix: update provider document after patch request
* chore: make the health check call only on connection fail
* chore: update debounce interval
* refactor: remove useSwr call for healtch check
* fix: pages fallback init
2024-09-23 15:35:06 +05:30
M. Palanikannan
a05876552c
[WEB-1116] fix: page outline not reflecting changes in realtime ( #5567 )
...
* fix: svg not supported in image uploads
* fix: svg image file error message fixed
* fix: heading not updating with realtime
* chore: add read-only editor support
* fix: headings show on initial render
* fix: types and imports
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2024-09-23 14:44:27 +05:30
Aaryan Khandelwal
77152b3119
style: remove side menu position transition ( #5637 )
2024-09-19 17:47:34 +05:30
M. Palanikannan
146a500f9f
[WEB-2450] fix: image resize component ( #5623 )
...
* fix: image resize fixed for initial render
* fix: working image resize with mousemove handler only inside the editor
* fix: unnecessary calc
* fix: setting state to true
2024-09-17 16:54:42 +05:30
sriram veeraghanta
69b4f155fc
fix: yjs dependencies revert
2024-09-16 21:06:40 +05:30
M. Palanikannan
8533eba07d
[WEB-2450] dev: custom image extension ( #5585 )
...
* fix: svg not supported in image uploads
* fix: svg image file error message fixed
* feat: add custom image node for uploads
* fix: combine two extensions
* fix: added new image extension to backend
* fix: type errors
* style: image drop node
* style: image resize handler
* fix: removed unused stuff
* fix: types of updateAttributes
* fix: image insertion at pos and loading effect added
* fix: resize image real time sync
* fix: drag drop menu
* feat: custom image component editor
* fix: reverted back styles
* fix: reverted back document info changes
* fix: css image css
* style: image selected and hover states
* refactor: custom image extension folder structure
* style: read-only image
* chore: remove file handler
* fix: fixed multi time file opener
* fix: editor readonly content set properly
* fix: old images not rendered as new ones
* fix: drop upload fixed
* chore: remove console logs
* fix: src of image node as dependency
* fix: helper library build fix
* fix: improved reflow/layout and fixed resizing
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2024-09-16 19:36:20 +05:30
Aaryan Khandelwal
6826ce0465
[WEB-1116] chore: remove yjs packages from the editor ( #5603 )
...
* chore: remove yjs packages from the editor
* chore: updated yarn lock file
2024-09-16 18:28:09 +05:30
sriram veeraghanta
1b0e31027e
fix: lint fixes and typescript version fixes
2024-09-12 20:39:31 +05:30
Aaryan Khandelwal
cc07992e47
[WEB-2424] fix: add optional chaining for parent node ( #5571 )
...
* fix: add optional chaining for parent node
* chore: revert yarn lock changes
2024-09-10 14:41:48 +05:30