This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
t/152: Implemented FloatingToolbarView and Template.revert() #156
Merged
Changes from 14 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
624aa58
(Temp) Improved Template#apply() so it preserves original data. Imple…
oleq 30e9455
View#destroy() should not remove view's #element from DOM.
oleq 98a0331
Code refactoring and docs improvements in Template class.
oleq c68588f
(TMP) Working draft of FloatingToolbarView.
oleq aa37943
Docs: Fixes in Template class.
oleq 5b297ad
Improved CC of Template class.
oleq df62ec5
Template#apply() will extend only style and class attributes.
oleq 703089a
Core–refactoring, massive docs improvements.
oleq 1d5fd3e
[Tests, Docs, Code refac] for FloatingToolbarView.
oleq 5f7f0a2
Made EditableUIView revert its template if #editableElement was passe…
oleq 23a029e
Implemented expandToolbarConfig() and enableToolbarKeyboardFocus() to…
oleq f38789a
Added styles for FloatingToolbarView.
oleq 8d2b005
Added styles for FloatingToolbarView. Code refac in *ToolbarView styles.
oleq b1e6a3c
Merge branch 'master' into t/152
oleq efb8b58
Renamed expandToolbarConfig->getItemsFromConfig.
oleq d7050ee
Merge branch 'master' into t/152
oleq eca5642
Created FloatingPanelView class. Moved panels to panel/ directory.
oleq 9256a9a
Added #content collection to FloatingPanelView.
oleq 1311a72
Removed FloatingToolbarView from the codebase. Added FloatingPanelVie…
oleq 191a983
Merge branch 'master' into t/152
oleq 0047487
Moved enableToolbarKeyboardFocus ToolbarView utils to a separate module.
oleq 7b67c79
Merge remote-tracking branch 'origin/master' into t/152
oleq d40c01b
Renamed EditableUIView#isRendered to EditableUIView#externalElement.
oleq f3d5395
Docs: Fixed broken links.
oleq 2349d63
Docs: Removed link to protected method from public API.
oleq c7ba822
Docs: Fixes in Template.
oleq 35347df
Removed unnecessary node presence checks from Template#apply and Temp…
oleq 51830e9
Renamed Template#_revertNode() into #_revertTemplateFromNode().
oleq e42cf46
Renamed module:ui/template~RenderConfig into module:ui/template~Rende…
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
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
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.
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.
Kinda misleading name, considering the description. You can do better than that :P