mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-14 11:14:56 -05:00
[PR #55] [MERGED] [feat] set default starting tab #227
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/pd4d10/git-touch/pull/55
Author: @shreyas1599
Created: 4/10/2020
Status: ✅ Merged
Merged: 4/25/2020
Merged by: @pd4d10
Base:
master← Head:set-default-tab📝 Commits (4)
faf5e88[feat] set default tab38dddcbMerge branch 'master' into set-default-tab44bda83update: remove setting, preserve state on app closef70214cfix: 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.