This repository was archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
+1,235
−12
Merged
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
58d139d
Introduced linking engine.
oskarwrobel ea4ead7
WIP: Introduced link command and link feature.
oskarwrobel 353a2ff
Introduced basic manual test.
oskarwrobel 7cdd8ab
Added binding for active feature. Improved docs.
oskarwrobel 0f93f14
Improved link command.
oskarwrobel 49d61b6
Minor test changes.
oskarwrobel fae57da
Created mockup of the LinkBalloonPanel.
oleq cdd90ab
Created basic themes for LinkBalloonPanel.
oleq d9373c0
Extended Link manual test to include the UI.
oleq eb414b4
Enabled LinkBalloonPanel in Link feature. Code refactoring.
oleq 6f14c14
Merge remote-tracking branch 'origin/t/1' into t/2
oleq 926f4dc
Use domConverter to obtain native DOM range.
oleq 1b2db40
Added panel elements like button, URL input and label along with the
oleq fd070c7
Created balloonPanel#url attribute. Basic focus handling when editing…
oleq eda9c2b
Added Cancel button to LinkBalloonPanel component.
oleq 20cbffc
Massive code refactoring, decoupling and polishing.
oleq 82b170b
Minor refactoring.
oleq 43c1fe6
Added tmp extended version of ck-z helper to linkballoonpanel stylesh…
oleq eb9223f
Decoupled styles for various components.
oleq 98862a5
Merge branch 't/1' into t/2
oskarwrobel 6821253
Improved data flow between the feature and the UI.
oleq fc5d6c5
Minor refactoring and docs in Link Feature.
oleq cd97be6
Added docs for _createBalloonPanel method in Link Feature.
oleq 2cc453c
Very base ui and command integration.
oskarwrobel b52f48d
Refactored the way of creating panel.
oskarwrobel f8f9051
Prevent showing panel when editor is not focused.
oskarwrobel cd2a43c
Moved panel creation to Link Feature init(). Fixed some focus issues.
oleq 762ae4d
Merge branch 't/1' into t/2
oskarwrobel f9fccc2
Merge branch 'master' into t/2
oskarwrobel a93540a
Moved Balloon Panel component to ckeditor5-ui-default and ckeditor5-t…
oskarwrobel 932197b
Introduced toolbar unlink button.
oskarwrobel fc66303
Show panel on Ctrl+l keystroke.
oskarwrobel ad1d48f
Added missing docs and test for LinkBalloonPanel component.
oskarwrobel 74770f1
Added missing bender tag.
oskarwrobel c240af5
Added test + minor refactor of Link feature.
oskarwrobel fb131cd
Moved bender tag at the top of file.
oskarwrobel 7780ed3
Changed the way of getting editable element.
oskarwrobel 25f3806
Removed Balloon Panel test case from link manual test.
oskarwrobel 1b0fb4e
Added use cases to manual test.
oskarwrobel d3bb9b5
Removed unused editor init.
oskarwrobel dabe64c
Minor docs refactoring.
oskarwrobel 2cf3f4d
Introduced LinkElement class.
oskarwrobel 6b78bd9
Refactored the way of test which use editable element.
oskarwrobel a983c1d
Fixed typo in tests.
oskarwrobel a7ca040
Added unlink button to link balloon panel.
oskarwrobel f5c07b3
Refactoring after changes in `ckeditor5-ui-default`.
oskarwrobel 10a09de
Changed initialization of LabeledInput component.
oskarwrobel 52fe998
Added keystroke to button title.
oskarwrobel 4840986
Changed CSS class name of LinkForm component region.
oskarwrobel b940d80
Refactored code style and docs.
oskarwrobel 4b2e4d2
Refactored docs.
oskarwrobel e49efba
Minor code refactoring and documentation fixes.
oleq 6749e9a
Minor code refactoring and documentation fixes.
oleq 8fdf0f3
Used the new LabeledInput API in the LinkBalloonPanel.
oleq 1091d43
Enhanced visually the link balloon panel with more space.
oleq 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
Refactored the way of test which use editable element.
commit 6b78bd91ff2b4b3680810c72667f8831dba3e723
There are no files selected for viewing
This file contains 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
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.
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.
Code style. Should be
or
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.
I prefer 2nd option because the "then" piece is better visible.