From eec1b1baea948202d59c9bb9610b661c4a6c20b1 Mon Sep 17 00:00:00 2001 From: Victoria Park Date: Fri, 3 Jul 2020 19:06:01 -0700 Subject: [PATCH 1/2] clear previous search fields --- GitExplorer-iOS/ViewController.swift | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/GitExplorer-iOS/ViewController.swift b/GitExplorer-iOS/ViewController.swift index d032977..740e704 100644 --- a/GitExplorer-iOS/ViewController.swift +++ b/GitExplorer-iOS/ViewController.swift @@ -45,7 +45,16 @@ class ViewController: UIViewController { primarySelect.data = Repository.shared.primaryOption primarySelect.onDataSelect = { command in - + /****when you reselect first item, maybe previous search results in "Usage" and "note" + boxes should be cleared and second pull down menu? under "I want to" could reflect the change + changes of options dependent on the first pull down menu + This way you won't have an option of for example, " I want to clone - a new branch" + ****/ + + self.secondarySelect.labelTxt = "" + self.usageInfo.infoText = "" + self.noteInfo.infoText = "" + // self.secondarySelect.alpha = 1.0 self.secondarySelect.data = Repository.shared.secondaryOptions[command.value]! From ab46e21de62a1121502122974691b3a42a69683c Mon Sep 17 00:00:00 2001 From: vpark777 <66101907+vpark777@users.noreply.github.com> Date: Sun, 5 Jul 2020 22:01:38 -0700 Subject: [PATCH 2/2] Update README.md just practicing my pull requests. Sorry! I may do like 20.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 335ab8b..a6288d6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Recommend me on LinkedIn - +**this is an awesome app. Sorry I'm practicing **Git Explorer** is a simple iOS application to search git command on one click. Dedicated to all Software Developers with ❤️.