Commit graph

31 commits

Author SHA1 Message Date
Samuel Clay
c9ba9d9b22 Marking stories as read inline when using mark newer/older stories read and order matches so stories are visible. 2017-01-09 13:02:27 -08:00
Samuel Clay
b7d79f1474 Shift+L now toggles between unread stories and all stories. 2015-08-24 11:39:02 -07:00
Samuel Clay
577935dcc6 Switching 'd' to 'shift+d' for dashboard. Should be using ESC anyway. 2015-06-25 18:20:22 -07:00
Samuel Clay
98e0ff393a Adding 'm' keyboard shortcut to toggle read/unread. 2015-03-11 13:33:35 -07:00
Samuel Clay
904e908b61 Mark older/newer stories as read. 2013-12-05 14:25:15 -08:00
Samuel Clay
d2ae291723 Adding search to keyboard shortcuts dialog. 2013-07-30 12:20:46 -07:00
Samuel Clay
21fbd70dc5 Refactoring the snot out of the keyboard shortcuts dialog, sorting them into tabs/groups. Moving keyboard shortcut 'f' to 'shift+t' (train feed), killing old 'shift+t' to hide story titles (now unnecessary thanks to the Full view), and adding '/' to search feed. 2013-07-26 16:07:39 -07:00
Samuel Clay
6189493203 Updating keyboard shortcuts. 2013-07-10 09:00:17 -07:00
Samuel Clay
1d9af7d610 Correcting typo. 2013-07-03 22:16:16 -07:00
Steven E. Harris
b05301df01 Define additional keybindings (S-n and S-p) for selecting the next or previous site. 2013-06-30 15:20:05 -04:00
Samuel Clay
ab39fe7564 Adding in x keyboard shortcut for expanding and collapsing a story. 2013-06-10 15:03:09 -07:00
Samuel Clay
35a6913aec Adding fullscreen mode (shift+f). Closes #264. 2013-05-24 12:16:41 -07:00
Samuel Clay
5d39f8d19d Adding dropdown to every dialog to signal switching between dialogs. 2013-05-22 17:05:30 -07:00
Samuel Clay
4599fa9cb4 Adding manage menu to every modal dialog's title. Needs an icon, but completely usable now. 2013-04-11 16:50:18 -07:00
Samuel Clay
da7e208b01 Adding icons to all dialogs. 2013-04-05 11:26:25 -07:00
Samuel Clay
d18e287834 Broken nb-full-container implementation. 2013-04-03 22:33:01 -07:00
Samuel Clay
b3744e3ac6 Merge branch 'master' into circular
* master:
  Warning on missing maintenance.
  Further pushing out feed updates.
  Using @dcramer's excellent getsentry.com for all exceptions. Turning off exception emails.
  Further pushing down feed fetches to handle load until db is scaled out.
  Scrolling code blocks.
  New task servers.
  Turning down feed fetches.
  If requests.raw won't work, sut fudge it with a StringIO for now.
  Further turning down feed fetches until mongo is ready to replicate.
  Fixing Facebook image calculation.
  Fixing facebook posting.
  Moving shared story unread recalc to background task. Will greatly speed up sharing.
  Ramping down feed fetching until they can be handled.
  Only show time breakdown when > 1 sec.
  Fixed API docs for /reader/river_stories
  make fabfile.py use requirements.txt
  Make sure to send the proper content-type with social feeds
  Restore default whitespace to pre/code blocks
  Phase 2: switching to using story_hash index instead of compound unique story_feed_id/story_guid index.
  document keyboard shortcut to add site/folder

Conflicts:
	apps/social/views.py
2013-03-20 10:49:09 -07:00
Ryan Williams
359edd5830 document keyboard shortcut to add site/folder 2013-02-11 17:02:30 -05:00
Samuel Clay
ea69c65e50 Keyboard shortcut 'x' to expand story. 2013-02-05 18:10:16 -08:00
Samuel Clay
e8b6435fc4 Temporarily loading text view on shift+enter. Adding keyboard shortcuts. 2013-01-09 11:57:47 -08:00
Samuel Clay
8242d87717 Adding esc shortcut key in keyboard shortcuts. Also turning on privacy features for public beta testing. 2012-11-19 11:28:52 -08:00
Samuel Clay
95326cc835 Scrolling to selected story when re-opening hidden story titles pane. Thanks @afita. 2012-09-01 15:08:41 -07:00
Samuel Clay
649e94ebe7 Adding reload feed/folder keyboard shortcut to keyboard dialog. 2012-08-31 15:38:26 -07:00
Samuel Clay
c7ca0f1544 Fixing broken menus. 2012-08-30 18:31:44 -07:00
Samuel Clay
f80e6d7272 Adding keyboard shortcut 'e' for emailing a story. Also adding 'command+enter' as a way to send the email once you're in the dialog. 2012-07-01 14:20:21 -07:00
Samuel Clay
ef9cfddc6f Fixing small bugs around social source ids, unsharing, and story mods on original blurblog. 2012-06-26 19:19:57 -07:00
Samuel Clay
b04884fc31 Fixing keyboard dialog. 2012-05-07 15:25:20 -07:00
Samuel Clay
c6dda3744d Merge branch 'master' into social
* master:
  New preference: delay to mark a story as read.
  Closing #52: Adding delicious to sharing services and preferences. Thanks @palewire for the suggestion.

Conflicts:
	media/css/reader.css
	media/js/newsblur/reader/reader.js
	media/js/newsblur/reader/reader_keyboard.js
2012-05-07 15:23:56 -07:00
Samuel Clay
71937f92d1 Adding shift+s and ctrl+enter to share and submit a story. 2012-04-27 17:44:00 -07:00
Samuel Clay
cb1bbe25bc Merge branch 'master' into social
* master:
  Adding press story.
  Fixing forgot password links by blanking out old passwords.
  Document the key to toggle read/unread
2012-03-12 09:00:28 -07:00
Samuel Clay
9ea6ee9086 Rearranging javascript. Also backbonizing user models for follower and following collections. 2012-01-04 09:42:35 -08:00
Renamed from media/js/newsblur/reader_keyboard.js (Browse further)