-
Notifications
You must be signed in to change notification settings - Fork 7
[ENG-2096] Remove the discourse context overlay from Roam canvas #1288
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -220,10 +220,6 @@ const PERSONAL_SCHEMA_PATH_TO_LEGACY_KEY = new Map<string, string>([ | |
| [pathKey([PERSONAL_KEYS.disableSidebarOpen]), "disable-sidebar-open"], | ||
| [pathKey([PERSONAL_KEYS.hideFeedbackButton]), "hide-feedback-button"], | ||
| [pathKey([PERSONAL_KEYS.autoCanvasRelations]), "auto-canvas-relations"], | ||
| [ | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Legacy migration iterates |
||
| pathKey([PERSONAL_KEYS.overlayInCanvas]), | ||
| "discourse-context-overlay-in-canvas", | ||
| ], | ||
| [pathKey([PERSONAL_KEYS.streamlineStyling]), "streamline-styling"], | ||
| [pathKey([PERSONAL_KEYS.disableProductDiagnostics]), "disallow-diagnostics"], | ||
| [pathKey([PERSONAL_KEYS.discourseToolShortcut]), "discourse-tool-shortcut"], | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -248,7 +248,6 @@ export const PersonalSettingsSchema = z.object({ | |
| .default({ modifiers: 0, key: "" }), | ||
| "Discourse context overlay": z.boolean().default(false), | ||
| "Reified relation triples": z.boolean().default(true), | ||
| "Overlay in canvas": z.boolean().default(false), | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| "Text selection popup": z.boolean().default(true), | ||
| "Disable sidebar open": z.boolean().default(false), | ||
| "Hide feedback button": z.boolean().default(false), | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overlayMounted+ theonPointerEnterhandler below existed solely to defer overlay mounting until hover; they go with the overlay.