Commit Graph

25 Commits

Author SHA1 Message Date
Ryan Nystrom
8adf246d08 center pages on repo, fixes #383 2017-09-23 10:23:47 -04:00
Ryan Nystrom
6912f7617f Repo paging control (#336)
* WIP paging control on repos

* paging working but inset still broken

* remove old repo VC and replace with paging
2017-09-22 18:12:05 -04:00
Bas Broek
cd269665df Add cancel button to repository more options 2017-09-22 07:41:42 +02:00
Ryan Nystrom
e2999fdff2 proper push from issues VC 2017-09-18 22:50:26 -04:00
Rizwan Mohamed Ibrahim
5567c20d5f Adds more options to repo with share actions 2017-09-18 19:18:28 +05:30
Ryan Nystrom
c73576eb66 Merge branch 'master' of github.com:rnystrom/GitHawk 2017-09-17 17:41:34 -04:00
Ryan Nystrom
1592d9b29b intro parsing options 2017-09-17 17:41:29 -04:00
James Sherlock
b2f71a54d2 Merge branch 'master' into tabBarHeight 2017-09-17 22:15:41 +01:00
Ryan Nystrom
ee5ffd03e9 Merge pull request #310 from rizwankce/fix/empty-state-for-repo-overview
Adds empty state when no readme for repository
2017-09-17 16:59:36 -04:00
James Sherlock
a58b70fc3a Take into account tab bar height in empty states 2017-09-17 16:39:24 +01:00
Ryan Nystrom
81a9a167ce shorthand issues are tappable to push new issue VC 2017-09-16 23:34:12 -04:00
Rizwan Mohamed Ibrahim
f5aec36126 Adds empty state when no readme for repo 2017-09-15 19:22:26 +05:30
Ryan Nystrom
17fb9ae7db simple readme support in repos 2017-09-10 21:08:59 -04:00
Ryan Nystrom
1d6f5858fd simplify search setup, add loading spinner 2017-09-04 16:52:22 -04:00
Ryan Nystrom
bdb52d67c9 namespace type and model for repo 2017-09-03 18:00:47 -04:00
Ryan Nystrom
4532464318 deselect repo issue/pr cell on appear 2017-09-03 17:34:08 -04:00
Ryan Nystrom
07340fdc1f dont show repo empty state unless loaded 2017-09-03 17:32:16 -04:00
Ryan Nystrom
e476976fd3 major refactor to repo 2017-09-03 17:27:26 -04:00
Ryan Nystrom
3ffc4f2b9c search cell selection, better cell text treatment 2017-09-02 18:41:39 -04:00
Ryan Nystrom
27442db482 fix navigation with tab+split+nav 2017-08-31 23:47:38 -04:00
James Sherlock
5f424e09c7 Empty Views 2017-08-01 18:26:40 +01:00
James Sherlock
df22cd4e7f Hide issues tab if repo doesn't have it enabled 2017-07-30 15:38:51 +01:00
James Sherlock
13cc4e2eba Broken RepoView issues/pull requests into separate queries, Separated networking from view layer
Unfortunately Apollo doesn't support directives, so had to break up the queries which meant the networking code needs to get quite a bit bigger to support both of them (a lot of switches!). Paging isn't erroring any more, but also isn't adding new content so looking into!
2017-07-30 15:15:32 +01:00
James Sherlock
faa6b6dac7 Add pull requests view and networking, toggle between views 2017-07-29 17:41:30 +01:00
James Sherlock
aa36bd7289 View issues for a repo from search view, Basic journey to issues 2017-07-29 13:32:59 +01:00