Commit graph

60 commits

Author SHA1 Message Date
Samuel Clay
229c6bef97 Oh baby, oh baby. Resize! UI Layout upgrades! Drag support for resizing panes 2010-04-13 19:35:36 -04:00
Samuel Clay
d64d94e289 Adding loading indicators to add feed/folder and opml upload. 2010-04-13 16:32:17 -04:00
Samuel Clay
d18ee60599 Mark feed as read button. 2010-04-09 11:59:33 -04:00
Samuel Clay
a2458f0973 Add feed and Add folder. Dynamically loads and refreshes, too. 2010-04-06 20:41:00 -04:00
Samuel Clay
7d51db1226 Styling all modals with the same new fieldsets. 2010-04-04 23:38:45 -04:00
Samuel Clay
09e3dda2a4 It's pretty. I don't know how, but it turned pretty. This is the finished design of the Add Modal. 2010-04-04 22:33:54 -04:00
Samuel Clay
e0a164338a Adding folder choices for add feed and add folder. 2010-04-04 20:15:00 -04:00
Samuel Clay
f9ed77d021 Adding contact information to main page. 2010-04-04 16:15:54 -04:00
Samuel Clay
b6495eeab4 Crazy refactor and optimization for choosing and removing classifiers. Now feeds and stories use the same modal, and everything uses the same classifier save on the back-end. 2010-04-03 20:32:40 -04:00
Samuel Clay
91126ef5a6 Django 1.2 prep. Also fixing up styling for tags. 2010-04-03 16:05:52 -04:00
Samuel Clay
1366f5e750 Making tags uniform across the site. Also beginning the final modal: Add feed. 2010-04-03 00:59:03 -04:00
Samuel Clay
f30551b3d8 Deleting feeds. Front-end + back-end. 2010-03-28 17:06:19 -04:00
Samuel Clay
8dd4f84398 Feed management now has a front-end. Shows opinions for tags, titles, authors, and the publisher. 2010-03-28 14:50:41 -04:00
Samuel Clay
7bc7873db9 Adding manage feed intelligence information. Just need to add it as a view in JS. 2010-03-16 23:18:54 -04:00
Samuel Clay
e966cd1ff8 Adding manage feed modal. 2010-03-15 00:52:06 -04:00
Samuel Clay
c072b01355 Woah nelly, fixed a lot of bugs introduced by adding that third Story pane. All good now. 2010-03-14 17:56:01 -04:00
Samuel Clay
b36ff4e3c0 Added a Story view and story direction buttons. 2010-03-13 18:59:06 -05:00
Samuel Clay
f069fdaa47 Reflowing initial screen. Now, everything is laid out pretty before the javascript loads. This is dedication. 2010-03-05 01:49:35 -05:00
Samuel Clay
e846fe6d6c Moving things around for final feed management coming soon. 2010-03-02 10:56:25 -05:00
Samuel Clay
8f22031ea3 Adding threaded folders and feeds. Also refactored OPML import to handle many edge cases and nested cases. Rewrote feed loading on front-end so everything's faster to load. 2010-02-11 01:28:47 -05:00
Samuel Clay
2c25b585dd Rewrote giant clusterfuck of a story finder. Now finds the story title with the biggest font size. This works surprisingly well. 2010-02-02 18:01:02 -05:00
Samuel Clay
98d4762735 Showing all unread counts at once, but only those higher than your current unread threshold. 2010-01-22 12:11:45 -05:00
Samuel Clay
b1c72c5c9f Huge update: Hooking up slider to hide/show stories based on their score. Also added new story counts, score calculations, and real-time updating of unread counts as you read. 2010-01-21 13:12:29 -05:00
Samuel Clay
b05a20c7c7 Moving the login box. 2010-01-18 00:09:26 -05:00
Samuel Clay
d27e80238a Updating algorithms for finding stories in the feed. Plus lots of refactoring for cleanliness. It is Sunday night, afterall. 2010-01-17 23:13:42 -05:00
Samuel Clay
87c9803600 Adding new Add Feed modal. 2010-01-17 22:11:17 -05:00
Samuel Clay
2610b5b0d3 I think I added a login button. 2010-01-17 20:00:12 -05:00
Samuel Clay
f710424a0d Wahoo! Scrolling in iframe or feed view now auto-selects the correct story in the story titles pane. 2010-01-17 05:47:03 +00:00
Samuel Clay
35df77cdf6 Adding classification types for publishers vs. stories. 2010-01-12 01:19:37 +00:00
Samuel Clay
0c33bc84cb Adding intelligence button for feeds. 2010-01-07 00:04:12 +00:00
Samuel Clay
138f93cf43 All classifier facets and data is now saved, end to end. Now, to apply facets to incoming stories and assign scores. 2010-01-05 16:07:11 +00:00
Samuel Clay
8891a859fe Finishing up tags, and the classifier modal in the Reader. Now shows all sorts of classifiers. 2010-01-04 22:26:53 +00:00
Samuel Clay
ef70c288ed Adding a classifier to all stories. Classifies on:
- Story title (highlighted phrase)
- Story author
- Feed
2010-01-04 04:49:59 +00:00
Samuel Clay
d2c71e12f8 Moving the logo down 2009-11-15 18:49:37 +00:00
Samuel Clay
bc47a70058 Fixed numerous issues with story finding on frame page. And refactored switcheroo functions. 2009-11-08 03:26:54 +00:00
Samuel Clay
5fa009113c Moving around the like/dislike buttons to a per-story basis in the story-titles section of the page. 2009-11-03 20:25:40 +00:00
Samuel Clay
2a0654ea4a updating djangocompress 2009-09-08 03:37:17 +00:00
Samuel Clay
0fd9d0fbdb Making those "pages" of stories actually work correctly. 2009-09-08 01:26:13 +00:00
Samuel Clay
2ac39549ae The "Hacker News" bug is fixed. Weirdo HN site doesn't publish guids or timestamps. Now bubbling priorities on ids. Also added 'j' and 'k' keyboard shortcuts. And fixed the escaping url bug on the Reader. 2009-09-08 00:13:49 +00:00
Samuel Clay
899af117a6 Fixing a metric-ton of issues around feed-to-page transformations when a story is either found or not found. 2009-09-07 03:20:50 +00:00
Samuel Clay
c0ca9277b8 - Added specialized unit tests for crappy RSS input (like Slashdot).
- Rewrote the feed view in the reader. It is now a long list and looks a lot better.
- Big update to story title logic. Can now handle many more edge cases. Also uses smarter heading finder.
- Fixed scrollTo bug, so now multiple clicks do not queue awkwardly.
- Moved the story titles pane to the bottom.
2009-09-07 01:56:52 +00:00
Samuel Clay
105b0e7647 Auto-switch to feed view when story not found on page. Auto-switch back if the user does not explicitly switch to feed view. Smart thinking! 2009-09-01 12:38:47 +00:00
Samuel Clay
d24b56fbf4 Adding new "Return to Page" button. When the user visits other pages in a feed, security prevents NB from reading the iframe, so we provide a convenient hook to bring the iframe back. Call it SnapBack, except, don't. 2009-08-26 02:31:35 +00:00
Samuel Clay
2e3cbdb0ce When an interactive animation clarifies the UI, then it's a good addition. Page-Feed view changes now animate. 2009-08-17 02:21:38 +00:00
Samuel Clay
4d352f8bfe Put the feed/page view buttons together. You can now switch between the two views. Now to fully connect scrolling behavior in the story_titles and the story_view itself. 2009-08-17 00:07:53 +00:00
Samuel Clay
69b73500f7 Added a new taskbar for the story view. Need to make buttons to switch from Feed view to Site view. Both exist, but no way to go between them, yet. 2009-08-16 21:28:21 +00:00
Samuel Clay
82d988d901 Moving the UI around to match the new design flow. Going to be adding in a taskbar for the right pane soon. 2009-08-14 00:30:29 +00:00
Samuel Clay
d97c5ff0c3 Catching the proper exception. 2009-08-13 04:05:49 +00:00
Samuel Clay
0f4cfdffb7 Importing feed's original page along with RSS stories. Wowzers. 2009-08-13 03:26:12 +00:00
Samuel Clay
e3d6e00a56 Uploading OPML files through AJAX. Also cleaned the hell out of sql logging. fixed up the drop-shadows while at it. 2009-07-25 00:16:55 +00:00