Commit Graph

25 Commits

Author SHA1 Message Date
R. Tyler Croy 742f054e5e Check-pointing work on #52
Starting to put together the IssueNavigatorDialog, but need to refactor
some other code first to make this easier (such as #70)
2012-04-07 15:55:13 -07:00
R. Tyler Croy b05bb0421e Create a simple (mostly duplicated from /about) dialog shown on the logo click
Fixes #21
2012-03-31 12:53:15 -07:00
R. Tyler Croy 17a4c3ae37 Add support for sorting the user's issue-capable repositories and displaying them in the Create Issue dialog
Fixes #57
2012-03-31 01:54:01 -07:00
R. Tyler Croy 2ec10db464 Use the single resin-app file for production deployments
This cuts our production footprint from about 750K and 18 requests for .js
files to about 420K and 1 request. Woohoo!
2012-03-29 02:03:39 -07:00
R. Tyler Croy 71d3cf1ac1 Add IRC to the intro page 2012-03-25 02:21:21 -07:00
R. Tyler Croy b48076dfd3 Add a new fancy screenshot 2012-03-25 02:19:05 -07:00
R. Tyler Croy d4c36409b8 Default the spinner to showing until we've loaded issues 2012-03-24 18:21:04 -07:00
R. Tyler Croy ee8252e0bd Add a simple log out link and text field denoting who is currently logged in
Fixes #32
2012-03-21 02:17:22 -07:00
R. Tyler Croy 0e390664ac Add a simple octocat spinner
GitHub, I hope you don't mind me borrowing this cute little spinner! :-!
2012-03-21 01:58:50 -07:00
R. Tyler Croy 38010a1937 Update a couple page titles 2012-03-20 23:57:39 -07:00
R. Tyler Croy c2c3c54f02 Add a better, more informative landing page
Fixes #33
Fixes #34
2012-03-20 23:51:51 -07:00
R. Tyler Croy b88ecf1cd1 Switch to the "smoothness" theme which matches our color scheme a bit better 2012-03-20 00:37:52 -07:00
R. Tyler Croy 20e98675ae Add resin to the about page 2012-03-19 10:13:37 -07:00
R. Tyler Croy 0bb9797a8f Typo, derp 2012-03-18 22:49:16 -07:00
R. Tyler Croy aa7fe38a0f Flesh out the /about page to be bit fancier, but also to include more information
Fixes #23
2012-03-18 22:47:32 -07:00
R. Tyler Croy 479cc86530 Refactor a lot of the common/shared code in the Ruby side of things 2012-03-18 21:35:59 -07:00
R. Tyler Croy 7116d33ef1 Add a project filter drop-down to the action bar
Fixes #15
2012-03-18 18:33:50 -07:00
R. Tyler Croy 36c5624c3c Add a stupid logo, using the same silly font that GitHub seems to use 2012-03-18 17:19:07 -07:00
R. Tyler Croy 742f93b1f7 Clean-up the styles a bit more, make the action bar stand out better 2012-03-18 17:05:20 -07:00
R. Tyler Croy c5ad0c5de3 Add a known issues link, this is beta quality people 2012-03-18 08:08:28 -07:00
R. Tyler Croy 79a90b3f9a Start adding a create issue dialog
Still incomplete, need to think about where/how we're going to load the repo listing
2012-03-18 07:16:30 -07:00
R. Tyler Croy fc28e10f1c Add an action bar for putting buttons, add a fancy refresh button
Fixes #4
2012-03-18 06:26:51 -07:00
R. Tyler Croy 29e086ed3c Add a simple about page 2012-03-18 05:33:19 -07:00
R. Tyler Croy 29b2e618fe Implement proper dragging between columns
Still working out how exactly to re-lookup the IssueTile object from the DOM
element itself.
2012-03-18 04:32:44 -07:00
R. Tyler Croy d75e6bc77f First cut at some of the basics for Hubboard.
There's really too much to enumerate here, we're OAuthing a user and then
redirecting them onto the root page which auto-loads some fancy issues assigned
to said user.
2012-03-18 03:23:24 -07:00