about summary refs log tree commit diff stats
path: root/browse-slack/main.mu
Commit message (Collapse)AuthorAgeFilesLines
* slack: use tab to bounce between channelsKartik K. Agaram2021-08-131-30/+0
|
* .Kartik K. Agaram2021-08-131-1/+1
|
* slack: new view: top-level posts from a channelKartik K. Agaram2021-08-131-0/+44
| | | | | - 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-1/+0
| | | | Clean up offset calculations to bear out the name 'first-free'.
* start standardizing how we manage item arraysKartik K. Agaram2021-08-131-11/+11
| | | | I need to start treating them as postings lists (https://en.wikipedia.org/wiki/Inverted_index)
* slack: clearer loading screenKartik K. Agaram2021-08-131-2/+6
|
* .Kartik K. Agaram2021-08-111-1/+1
|
* slack: ctrl-f for page-downKartik K. Agaram2021-08-111-1/+2
|
* slack: render items in reverse chronological orderKartik K. Agaram2021-08-111-7/+18
|
* .Kartik K. Agaram2021-08-111-3/+6
|
* .Kartik K. Agaram2021-08-101-2/+4
|
* slack: first page rendering of real FoC dataKartik K. Agaram2021-08-101-3/+3
| | | | https://futureofcoding.org/community
* slack: first rendering of test dataKartik K. Agaram2021-08-101-1/+1
|
* slack: parse itemsKartik K. Agaram2021-08-101-1/+130
|
* .Kartik K. Agaram2021-08-101-6/+12
|
* .Kartik K. Agaram2021-08-101-1/+0
|
* .Kartik K. Agaram2021-08-101-0/+2
|
* .Kartik K. Agaram2021-08-101-2/+2
|
* .Kartik K. Agaram2021-08-101-0/+297