pushya22
cd312a64e1
Merge pull request #1155 from makeplane/sync/10902061445
...
sync: community changes
2024-09-17 16:56:40 +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
f0b1307ddd
Merge branch 'preview' into sync/10887175760
2024-09-16 21:11:33 +05:30
sriram veeraghanta
69b4f155fc
fix: yjs dependencies revert
2024-09-16 21:06:40 +05:30
M. Palanikannan
c19e64cc7a
fix: remove filehandler ( #1143 )
2024-09-16 20:50:46 +05:30
pushya22
cbbfb9f707
Merge pull request #1141 from makeplane/sync/10885526835
...
sync: community changes
2024-09-16 19:37:45 +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
pushya22
f1691d68c3
Merge branch 'preview' into sync/10884302536
2024-09-16 18:39:41 +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
Prateek Shourya
5d22cab29d
fix: merge conflicts resolved.
2024-09-12 20:56:12 +05:30
sriram veeraghanta
1b0e31027e
fix: lint fixes and typescript version fixes
2024-09-12 20:39:31 +05:30
pushya22
15ff5a422c
Merge branch 'preview' into sync/ce-ee
2024-09-10 15:12:28 +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
pushya22
bbf937fbcb
Merge pull request #1087 from makeplane/sync/ce-ee
...
sync: community changes
2024-09-10 14:30:05 +05:30
M. Palanikannan
069f8b950e
fix: svg not supported in image uploads in the editor ( #5558 )
...
* fix: svg not supported in image uploads
* fix: svg image file error message fixed
2024-09-10 14:27:27 +05:30
pushya22
b3138117af
Merge branch 'preview' into sync/ce-ee
2024-09-09 21:45:04 +05:30
Aaryan Khandelwal
7c77fc1680
fix: task list not getting synced ( #5566 )
2024-09-09 21:35:31 +05:30
M. Palanikannan
4d38a10f8b
fix: character count to work properly on editor rerenders and read only mode ( #5554 )
...
* fix: character count to work properly on editor rerenders and read only mode
* fix: desctructing properly at the start
2024-09-09 19:59:07 +05:30
pushya22
6ac1f655cf
Merge pull request #1066 from makeplane/sync/ce-ee
...
sync: community changes
2024-09-07 09:14:50 +05:30
Aaryan Khandelwal
8154a190d2
[WEB-1116] fix: editor info badges occupying multiple lines ( #5548 )
2024-09-07 09:01:01 +05:30
Aaryan Khandelwal
1299005de6
fix: issue embed popup ( #1059 )
2024-09-06 19:39:33 +05:30
Aaryan Khandelwal
e50264e647
feat: realtime collaboration for workspace pages ( #1024 )
2024-09-03 18:51:24 +05:30
Satish Gandham
14a3c7bdb9
Merge remote-tracking branch 'origin/preview' into sync/ce-ee
2024-09-03 17:08:24 +05:30
Aaryan Khandelwal
9910ed6e5f
[WEB-1116] refactor: page helpers for document transformation ( #5503 )
...
* refactor: page helpers for document transformation
* refactor: update tranforamtion function name
2024-09-03 15:31:32 +05:30
sriram veeraghanta
ffbabdad45
fix: merge conflicts resovled
2024-09-02 18:06:10 +05:30
Aaryan Khandelwal
6c3a8a9647
[WEB-1116] feat: pages realtime collaboration ( #5493 )
...
* [WEB-1116] feat: pages realtime sync (#5057 )
* init: live server for editor realtime sync
* chore: authentication added
* chore: updated logic to convert html to binary for old pages
* chore: added description json on page update
* chore: made all functions generic
* chore: save description in json and html formats
* refactor: document editor components
* chore: uncomment ui package components
* fix: without props extensions refactor
* fix: merge conflicts resolved from preview
* chore: init docker compose
* chore: pages custom error codes
* chore: add health check endpoint to the live server
* chore: update without props extensions type
* chore: better error handling
* chore: update react-hook-form versions
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
* fix: docker related fixes
* fix: module type fixes
* fix: nginx update
* fix: adding live server workflow
* fix: workflow fixes
* fix: docker compose fixes
* fix: workflow fixes
* fix: path config
* fix: docker compose warnings
* fix: nginx port forwarding
* fix: update docker compose with new env
* fix: env var fixes
* fix: error handling
* fix: docker compose env var
* fix: compose fixes
* chore: update server start message
* chore: handle errors
* fix: build errors
* chore: update port
* chore: update server port
* chore: show error on authentication fail
* chore: show error on authentication fail
* feat: add redis extension
* chore: updated restore version logic
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
2024-09-02 17:54:12 +05:30
Aaryan Khandelwal
314409b271
fix: merge conflicts resolved from preview
2024-08-29 12:37:59 +05:30
pushya22
d001280bba
Merge branch 'preview' into sync/ce-ee
2024-08-28 14:42:34 +05:30
Aaryan Khandelwal
7efda1c392
[WEB-2050] dev: added new information panels to a page ( #5409 )
...
* dev: added new information panels to pages
* refactor: update function name
2024-08-28 14:08:29 +05:30
Satish Gandham
a7829ff63b
Merge branch 'preview' into sync/ce-ee
2024-08-26 16:59:51 +05:30
Aaryan Khandelwal
a0ed51c845
[WEB-2293] feat: pages version history ( #5417 )
...
* chore: project page version
* feat: page version history implemented
* chore: hide save button when version history overlay is active
* refactor: updated navigation logic
* chore: added error states
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
2024-08-26 14:03:55 +05:30
sriram veeraghanta
ee638d83f6
fix: merge conflicts resolved
2024-08-21 18:01:35 +05:30
Aaryan Khandelwal
881d0525cc
refactor: ai menu ( #5400 )
2024-08-21 16:19:28 +05:30
Aaryan Khandelwal
6bc411bc53
chore: added ai options to editor
2024-08-21 13:35:55 +05:30
Satish Gandham
9a5b0eacfd
Merge pull request #877 from makeplane/sync/ce-ee
...
sync: community changes
2024-08-20 15:53:06 +05:30
M. Palanikannan
d9b0fe2aaa
fix: placeholder for list items ( #5389 )
2024-08-20 15:03:16 +05:30
sriram veeraghanta
560d25c9ea
fix: merge conflicts
2024-08-16 17:28:22 +05:30
Aaryan Khandelwal
a36adae995
[WEB-2047] dev: pages side menu refactor ( #5371 )
...
* dev: pages ai menu
* chore: remove unused tasks
2024-08-16 16:17:33 +05:30
Satish Gandham
fe4daa5bf4
Merge pull request #832 from makeplane/sync/ce-ee
...
sync: community changes
2024-08-14 19:39:40 +05:30
Anmol Singh Bhatia
3e83eed398
[WEB-2233] fix: intake issue comment ( #5368 )
...
* fix: intake issue comment
* chore: issue comment improvement
2024-08-14 19:38:37 +05:30
guru_sainath
3e4fa21ee2
[WEB-1986] Feat: Project Grouping ( #715 )
...
* feat: project grouping migrations
* chore: implemented workspace features
* chore: updated worksapce feature import in types
* chore: project states endpoint
* chore: updated migration file
* chore: migration file changes
* chore: workspace project states
* feat: project states
* fix: project states
* chore: replaced base modal with project base modal in project attribute
* chore: removed 002 migration
* chore: project attribute migration
* chore: project states feature flagged
* chore: project state marking as default
* chore: code cleanup
* chore: updated the project attributes operations in the project crud endpoints
* fix: wip
* chore: feature flag validation on project create and update.
* fix: sync develope
* dev: project state feature flag and removed read only fields from serializer
* wip
* chore: updated project id and project validation when we toggle the workspace project_grouping feature is true
* wip: layouts
* chore: updated project filter store
* wip: default screens
* chore: filters update
* chore: filters updates
* chore: display filter updates
* wip: state dropdown
* chore: seperated project components for CE
* chore: splitted the code for project creation form
* fix: code structure optimization
* chore: handled project filters
* wip: gallery layout for projects
* wip: spreadsheet filters
* chore: added state and priority filters
* fix: project page root moved
* fix: synced with preview
* dev: updated sorting
* wip: role based permissions
* fix: header sorting fixed
* fix: project types + state filter
* fix: optimizations
* fix: optimizations
* fix: partial feature flagging
* fix: project states
* fix: css
* fix: css foxes
* fix:
* chore: handled board layout in project grouping
* fix: post ce sync changes
* fix: gantt permissions + member bugs
* fix: mobile header + layout fixes
* fix: workspace sidebar + archives
* fix: build errors
* fix: dark theme handling
* fix: archive fix + miscellaneous
* Fix: build errors
* fix: kandban drag and drop + miscellaneous
* fix: kanban drag and drop
* fix: imports
* fix: drag & drop + project dropdown
* fix: merge changes
---------
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com >
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: gakshita <akshitagoyal1516@gmail.com >
Co-authored-by: Satish Gandham <satish.iitg@gmail.com >
2024-08-12 21:08:16 +05:30
pushya22
cfc2560b58
Merge pull request #806 from makeplane/sync/ce-ee
...
sync: community changes
2024-08-12 16:12:45 +05:30
Aaryan Khandelwal
3ffaa4f2ca
[WEB-2217] fix: drag handle positioning and action ( #5349 )
...
* fix: drag handle click action
* fix: drag handle positioning
2024-08-12 15:51:23 +05:30
sriram veeraghanta
6600342f82
fix: merge conflicts
2024-08-09 21:08:44 +05:30
pushya22
eb9afab1f2
Merge pull request #796 from makeplane/sync/ce-ee
...
sync: community changes
2024-08-09 19:24:24 +05:30
Aaryan Khandelwal
85f8fe9247
[WEB-2045] dev: editor variable font sizes and styles support ( #5340 )
...
* chore: added variable font size and font style support
* chore: remove font style switcher
* chore: update typography
2024-08-09 19:22:47 +05:30
Aaryan Khandelwal
dd5c8880d7
fix: merge conflicts resolved from preview
2024-08-08 16:46:26 +05:30
Aaryan Khandelwal
be82cbb8e8
[WEB-2047] chore: add missing exports ( #5334 )
...
* chore: add missing exports
* chore: delete unnecessary files
2024-08-08 16:41:49 +05:30
Aaryan Khandelwal
e805c49e69
[WEB-2047] refactor: editor side menu ( #5329 )
...
* refactor: editor side menu
* chore: change editor side menu selector to be id based
2024-08-08 14:48:05 +05:30
Aaryan Khandelwal
7db4da187a
dev: editor extensions feature flagging ( #727 )
2024-08-08 13:51:50 +05:30