You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting, does the flyout data contain the same data as the regular dashboard? If so, it can be used as an alternative/fallback for the dashboard data. However in this PR you're also commenting out some other things as well as generating a random hash instead of using the one from the activity itself for some reason?
The panel flyout data looks different from the regular one. I generated the interface from its JSON, so feel free to modify it to make it clearer.
I commented out the requestToken check to skip it. Since I used the mobile API to submit the activity, I generated a random string for the id, similar to the others.
So this PR is specifically to comply with the new dashboard? If so it won't be for v3, but I will change this for v4. I do not have proper access to the new dash yet. But I assume none of the current methods for dashboard data work on the new dashboard.
This will not be merged with v3, but since (I assume) the method of getting the dashboard data we use currently won't work with the "new UI" this will likely be the main source of the "activity data" sadly my new dashboard got reverted back to the old so I am once again unable to continue working on this version.
yeah, it's just an other handler for everyone who has new UI, to solve UrlReward activities
currently I have no way to handle them in new UI
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.
In this pr, I adjusted the working way of urlreward activity by using panel flyout api, it's still working for me until now