mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #69] [MERGED] [core] Submit "Add Source" Forms on Enter #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/69
Author: @ricoberger
Created: 11/7/2023
Status: ✅ Merged
Merged: 11/7/2023
Merged by: @ricoberger
Base:
main← Head:core-submit-add-source-forms-on-enter📝 Commits (1)
c784f72[core] Submit "Add Source" Forms on Enter📊 Changes
12 files changed (+19 additions, -0 deletions)
View changed files
📝
app/lib/widgets/source/add/add_source_github.dart(+6 -0)📝
app/lib/widgets/source/add/add_source_googlenews.dart(+2 -0)📝
app/lib/widgets/source/add/add_source_mastodon.dart(+1 -0)📝
app/lib/widgets/source/add/add_source_medium.dart(+1 -0)📝
app/lib/widgets/source/add/add_source_nitter.dart(+1 -0)📝
app/lib/widgets/source/add/add_source_podcast.dart(+1 -0)📝
app/lib/widgets/source/add/add_source_reddit.dart(+1 -0)📝
app/lib/widgets/source/add/add_source_rss.dart(+1 -0)📝
app/lib/widgets/source/add/add_source_stackoverflow.dart(+2 -0)📝
app/lib/widgets/source/add/add_source_tumblr.dart(+1 -0)📝
app/lib/widgets/source/add/add_source_x.dart(+1 -0)📝
app/lib/widgets/source/add/add_source_youtube.dart(+1 -0)📄 Description
All our forms were submitable via enter except the forms used to add a new source to a column. This is now changed so that also these forms can be submitted by pressing enter in a text field.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.