Commit Graph

52 Commits

Author SHA1 Message Date
Kartik K. Agaram 29361ac54e slack: more responsive typing 2021-08-13 22:11:11 -07:00
Kartik K. Agaram daedeb44fd slack: scrolling in search screens 2021-08-13 21:38:44 -07:00
Kartik K. Agaram 75927f3034 . 2021-08-13 21:22:50 -07:00
Kartik K. Agaram 4bf781e86d slack: search 2021-08-13 21:22:25 -07:00
Kartik K. Agaram 3aea1483c9 . 2021-08-13 21:10:59 -07:00
Kartik K. Agaram 7465f6867b this might explain the bug
I think I was just typing with the the status bar outside the display
when it seemed to work. Easy to forget to hit '/' at the start.
Particularly if it seems to work fine.
2021-08-13 20:57:27 -07:00
Kartik K. Agaram 8773d07278 . 2021-08-13 18:44:14 -07:00
Kartik K. Agaram f7087904c0 start saving and restoring search terms with tabs 2021-08-13 18:22:14 -07:00
Kartik K. Agaram baf6c7545f disquieting bug: typing search terms is unreliable 2021-08-13 18:00:59 -07:00
Kartik K. Agaram d5f9329b65 slack: UI flow for search
Everything works, I think, _except_ actually performing the search.
2021-08-13 17:48:38 -07:00
Kartik K. Agaram 234039e34d . 2021-08-13 17:14:36 -07:00
Kartik K. Agaram d626043a2d . 2021-08-13 16:58:01 -07:00
Kartik K. Agaram 028b7aa783 slack: esc to go back to previous screen 2021-08-13 16:54:58 -07:00
Kartik K. Agaram 1f8341fdd6 slack: use tab to bounce between channels 2021-08-13 16:44:08 -07:00
Kartik K. Agaram 1da16ed6c3 slack: page-up on channel screen 2021-08-13 15:43:35 -07:00
Kartik K. Agaram ae01fd8c70 slack: page-down on channel screen 2021-08-13 15:24:30 -07:00
Kartik K. Agaram cd6a049f62 slack: restructure page-down handler 2021-08-13 14:38:38 -07:00
Kartik K. Agaram 8c332c3a15 slack: channel screen: previous post 2021-08-13 14:29:27 -07:00
Kartik K. Agaram 32993b205b . 2021-08-13 14:20:58 -07:00
Kartik K. Agaram 10efa3bf1d . 2021-08-13 14:20:00 -07:00
Kartik K. Agaram a67cf4b248 . 2021-08-13 14:19:01 -07:00
Kartik K. Agaram f810852ed2 slack: new view: top-level posts from a channel
- No way yet in the UI to switch views
- Pagination doesn't work yet; it's going to require more duplication :/
2021-08-13 13:40:33 -07:00
Kartik K. Agaram a83095b209 . 2021-08-13 10:00:44 -07:00
Kartik K. Agaram bb99077318 . 2021-08-13 09:55:23 -07:00
Kartik K. Agaram c746b06c3a . 2021-08-13 09:51:36 -07:00
Kartik K. Agaram a9273e96b7 slack: progress indicator 2021-08-13 09:45:34 -07:00
Kartik K. Agaram 47771b0348 . 2021-08-13 09:12:33 -07:00
Kartik K. Agaram 6e086794f9 .
Create space for multiple screens and the future possibility of
navigating back in history. I'm calling them 'tabs' for now, which might
not be less confusing than calling them screens.
2021-08-13 09:02:41 -07:00
Kartik K. Agaram 388ad74cf1 .
Clean up offset calculations to bear out the name 'first-free'.
2021-08-13 08:37:46 -07:00
Kartik K. Agaram c9e9b56123 start standardizing how we manage item arrays
I need to start treating them as postings lists (https://en.wikipedia.org/wiki/Inverted_index)
2021-08-13 08:27:50 -07:00
Kartik K. Agaram e2dd5420b2 . 2021-08-13 07:56:34 -07:00
Kartik K. Agaram 18d3f4971a . 2021-08-13 07:34:19 -07:00
Kartik K. Agaram 8facfa7d23 slack: start rendering newlines 2021-08-13 06:56:21 -07:00
Kartik K. Agaram d8ac8020cf . 2021-08-13 06:38:03 -07:00
Kartik K. Agaram 4e3703de21 . 2021-08-13 06:34:22 -07:00
Kartik K. Agaram faf242c498 experiment: more granular scrolling 2021-08-11 21:58:47 -07:00
Kartik K. Agaram 9c25023a20 hackily handle overly large posts
We don't have pagination within a single post yet.
2021-08-11 21:50:14 -07:00
Kartik K. Agaram 91ae7ff9ba . 2021-08-11 19:44:22 -07:00
Kartik K. Agaram 6aa3d287b1 slack: ctrl-b for page-up 2021-08-11 18:16:12 -07:00
Kartik K. Agaram a0550a55fd slack: ctrl-f for page-down 2021-08-11 18:08:08 -07:00
Kartik K. Agaram 5c55de64e0 slack: render items in reverse chronological order 2021-08-11 17:17:41 -07:00
Kartik K. Agaram ba438e3d83 . 2021-08-11 16:41:03 -07:00
Kartik K. Agaram 0dda717639 slack: space for channel list 2021-08-11 16:40:12 -07:00
Kartik K. Agaram 9d09939e76 slack: space for a menu bar 2021-08-11 14:30:48 -07:00
Kartik K. Agaram b84e35cfb9 slack: space for a left column 2021-08-11 14:22:32 -07:00
Kartik K. Agaram ebb62e9e0f . 2021-08-11 14:22:32 -07:00
Kartik K. Agaram 0aa315fa1e slack: space for a search bar 2021-08-11 14:22:32 -07:00
Kartik K. Agaram eb1af96573 . 2021-08-11 13:59:02 -07:00
Kartik K. Agaram 3d5ca62a38 slack: show channel for each item 2021-08-11 10:38:13 -07:00
Kartik K. Agaram 34d3cb48e9 . 2021-08-10 22:46:51 -07:00