Commit Graph

8883 Commits

Author SHA1 Message Date
Kartik K. Agaram 41b4966961 slack: notify when too many results 2021-08-13 22:53:52 -07:00
Kartik K. Agaram a3559ebcc3 slack: degrade gracefully when too many results 2021-08-13 22:42:47 -07:00
Kartik K. Agaram c02d45e8d4 slack: escaping from search dialog 2021-08-13 22:11:31 -07:00
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 e6773e7f94 . 2021-08-13 09:45:56 -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 b6580e0b14 slack: clearer loading screen 2021-08-13 06:34:22 -07:00
Kartik K. Agaram fb703575b0 . 2021-08-13 06:16:03 -07:00
Kartik K. Agaram 4a3258f9d3 . 2021-08-12 11:25:37 -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 982dfeb217 . 2021-08-11 19:44:20 -07:00
Kartik K. Agaram b8bebe9bbc . 2021-08-11 19:27:49 -07:00
Kartik K. Agaram 7670161ca4 . 2021-08-11 19:25:27 -07:00
Kartik K. Agaram 8b03553867 "release" for FoC group 2021-08-11 19:07:51 -07:00
Kartik K. Agaram efcf321d15 hackily sort items by time 2021-08-11 18:40:10 -07:00