Commit Graph

23 Commits

Author SHA1 Message Date
BrianLitwin
e5cac53149 mergeButton background bug fix (#2078) 2018-08-10 21:38:53 -04:00
Ehud Adler
ee84943b52 Resign keyboard merge (#2071)
* Project icon

* Fixes #2057
2018-08-10 07:56:11 -04:00
BrianLitwin
78432b36cf add gradient to mergeButton (#2049) 2018-08-06 22:47:06 -04:00
Ryan Nystrom
27ebb18b06 improved send UI, quieter merge buttons (#2001) 2018-07-29 19:29:25 -04:00
Ryan Nystrom
f02831d654 more padding above merge unit (#1994) 2018-07-28 17:04:44 -04:00
Ryan Nystrom
5cf3a7c568 More granular messaging and controls for merge state (#1993)
* update schema

* more granular merge status messaging and controls

* handle unknown

* pending state
2018-07-28 17:04:08 -04:00
Ryan Nystrom
e56c29a9a6 Redesigned Issues interface (#1983)
* clean up title model

* update title style

* organize issue SC method

* remove background colors from styled text in issues

* collection view bg white

* remove card inset and clean up snap superview code

* clean up label design

* thread is root and change base font size

* remove borders on comment cells

* adjust collapse design

* adjust comment line spacing and make non-root body smaller

* refactor detail view

* viewer header background color

* more buttons in reaction cell

* vertical spacers working

* design basically finished;

* scroll to bottom accounts for inset

* PR review background color white

* fixup PR review comments

* spacing on merge and review

* readme background white

* rename to just "spacer"

* horizontal spacing

* fix tests
2018-07-27 11:03:09 -04:00
Ryan Nystrom
7a1758f82d add insets to issue with new button design (#1935) 2018-07-19 09:22:53 -04:00
Ryan Nystrom
3028081c3c Migrate Toast component to new Squawk CocoaPod library (#1900)
* add Squawk lib

* delete Toast

* Build green

* fix build after rebase
2018-07-14 18:26:47 -04:00
Ryan Nystrom
50f602758b Open CI links (#1902) 2018-07-14 18:22:55 -04:00
Ryan Nystrom
ae26f96f76 Only display repo-allowed merge methods on PRs (#1817)
* update to latest GQL schema

* remove deprecated GQL

* add merge-allowed APIs

* wire up merge methods

* remove pref type if changed
2018-05-19 19:08:10 -04:00
Ryan Nystrom
1beccb9508 Simply merge status logic (#1818) 2018-05-19 19:07:42 -04:00
Ryan Nystrom
49371b2fa9 merge model should return true for use with binding SC (#1742) 2018-04-21 20:04:34 -04:00
Ryan Nystrom
dddea5db5b use word "change" 2018-04-15 11:07:52 -04:00
Ryan Nystrom
5c9b4acd6b Add title to merge toggle 2018-04-15 11:04:23 -04:00
Ryan Nystrom
002de8d4ed Update Apollo to 0.8.0 and codegen to 0.18.8 (#1656) 2018-03-17 15:54:18 -04:00
Bas Broek
6acb0cf714 Create a custom UIAccessibilityElement for the merge button (#1643) 2018-03-12 17:15:43 -04:00
Bas Broek
39dcc7145e Accessibility improvements (#1603)
* Add an a11y hint to the navigationbar title

* Improve accessibility for merge contexts

* Improve accessibility for merge summaries

* Improve accessibility for the merge button
2018-03-04 21:36:48 -05:00
Bas Broek
ddddb6363f Add merge status tests (#1604)
* Add merge status tests

* Introduce containsAll and containsNone

* Rename containsAll to containsOnly
2018-03-04 21:36:25 -05:00
Ryan Nystrom
45335eb4a0 [WIP] Refactor networking to shared lib (#1602)
* [WIP] Refactor networking to shared lib

* notification models as codable and tests

* default request params

* break out into files

* fix tests

* check notification values

* add milestones

* add milestone response

* repo notifications

* refactor v3 response

* refactor to support passing response to response initializer

* add release fetch and model

* add examples from githawk

* notifications working

* almost all notifications requests migrated

* finish notification migration, add graphql request/response

* replace issue requests

* replace milestones request

* fetch assignees migrated

* readme fetch migrated

* migrate badge request

* delete unused request from client

* remove paging

* nearly done w/ migration

* local build green

* refactor gql fetches, replace mutations

* build green, slim down client

* strip session manager from client

* everything working
2018-03-04 21:35:36 -05:00
Bas Broek
7c79f6a2af Add support for pending merges (#1533)
* Add pending state

* Add pending logic

* Assert on `.expected`

* Remove extraneous state check

* Pull out combined merge status logic
2018-02-20 19:27:32 -05:00
Ryan Nystrom
5c9112acc8 loading state and show merge error message (#1530) 2018-02-19 12:05:39 -05:00
Ryan Nystrom
0b9508493e [WIP] Merge PRs (#1511)
* display merge status

* refactor merge button and wire up interactivity

* wire up merge type selection

* merge working
2018-02-15 22:30:14 -05:00