-
Notifications
You must be signed in to change notification settings - Fork 21
UI Changes #82
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
Merged
Merged
UI Changes #82
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
64048b1
Refactor changeAppFavourite function for animations
RKBoss6 c15cfda
Remove unnecessary icon check
RKBoss6 b10e2e5
Fix bug with favoriting app with 0 favorites not registering
RKBoss6 d81eca2
Update index.js
RKBoss6 55d985b
Update index.js
RKBoss6 e357a34
Update index.js
RKBoss6 78448fc
Update index.js
RKBoss6 4e01766
Update index.js
RKBoss6 a55bf86
Add updated apps with highlighted tile, fix favorites unresponsive in…
RKBoss6 c854943
Merge old changes with new ones
RKBoss6 3bac7f5
Update js/index.js
RKBoss6 e19af60
abstract animation length to one global variable
RKBoss6 c41881d
Extract favorite click handling into handleFavoriteClick
RKBoss6 f98de42
Update index.js
RKBoss6 ab40d79
Fix indents
RKBoss6 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
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.
Is it intentional that
appFavouritesdoes not havelet?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.
Huh, I hadn't noticed that. It doesn't seem to break anything, but it should probably be fixed. I can make a pr to address this if you want.
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.
Was noticing some problem with app loader and went too look here. Not sure it's because of this PR though. Will try to file an issue with repro maybe tomorrow. If the problem persists.
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.
Out of curiosity, what problem? I can check if it's happening to me as well.
Uh oh!
There was an error while loading. Please reload this page.
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.
The app loader would end up unable to load apps to the watch until I cleared site cache. Would happen repeatedly.
Specifically I was installing
notifyfswhich first prompted me whether to replacenotify(which was already installed) or not. I chose "replace".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.
let appFavourites;is actually defined on 577 so I think it's ok?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.
Ok! Sorry for not looking deeper than the diff.
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.
Ok! Sorry for not looking deeper than the diff.