-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cleans code for duplicate settings * cleans the if logic a bit * redirect settings button to display tab with animation Remove settings from main panel, Adds a bounce animation in presenter view, Rearrange settings to bring display at top, Add analytics event to see what triggered the settings panel. * removes unexpected units with zero from sccs file * rename display to settings * Changes the way we do analytics on settings * add comments explaining tabs and panes * changes order of autoplay * removes css hack for reflowing animation
- Loading branch information
1 parent
a107947
commit 9a67de7
Showing
10 changed files
with
189 additions
and
172 deletions.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,37 @@ | ||
{ | ||
"search": { | ||
"label": "Search", | ||
"icon": "search" | ||
"icon": "search", | ||
"type": "pane-nav" | ||
}, | ||
"session": { | ||
"history": { | ||
"label": "History", | ||
"icon": "history" | ||
"icon": "history", | ||
"type": "tab-nav" | ||
}, | ||
"shabad": { | ||
"label": "Current Shabad", | ||
"icon": "dot-circle-o" | ||
"icon": "dot-circle-o", | ||
"type": "pane-nav" | ||
}, | ||
"themes": { | ||
"label": "Themes", | ||
"icon": "paint-brush", | ||
"type": "tab-nav" | ||
}, | ||
"insert": { | ||
"label": "Insert", | ||
"icon": "desktop", | ||
"type": "tab-nav" | ||
}, | ||
"settings": { | ||
"label": "Settings", | ||
"icon": "cogs", | ||
"type": "tab-nav" | ||
}, | ||
"others": { | ||
"label": "Others", | ||
"icon": "ellipsis-h", | ||
"type": "tab-nav" | ||
} | ||
} |
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
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
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.