-
-
Notifications
You must be signed in to change notification settings - Fork 3k
feat(pad): scrub history in-place on the pad URL (#7659) #7710
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
Open
JohnMcLear
wants to merge
12
commits into
develop
Choose a base branch
from
feat/7659-timeslider-in-pad
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
923f191
feat(pad): scrub history in-place on the pad URL (#7659)
JohnMcLear dd29eb1
fix(pad): make history iframe fill the editor area (#7659)
JohnMcLear f276bb8
fix(pad): address Qodo review and CI failures (#7659)
JohnMcLear 228b139
feat(pad): consolidate chrome and replay chat/users in history mode (…
JohnMcLear 9addb17
fix(pad): theme propagation, hide inert buttons, plugin loading (#7659)
JohnMcLear 6db106b
feat(pad): move history slider into the outer toolbar (#7659)
JohnMcLear b70d75a
fix(pad): exempt embedded history iframe from userdup kick (#7659)
JohnMcLear 160f4cd
fix(pad): a11y of history toolbar controls (#7659)
JohnMcLear b6246df
fix(pad): a11y + responsive for history controls (#7659)
JohnMcLear e0b3e9a
feat(pad): inline Follow + Playback speed, match toolbar height (#7659)
JohnMcLear d0a408d
fix(pad): use absolute path for legacy /timeslider redirect (#7659)
JohnMcLear 6ec8391
fix(test): accept 304 on legacy timeslider redirect (#7659)
JohnMcLear File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,6 +42,7 @@ const getCollabClient = require('./collab_client').getCollabClient; | |
| const padconnectionstatus = require('./pad_connectionstatus').padconnectionstatus; | ||
| const padcookie = require('./pad_cookie').padcookie; | ||
| const padeditbar = require('./pad_editbar').padeditbar; | ||
| const padMode = require('./pad_mode').padMode; | ||
| const padeditor = require('./pad_editor').padeditor; | ||
| const padimpexp = require('./pad_impexp').padimpexp; | ||
| const padmodals = require('./pad_modals').padmodals; | ||
|
|
@@ -671,6 +672,7 @@ const pad = { | |
| $('#colorpicker').farbtastic({callback: '#mycolorpickerpreview', width: 220}); | ||
| $('#readonlyinput').on('click', () => { padeditbar.setEmbedLinks(); }); | ||
| padcookie.init(); | ||
| padMode.init(); | ||
|
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. 1. History mode lacks feature flag The new in-pad history mode is initialized and reachable by default without a feature flag. This violates the requirement that new features be gated and disabled by default to preserve the pre-change behavior when the flag is off. Agent Prompt
|
||
| await handshake(); | ||
| this._afterHandshake(); | ||
| })()); | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.