Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WEB-460] refactor: editors, chore: pages list improvement #4090

Merged
merged 220 commits into from
Apr 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
220 commits
Select commit Hold shift + click to select a range
875eb05
fix: stroing the transactions in page
NarayanBavisetti Feb 13, 2024
5193e4b
fix: page details changes
sriramveeraghanta Feb 21, 2024
5676679
chore: page response change
NarayanBavisetti Feb 21, 2024
a09749c
chore: removed duplicated endpoints
NarayanBavisetti Feb 21, 2024
d086503
chore: optimised the urls
NarayanBavisetti Feb 21, 2024
5275dc4
Merge branch 'develop' of gurusainath:makeplane/plane into dev/pages-…
gurusainath Feb 21, 2024
2fe3a69
Merge branch 'develop' of gurusainath:makeplane/plane into dev/pages-…
gurusainath Feb 22, 2024
deb7fcf
Merge branch 'develop' of gurusainath:makeplane/plane into dev/pages-…
gurusainath Feb 26, 2024
738e7b9
Merge branch 'develop' of gurusainath:makeplane/plane into dev/pages-…
gurusainath Feb 26, 2024
3c7ff87
chore: removed archived and favorite pages
NarayanBavisetti Feb 26, 2024
f8bda04
Merge branch 'dev/pages-revamp' of gurusainath:makeplane/plane into d…
gurusainath Feb 26, 2024
725997b
chore: revamping pages store and components
gurusainath Feb 26, 2024
df5020b
Merge branch 'develop' of gurusainath:makeplane/plane into dev/pages-…
gurusainath Feb 26, 2024
a303320
mentions loading state part done
Palanikannan1437 Feb 21, 2024
28be4e0
conflict: resolved merge conflicts
gurusainath Mar 1, 2024
d6229fb
Merge branch 'develop' of gurusainath:makeplane/plane into dev/pages-…
gurusainath Mar 1, 2024
43fd948
fixed mentions not showing in modals
Palanikannan1437 Mar 4, 2024
26646d5
removed comments and cleaned up types
Palanikannan1437 Mar 4, 2024
8bd7737
Merge branch 'develop' into chore/page-transactions
Palanikannan1437 Mar 4, 2024
5e703f6
removed unused types
Palanikannan1437 Mar 4, 2024
bcf5315
reset: head
gurusainath Mar 13, 2024
6d0e136
conflicts: merge conflicts resolved
gurusainath Mar 13, 2024
58bd868
chore: pages store and component updates
gurusainath Mar 13, 2024
ec9c313
style: pages list item UI
aaryan610 Mar 13, 2024
768d141
fix: improved colors and drag handle width
Palanikannan1437 Mar 14, 2024
13ba7d5
fix: slash commands are no more shown in the code blocks
Palanikannan1437 Mar 14, 2024
252c8a3
fix: cleanup/hide drag handles post drop
Palanikannan1437 Mar 14, 2024
15be7ee
fix: hide/cleanup drag handles post drag start
Palanikannan1437 Mar 14, 2024
52b2fbe
fix: aligning the drag handles better with the node post css changes …
Palanikannan1437 Mar 14, 2024
8b297b2
fix: juggling back and forth of drag handles in ordered and unordered…
Palanikannan1437 Mar 14, 2024
543168a
chore: fix imports, ts errors and other things
Palanikannan1437 Mar 14, 2024
051e653
Merge branch 'develop' of gurusainath:makeplane/plane into dev/pages-…
gurusainath Mar 14, 2024
ec70d68
fix: clearing nodes to default node i.e paragraph before converting i…
Palanikannan1437 Mar 15, 2024
f7700b4
chore: clearNodes after delete in case of selections being present
Palanikannan1437 Mar 15, 2024
adfa9c1
fix: hiding link selector in the bubble menu if inline code block is …
Palanikannan1437 Mar 15, 2024
28b2e26
Merge branch 'develop' of gurusainath:makeplane/plane into dev/pages-…
gurusainath Mar 15, 2024
84b6448
chore: filtering, ordering and searching implemented
aaryan610 Mar 15, 2024
996c86a
Merge branch 'dev/pages-revamp' of https://github.com/makeplane/plane…
aaryan610 Mar 15, 2024
afe64b6
Merge branch 'dev/pages-revamp' of gurusainath:makeplane/plane into d…
gurusainath Mar 15, 2024
ea245f6
chore: updated pages store and updated UI
gurusainath Mar 15, 2024
aa82d7b
chore: new core editor just for document editor created
Palanikannan1437 Mar 15, 2024
48d8397
chore: removed setIsSubmitting prop in doc editor
Palanikannan1437 Mar 15, 2024
d3b2d81
Merge branch 'develop' of https://github.com/makeplane/plane into ref…
aaryan610 Mar 15, 2024
0f26ab7
fix: fixed submitting state for image uploads
Palanikannan1437 Mar 15, 2024
0cca355
refactor: setShouldShowAlert removed
Palanikannan1437 Mar 18, 2024
e819179
refactor: rerenderOnPropsChange prop removed
Palanikannan1437 Mar 18, 2024
8f82874
chore: type inference magic in ref to expose an api for controlling e…
Palanikannan1437 Mar 18, 2024
ecb9dbe
fix: naming imports
Palanikannan1437 Mar 18, 2024
c8291a7
chore: change names of the exposed functions and removing old types
Palanikannan1437 Mar 18, 2024
a057fb5
refactor: remove debouncedUpdatesEnabled prop;
Palanikannan1437 Mar 18, 2024
bdbec34
refactor: editor heading markings now parsed using html
Palanikannan1437 Mar 18, 2024
347cd29
Merge branch 'refactor/document-editor-props' of https://github.com/m…
aaryan610 Mar 18, 2024
53f3dcc
chore: removed unrelated components from the document editor
aaryan610 Mar 19, 2024
e50e4c0
refactor: page details granular components
aaryan610 Mar 19, 2024
ce7f340
fix: remove onActionCompleteHandler
Palanikannan1437 Mar 19, 2024
0afb734
Merge branch 'refactor/document-editor-props' of https://github.com/m…
Palanikannan1437 Mar 19, 2024
b53118d
refactor: removed rerenderOnProps change prop
Palanikannan1437 Mar 19, 2024
eafc276
feat: added getMarkDown function
Palanikannan1437 Mar 19, 2024
0246431
chore: update dropdown option actions
aaryan610 Mar 19, 2024
2c35726
fix: sidebar markings update logic
aaryan610 Mar 19, 2024
67bbfa1
fix: merge conflicts resolved from develop
aaryan610 Mar 20, 2024
ba670b4
chore: add image and to-do list actions to the toolbar
aaryan610 Mar 20, 2024
a861a4c
fix: handling refs and populating them via callbacks
Palanikannan1437 Mar 20, 2024
d7e040d
Merge branch 'refactor/document-editor-props' of https://github.com/m…
Palanikannan1437 Mar 20, 2024
1e6245b
feat: scroll to node api exposed
Palanikannan1437 Mar 20, 2024
c0a7f74
cleaning up editor refs when the editor is destroyed
Palanikannan1437 Mar 20, 2024
373a022
feat: scrolling added to read only instance of the editor
Palanikannan1437 Mar 20, 2024
8769670
fix: markings logic
aaryan610 Mar 21, 2024
e87d7f8
fix: merge conflicts resolved from develop
aaryan610 Mar 21, 2024
0c5adb6
fix: build errors with types
Palanikannan1437 Mar 21, 2024
5de080c
Merge branch 'refactor/document-editor-props' of https://github.com/m…
Palanikannan1437 Mar 21, 2024
c5bad9e
fix: build erros
aaryan610 Mar 21, 2024
f4fa8e0
fix: subscribing to transactions of editor via ref
Palanikannan1437 Mar 21, 2024
34ab085
Merge branch 'refactor/document-editor-props' of https://github.com/m…
Palanikannan1437 Mar 21, 2024
51a6e43
chore: remove debug statements
Palanikannan1437 Mar 21, 2024
3bed2b5
fix: type errors
Palanikannan1437 Mar 21, 2024
ee028ec
fix: temporary different slash commands for document editor
Palanikannan1437 Mar 21, 2024
d900199
chore: inline code extension style
aaryan610 Mar 21, 2024
84c5899
chore: remove border from readOnly editor
aaryan610 Mar 21, 2024
dcf4f8a
fix: editor bottom padding
aaryan610 Mar 21, 2024
c557ed8
chore: pages improvements
aaryan610 Mar 22, 2024
6051def
chore: handle Enter key on the page title
aaryan610 Mar 22, 2024
89f8a46
fix: merge conflicts
aaryan610 Mar 22, 2024
2f4fc63
Merge branch 'develop' into chore/page-transactions
Palanikannan1437 Mar 26, 2024
48f913f
feat: added loading indicator logic in mentions
Palanikannan1437 Mar 26, 2024
625205f
fix: mentions and slash commands now work well with multiple editors …
Palanikannan1437 Mar 27, 2024
0c08fcd
refactor: page store structure, filtering logic
aaryan610 Mar 27, 2024
8279e15
feat: added better seperation in inline code blocks
Palanikannan1437 Mar 27, 2024
4b56cc5
feat: list autojoining added
Palanikannan1437 Mar 27, 2024
51af9e4
Merge branch 'feat/list-autojoins' into chore/page-transactions
Palanikannan1437 Mar 27, 2024
a331068
Merge branch 'fix/inline-code-blocks-fake-cursor' into chore/page-tra…
Palanikannan1437 Mar 27, 2024
d743482
fix: pages folder structure
aaryan610 Mar 27, 2024
eae2dc9
fix: image refocus from external parts
Palanikannan1437 Mar 28, 2024
35fe298
Merge branch 'fix/image-refocus-pages' into chore/page-transactions
Palanikannan1437 Mar 28, 2024
94e83ab
working lists somewhat
Palanikannan1437 Mar 28, 2024
c5814ac
Merge branch 'fix/drag-handles' into chore/page-transactions
Palanikannan1437 Mar 28, 2024
e0372b2
chore: implement page reactions
aaryan610 Mar 28, 2024
2be98b5
fix: build errors
aaryan610 Mar 28, 2024
4a5430b
fix: build errors
aaryan610 Mar 28, 2024
4825497
fixed drag handles stuff
Palanikannan1437 Mar 28, 2024
8e6429f
Merge branch 'fix/clear-before-chaining-commands' into chore/page-tra…
Palanikannan1437 Mar 28, 2024
60e38eb
task list item fixed
Palanikannan1437 Mar 28, 2024
f725f87
Merge branch 'fix/editor-extensions-ui' of https://github.com/makepla…
aaryan610 Mar 28, 2024
b34a7c3
working
Palanikannan1437 Mar 28, 2024
fe14ea3
fix: working on multiple nested lists
Palanikannan1437 Apr 1, 2024
aae4d34
chore: remove debug statements
Palanikannan1437 Apr 1, 2024
2ffa783
Merge branch 'chore/page-transactions' into refactor-document-editor
Palanikannan1437 Apr 1, 2024
9b579a2
fix: Tab key on first list item handled to not go out of editor focus
Palanikannan1437 Apr 1, 2024
57639f2
feat: threshold auto scroll support added and multi nested list selec…
Palanikannan1437 Apr 2, 2024
39b6d31
fix: caret color bug with improved inline code blocks
Palanikannan1437 Apr 2, 2024
55092f6
fix: todo list UI
aaryan610 Apr 2, 2024
fd4e3b9
fix: todo list UI
aaryan610 Apr 2, 2024
3e4edd1
fix: node range error when bulk deleting with list
Palanikannan1437 Apr 2, 2024
2306ede
fix: removed slash commands from working in code blocks
Palanikannan1437 Apr 2, 2024
da9e1c7
chore: update typography margins
aaryan610 Apr 2, 2024
85a67f6
chore: new field added in page model
NarayanBavisetti Apr 2, 2024
df54181
fix: better type inference in slash commands
Palanikannan1437 Apr 2, 2024
df613c5
Merge branch 'refactor-document-editor' of https://github.com/makepla…
Palanikannan1437 Apr 2, 2024
29fe34f
chore: code block UI
aaryan610 Apr 2, 2024
1464aba
Merge branch 'refactor-document-editor' of https://github.com/makepla…
aaryan610 Apr 2, 2024
4ddeef5
fix: merge conflicts resolved from develop
aaryan610 Apr 2, 2024
a8962a6
feat: image insertion at correct position using ref added
Palanikannan1437 Apr 2, 2024
3b122d5
Merge branch 'refactor-document-editor' of https://github.com/makepla…
Palanikannan1437 Apr 2, 2024
3c3e9cd
feat: added improved mentions support for space
Palanikannan1437 Apr 2, 2024
538216f
fix: type errors in mentions for comments in web app
Palanikannan1437 Apr 2, 2024
c554f21
sync: core with document-core
Palanikannan1437 Apr 2, 2024
c5c90b0
fix: build errors
aaryan610 Apr 3, 2024
946abd3
fix: fallback for appendTo not being able to find active container in…
Palanikannan1437 Apr 3, 2024
ff15de0
fix: page store
aaryan610 Apr 3, 2024
b0753de
Merge branch 'refactor-document-editor' of https://github.com/makepla…
aaryan610 Apr 3, 2024
30ebbfb
fix: page description
NarayanBavisetti Apr 3, 2024
1a2ba5a
fix: css quality issues
aaryan610 Apr 3, 2024
8d650c1
chore: code cleanup
aaryan610 Apr 3, 2024
220dba0
chore: removed placeholder text in codeblocks
Palanikannan1437 Apr 3, 2024
c0e0fe9
chore: archived pages response change
NarayanBavisetti Apr 3, 2024
26af689
Merge branch 'refactor-document-editor' of github.com:makeplane/plane…
NarayanBavisetti Apr 3, 2024
33fa897
chore: archived pages response change
NarayanBavisetti Apr 3, 2024
465e20a
fix: initial pages list fetch
aaryan610 Apr 3, 2024
15c9131
fix: pages list filters and ordering
aaryan610 Apr 3, 2024
c322c78
chore: add access change option in the quick actions dropdown
aaryan610 Apr 3, 2024
1f7d977
fix: inline code block caret fixed
Palanikannan1437 Apr 3, 2024
323df99
regression: removing extra text
Palanikannan1437 Apr 3, 2024
f622b91
chore: caret color removed
Palanikannan1437 Apr 3, 2024
2906c3a
feat: copy code button added in code blocks
Palanikannan1437 Apr 3, 2024
9b88139
Merge branch 'refactor-document-editor' of https://github.com/makepla…
Palanikannan1437 Apr 3, 2024
284b873
fix: initial load of page details
aaryan610 Apr 3, 2024
6554c28
fix: initial load of page details
aaryan610 Apr 3, 2024
c163e07
fix: image resizing weird behavior on click/expanding it too much fix…
Palanikannan1437 Apr 3, 2024
86ae733
chore: copy page response
NarayanBavisetti Apr 4, 2024
f9a8be0
Merge branch 'refactor-document-editor' of github.com:makeplane/plane…
NarayanBavisetti Apr 4, 2024
ad387fb
fix: todo list spacing
aaryan610 Apr 4, 2024
ce2e93d
Merge branch 'refactor-document-editor' of https://github.com/makepla…
aaryan610 Apr 4, 2024
82f7df0
chore: description html in the copy page
NarayanBavisetti Apr 4, 2024
2401618
Merge branch 'refactor-document-editor' of github.com:makeplane/plane…
NarayanBavisetti Apr 4, 2024
0572da7
chore: handle latest description on refetch
aaryan610 Apr 4, 2024
861c06f
Merge branch 'refactor-document-editor' of https://github.com/makepla…
aaryan610 Apr 4, 2024
2095c0e
fix: saner scroll behaviours
Palanikannan1437 Apr 4, 2024
0f92eae
fix: block menu positioning
Palanikannan1437 Apr 4, 2024
24fceba
Merge branch 'refactor-document-editor' of https://github.com/makepla…
Palanikannan1437 Apr 4, 2024
8d22774
fix: updated empty string description
aaryan610 Apr 4, 2024
b239c4c
Merge branch 'refactor-document-editor' of https://github.com/makepla…
aaryan610 Apr 4, 2024
deaf9c0
feat: tab change sync support added
Palanikannan1437 Apr 4, 2024
08e86da
fix: infinite rerendering with markings
Palanikannan1437 Apr 4, 2024
2403126
fix: block menu finally
Palanikannan1437 Apr 4, 2024
58a8ba0
fix: intial load on reload bug fixed
Palanikannan1437 Apr 4, 2024
225affb
fix: nested lists alignment
aaryan610 Apr 4, 2024
1aa3327
fix: editor padding
aaryan610 Apr 4, 2024
24a8d94
fix: first level list items copyable
Palanikannan1437 Apr 4, 2024
08385bf
Merge branch 'refactor-document-editor' of https://github.com/makepla…
Palanikannan1437 Apr 4, 2024
652e6cc
chore: list spacing
aaryan610 Apr 5, 2024
93d1dd0
fix: merge conflicts resolved from develop
aaryan610 Apr 5, 2024
1bda5de
fix: title change
aaryan610 Apr 5, 2024
cf5b226
fix: pages list block items interaction
aaryan610 Apr 5, 2024
49d3cc8
fix: saving chip position
aaryan610 Apr 5, 2024
9419b19
fix: delete action from block menu to focus properly
Palanikannan1437 Apr 7, 2024
02d34c3
fix: margin-bottom as 0 to avoid weird spacing when a paragraph node …
Palanikannan1437 Apr 7, 2024
19706e6
style: table, chore: lite text editor toolbar
aaryan610 Apr 8, 2024
33e873b
Merge branch 'refactor-document-editor' of https://github.com/makepla…
aaryan610 Apr 8, 2024
ebe3fd9
fix: page description tab sync
aaryan610 Apr 8, 2024
6390407
fix: lists spacing and alignment
aaryan610 Apr 8, 2024
9f4d88f
refactor: document editor props
aaryan610 Apr 8, 2024
f5a7956
feat: rich text editor wrapper created and migrated core
Palanikannan1437 Apr 9, 2024
f4af6f5
Merge branch 'refactor-document-editor' of https://github.com/makepla…
Palanikannan1437 Apr 9, 2024
287d32a
feat: created wrapper around lite text editor and merged core
Palanikannan1437 Apr 9, 2024
0e5cd5e
chore: add lite text editor toolbar
aaryan610 Apr 9, 2024
43f6436
fix: build errors
aaryan610 Apr 9, 2024
197a0b4
fix: type errors and addead live updation of toolbar
Palanikannan1437 Apr 9, 2024
229c351
fix: merge conflicts resolved from develop
aaryan610 Apr 9, 2024
9bf004c
Merge branch 'refactor-document-editor' of https://github.com/makepla…
aaryan610 Apr 9, 2024
3adf68d
chore: pages migration
NarayanBavisetti Apr 9, 2024
569b8be
fix: inbox issue
aaryan610 Apr 9, 2024
2c2bdbf
refactor: remove redundant package
aaryan610 Apr 9, 2024
21688fe
refactor: unused files
aaryan610 Apr 9, 2024
d33e75b
fix: add dompurify to space app
aaryan610 Apr 9, 2024
66f30d3
fix: inline code margin
aaryan610 Apr 9, 2024
0bc8655
fix: editor className props
aaryan610 Apr 9, 2024
025dc3d
Merge branch 'develop' of https://github.com/makeplane/plane into ref…
aaryan610 Apr 10, 2024
4621858
fix: build errors
aaryan610 Apr 10, 2024
78ac7d1
fix: traversing up the tree before assuming the parent is not a list …
Palanikannan1437 Apr 10, 2024
07fbd0a
fix: drag handle positions for list items fixed
Palanikannan1437 Apr 10, 2024
a5a608e
fix: removed focus at end logic after deleting block
Palanikannan1437 Apr 10, 2024
e3deba8
fix: image wrapper overflow scroll fix with block menu's position
Palanikannan1437 Apr 10, 2024
83e9f50
fix: selection and deletion logic for nested lists fixed!!
Palanikannan1437 Apr 10, 2024
60f6739
fix: hiding the block menu while scrolling in the document/app
Palanikannan1437 Apr 10, 2024
82d88f4
fix: merge conflicts resolved from develop
aaryan610 Apr 10, 2024
322f778
fix: inbox issue description
aaryan610 Apr 10, 2024
a86da31
chore: move page title to the web app
aaryan610 Apr 11, 2024
b5b136c
fix: merge conflicts resolved from develop
aaryan610 Apr 11, 2024
a7e4853
fix: handling edge cases for table selection
Palanikannan1437 Apr 11, 2024
095d48b
chore: lint issues
NarayanBavisetti Apr 11, 2024
4a062c4
Merge branch 'refactor-document-editor' of https://github.com/makepla…
Palanikannan1437 Apr 11, 2024
1200a98
refactor: list item functions moved to same file
Palanikannan1437 Apr 11, 2024
75b0f58
refactor: use mention hook
aaryan610 Apr 11, 2024
2f28027
fix: drag handle position in the peek overview
aaryan610 Apr 11, 2024
6c5a6ba
fix: added try catch blocks for mention suggestions
Palanikannan1437 Apr 11, 2024
f07b8c4
chore: remove unused code
Palanikannan1437 Apr 11, 2024
1d56ad7
fix: remove console logs
aaryan610 Apr 11, 2024
714d74a
Merge branch 'refactor-document-editor' of https://github.com/makepla…
aaryan610 Apr 11, 2024
ada0564
fix: remove console logs
aaryan610 Apr 11, 2024
156ae80
fix: merge conflicts resolved
sriramveeraghanta Apr 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' of gurusainath:makeplane/plane into dev/pages-…
…revamp
  • Loading branch information
gurusainath committed Feb 22, 2024
commit 2fe3a69914eddcded5b76c01b7402f895252ff91

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.