-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fix "Official Community" link, Improve navigation routing pattern #656
Conversation
- Move that logic into HandleLemmyLinks.
- Declare settings routes that wrap semantic routes as a data value.
- Documentation. - Move some files. - Update tests.
…rom the data that drives the presentation of views. - Add documentation.
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.
Official Community link still does not work if you connect using an account not registered on lemmy.world. That URL needs to adapt to the host of the user.
Other than that, looks good!
@EricBAndrews
|
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.
🚀
Federation is the likely culprit. Until we have guest mode and can use that as a fallback, let's go with it as-is. |
# Conflicts: # Mlem.xcodeproj/project.pbxproj # Mlem/Views/Tabs/Search/Search View.swift # Mlem/Views/Tabs/Settings/Components/Views/About/LicensesView.swift
This reverts commit 7fad834.
Checklist
- Follow up to PR Fix router lemmy link resolution #644
Pull Request Information
About this Pull Request
Screenshots and Videos
Additional Context
/Navigation
logic in an embedded SPM package.