[PR #55] [MERGED] [feat] set default starting tab #227

Closed
opened 2025-10-31 17:07:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/55
Author: @shreyas1599
Created: 4/10/2020
Status: Merged
Merged: 4/25/2020
Merged by: @pd4d10

Base: masterHead: set-default-tab


📝 Commits (4)

  • faf5e88 [feat] set default tab
  • 38dddcb Merge branch 'master' into set-default-tab
  • 44bda83 update: remove setting, preserve state on app close
  • f70214c fix: move active to themeModel, remove enums

📊 Changes

3 files changed (+118 additions, -12 deletions)

View changed files

📝 lib/home.dart (+53 -11)
📝 lib/models/theme.dart (+61 -1)
📝 lib/utils/utils.dart (+4 -0)

📄 Description

Fixes #40

I used 4 StorageKeys, one for each platform. I cannot re-use the same key for all as the count of bottom bar items is not the same. Using the same key would've made this a whole lot easier.

Let me know if there are any changes to be made.


🔄 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/pd4d10/git-touch/pull/55 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 4/10/2020 **Status:** ✅ Merged **Merged:** 4/25/2020 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `master` ← **Head:** `set-default-tab` --- ### 📝 Commits (4) - [`faf5e88`](https://github.com/pd4d10/git-touch/commit/faf5e8844bb17e18c1c7a1829a07e92ae89e0aa3) [feat] set default tab - [`38dddcb`](https://github.com/pd4d10/git-touch/commit/38dddcb661a686f21c07e59cf04cee58670b00c0) Merge branch 'master' into set-default-tab - [`44bda83`](https://github.com/pd4d10/git-touch/commit/44bda83fa928187b439355a24aedd48887597a9e) update: remove setting, preserve state on app close - [`f70214c`](https://github.com/pd4d10/git-touch/commit/f70214c684d7f2feed606bc476e55bcb6ecaa56a) fix: move active to themeModel, remove enums ### 📊 Changes **3 files changed** (+118 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `lib/home.dart` (+53 -11) 📝 `lib/models/theme.dart` (+61 -1) 📝 `lib/utils/utils.dart` (+4 -0) </details> ### 📄 Description Fixes #40 I used 4 `StorageKeys`, one for each platform. I cannot re-use the same key for all as the count of bottom bar items is not the same. Using the same key would've made this a whole lot easier. Let me know if there are any changes to be made. --- <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 17:07:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#227