[PR #69] [MERGED] [core] Submit "Add Source" Forms on Enter #73

Closed
opened 2025-10-31 16:56:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/69 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 11/7/2023 **Status:** ✅ Merged **Merged:** 11/7/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-submit-add-source-forms-on-enter` --- ### 📝 Commits (1) - [`c784f72`](https://github.com/feeddeck/feeddeck/commit/c784f72cfebd4edcf7b6b8f328cfddc3e6d9b267) [core] Submit "Add Source" Forms on Enter ### 📊 Changes **12 files changed** (+19 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:56:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#73