about summary refs log tree commit diff stats
path: root/browse-slack
Commit message (Collapse)AuthorAgeFilesLines
...
* disquieting bug: typing search terms is unreliableKartik K. Agaram2021-08-131-0/+4
|
* slack: UI flow for searchKartik K. Agaram2021-08-133-8/+2108
| | | | Everything works, I think, _except_ actually performing the search.
* .Kartik K. Agaram2021-08-131-9/+10
|
* .Kartik K. Agaram2021-08-131-6/+6
|
* slack: esc to go back to previous screenKartik K. Agaram2021-08-131-8/+41
|
* slack: use tab to bounce between channelsKartik K. Agaram2021-08-132-37/+146
|
* slack: page-up on channel screenKartik K. Agaram2021-08-131-14/+65
|
* slack: page-down on channel screenKartik K. Agaram2021-08-131-11/+21
|
* slack: restructure page-down handlerKartik K. Agaram2021-08-131-6/+64
|
* slack: channel screen: previous postKartik K. Agaram2021-08-131-1/+18
|
* .Kartik K. Agaram2021-08-131-8/+14
|
* .Kartik K. Agaram2021-08-131-4/+4
|
* .Kartik K. Agaram2021-08-132-10/+10
|
* slack: new view: top-level posts from a channelKartik K. Agaram2021-08-133-9/+96
| | | | | - No way yet in the UI to switch views - Pagination doesn't work yet; it's going to require more duplication :/
* .Kartik K. Agaram2021-08-131-3/+17
|
* .Kartik K. Agaram2021-08-131-6/+6
|
* .Kartik K. Agaram2021-08-131-7/+13
|
* .Kartik K. Agaram2021-08-131-1/+1
|
* slack: progress indicatorKartik K. Agaram2021-08-131-0/+12
|
* .Kartik K. Agaram2021-08-131-2/+2
|
* .Kartik K. Agaram2021-08-131-15/+59
| | | | | | 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.
* .Kartik K. Agaram2021-08-132-5/+8
| | | | Clean up offset calculations to bear out the name 'first-free'.
* start standardizing how we manage item arraysKartik K. Agaram2021-08-132-19/+19
| | | | I need to start treating them as postings lists (https://en.wikipedia.org/wiki/Inverted_index)
* .Kartik K. Agaram2021-08-131-0/+1
|
* .Kartik K. Agaram2021-08-131-10/+144
|
* slack: start rendering newlinesKartik K. Agaram2021-08-131-1/+57
|
* .Kartik K. Agaram2021-08-131-6/+36
|
* .Kartik K. Agaram2021-08-131-2/+2
|
* slack: clearer loading screenKartik K. Agaram2021-08-131-2/+6
|
* .Kartik K. Agaram2021-08-131-7/+9
|
* .Kartik K. Agaram2021-08-121-8/+11
|
* experiment: more granular scrollingKartik K. Agaram2021-08-111-0/+35
|
* hackily handle overly large postsKartik K. Agaram2021-08-111-0/+12
| | | | We don't have pagination within a single post yet.
* .Kartik K. Agaram2021-08-111-3/+0
|
* "release" for FoC groupKartik K. Agaram2021-08-111-6/+6
|
* hackily sort items by timeKartik K. Agaram2021-08-111-1/+3
|
* .Kartik K. Agaram2021-08-111-1/+1
|
* slack: ctrl-b for page-upKartik K. Agaram2021-08-111-0/+28
|
* slack: ctrl-f for page-downKartik K. Agaram2021-08-112-6/+89
|
* slack: render items in reverse chronological orderKartik K. Agaram2021-08-112-17/+31
|
* .Kartik K. Agaram2021-08-111-1/+2
|
* slack: space for channel listKartik K. Agaram2021-08-111-0/+25
|
* slack: space for a menu barKartik K. Agaram2021-08-111-0/+17
|
* slack: space for a left columnKartik K. Agaram2021-08-111-6/+19
|
* .Kartik K. Agaram2021-08-111-15/+0
|
* slack: space for a search barKartik K. Agaram2021-08-111-1/+10
|
* .Kartik K. Agaram2021-08-111-1/+5
|
* slack: show channel for each itemKartik K. Agaram2021-08-111-0/+7
|
* .Kartik K. Agaram2021-08-111-1600/+1600
|
* .Kartik K. Agaram2021-08-111-3/+6
|