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

client: Add route for adding RSS sources #1310

Merged
merged 3 commits into from
Jan 21, 2022
Merged

client: Add route for adding RSS sources #1310

merged 3 commits into from
Jan 21, 2022

Conversation

jtojnar
Copy link
Member

@jtojnar jtojnar commented Jan 21, 2022

Visiting /manage/sources/add?url=foo will load the settings page, open the “new source” form and pre-fill the URL specified in the query string parameter. For now, only URL is customizable.

Fixes: #254

Visiting `/manage/sources/add?url=foo` will load the settings page, open the “new source” form and pre-fill the URL specified in the query string parameter. For now, only URL is customizable.

Fixes: #254
They are already fetched from the initial loading of sources
so we should not need to wait for them to be fetched again.
In the rare case that they did indeed change, we can update
the select box later.

This will significantly speed up opening the “New source” form,
especially when using the `/manage/sources/add` route.
I also forgot to add setDirty calls to SourceParam in 3eaf1f5
@jtojnar jtojnar added this to the 2.19 milestone Jan 21, 2022
@jtojnar jtojnar merged commit f5f6419 into master Jan 21, 2022
@jtojnar jtojnar deleted the nav-add branch January 21, 2022 03:01
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.

Add URL/API to add new Feeds
1 participant