Skip to content
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

Add recent section to user profile #2120

Merged
merged 17 commits into from Mar 7, 2018
Merged

Conversation

naoey
Copy link
Contributor

@naoey naoey commented Feb 25, 2018

}
}

private string urlToAbsolute(string url) => $"{api?.Endpoint ?? @"https://osu.ppy.sh"}{url}";

This comment was marked as off-topic.

This comment was marked as off-topic.

- Also remove unnecessary fallback from absolute URL helper
- Also handle opening UserProfile in LinkFlowContainer similar to how
beatmaps and channels are handled
@peppy peppy modified the milestones: February 2018, March 2018 Mar 1, 2018
{
this.api = api;

userLinkTemplate = $"[{toAbsoluteUrl(activity.User?.Url)} {activity.User?.Username}]";

This comment was marked as off-topic.


private MessageFormatter.MessageFormatterResult createMessage()
{
string userLinkTemplate = $"[{toAbsoluteUrl(activity.User?.Url)} {activity.User?.Username}]";

This comment was marked as off-topic.

@peppy
Copy link
Sponsor Member

peppy commented Mar 7, 2018

Looking good, apart from missing VisualTest!

@peppy peppy merged commit ca249ab into ppy:master Mar 7, 2018
@naoey naoey deleted the user-profile-recent branch March 10, 2018 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants