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

[PE-97] refactor: pages actions #6234

Merged
merged 38 commits into from
Dec 31, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d238bac
dev: support for edition specific options in pages
aaryan610 Nov 14, 2024
9ceb91c
refactor: page quick actions
aaryan610 Nov 18, 2024
bb00042
chore: add customizable page actions
aaryan610 Nov 20, 2024
835440f
fix: type errors
aaryan610 Nov 20, 2024
1314d3d
dev: hook to get page operations
aaryan610 Nov 20, 2024
8416b48
refactor: remove unnecessary props
aaryan610 Nov 20, 2024
436e4ac
chore: add permisssions to duplicate page endpoint
aaryan610 Nov 20, 2024
c060024
chore: memoize arranged options
aaryan610 Nov 21, 2024
84acc60
Merge branch 'preview' of https://github.com/makeplane/plane into dev…
aaryan610 Nov 21, 2024
f0a41bd
chore: use enum for page access
aaryan610 Nov 21, 2024
9bcbf24
chore: add type assertion
aaryan610 Nov 21, 2024
8806a67
fix: auth for access change and delete
aaryan610 Nov 21, 2024
3b6892d
fix: merge conflicts resolved from preview
aaryan610 Nov 22, 2024
d29ab80
fix: removing readonly editor
Palanikannan1437 Dec 9, 2024
383fb56
fix: merge conflicts resolved from preview
aaryan610 Dec 16, 2024
d52b747
chore: add sync for page access cahnge
aaryan610 Dec 16, 2024
2b06dfa
fix: sync state
Palanikannan1437 Dec 16, 2024
09f2be4
fix: indexeddb sync loader added
Palanikannan1437 Dec 16, 2024
7959a19
fix: remove node error fixed
Palanikannan1437 Dec 16, 2024
a7ddf3d
style: page title and checkbox
aaryan610 Dec 17, 2024
96c2f6d
chore: removing the syncing logic
Palanikannan1437 Dec 17, 2024
2fc1ac7
revert: is editable check removed in display message
Palanikannan1437 Dec 17, 2024
25abb9e
fix: editable field optional
Palanikannan1437 Dec 17, 2024
6189411
fix: editable removed as optional prop
Palanikannan1437 Dec 17, 2024
f24d8a1
fix: extra options import fix
Palanikannan1437 Dec 17, 2024
4dd215c
Merge branch 'dev/page-options' into fix/realtime-ref
Palanikannan1437 Dec 17, 2024
6fe2eef
fix: remove readonly stuff
Palanikannan1437 Dec 17, 2024
43db528
fix: added toggle access
Palanikannan1437 Dec 17, 2024
e0958b4
fix: merge conflicts resolved from preview
aaryan610 Dec 18, 2024
3992bd2
chore: add access change sync
aaryan610 Dec 18, 2024
63c59df
fix: full width toggle
aaryan610 Dec 19, 2024
732da3e
refactor: types and enums added
aaryan610 Dec 19, 2024
a5bae52
refactore: update store action
aaryan610 Dec 19, 2024
ba90bfc
chore: changed the duplicate viewset
NarayanBavisetti Dec 30, 2024
0c963ff
fix: merge conflicts resolved from preview
NarayanBavisetti Dec 30, 2024
3527e6d
fix: remove the page binary
NarayanBavisetti Dec 30, 2024
190d0c6
fix: duplicate page action
aaryan610 Dec 30, 2024
941d4bb
fix: merge conflicts
Palanikannan1437 Dec 30, 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
fix: remove node error fixed
Palanikannan1437 committed Dec 16, 2024

Verified

This commit was signed with the committer’s verified signature.
VDigitall Vitalii Martyniak
commit 7959a191abbf76e64031fe249bf7fe5559a642ca
Original file line number Diff line number Diff line change
@@ -139,12 +139,12 @@ export const PageRenderer = (props: IPageRenderer) => {
id={id}
>
<EditorContentWrapper editor={editor} id={id} tabIndex={tabIndex} />
{/* {editor.isEditable && ( */}
{/* <> */}
{/* <BlockMenu editor={editor} /> */}
{/* <AIFeaturesMenu menu={aiHandler?.menu} /> */}
{/* </> */}
{/* )} */}
{editor.isEditable && (
<div>
<BlockMenu editor={editor} />
<AIFeaturesMenu menu={aiHandler?.menu} />
</div>
)}
</EditorContainer>
</div>
{isOpen && linkViewProps && coordinates && (