Commit Graph

91 Commits

Author SHA1 Message Date
Christian Bundy b34b04c2c2 Experiment with common-good module 2020-01-21 16:22:19 -08:00
Christian Bundy 0723077d19 Add comment response to private messages 2020-01-04 14:53:31 -08:00
mycognosist dc103d6168 Add bottom margin to lift Comment button 2020-01-01 17:27:01 +00:00
Christian Bundy 96636685ae
Change to increase resolution of images 2019-12-16 12:37:11 -08:00
Christian Bundy 9db511f51f
Remove meta-table from profiles 2019-12-16 12:07:52 -08:00
Christian Bundy c0e491cec9
Fix profile regression 2019-12-16 11:25:08 -08:00
Christian Bundy 733e0a4cfe
Fix like button focus 2019-12-16 08:11:58 -08:00
Christian Bundy 86aa4c5453
Change section view to reduce clutter 2019-12-15 18:22:51 -08:00
Christian Bundy ac3d2b58a0
Change styles to reduce visual noise
Big thanks for @cinnamon-bun for these suggestions!
2019-12-15 16:16:15 -08:00
Christian Bundy 3261648cb9
Fix like button hover 2019-12-15 15:25:22 -08:00
Christian Bundy 2ec97940df
Replace faux-shadow with thin border, change default theme 2019-12-15 14:08:38 -08:00
Christian Bundy 037e173fef
Remove message CSS class 2019-12-15 11:01:02 -08:00
Christian Bundy 2f565ceacf
Change to use more consistent size framework 2019-12-15 10:45:41 -08:00
Christian Bundy c3d650018a
Fix thread target highlight for private messages 2019-12-15 08:52:54 -08:00
Christian Bundy f9e22ae2a5
Change default theme to Tomorrow 2019-12-14 16:06:44 -08:00
Christian Bundy 6805d9e2a6
Change styles more 2019-12-14 14:50:54 -08:00
Christian Bundy 5ce9cca2d1
Change theme to have sections with color contrast
I think I was overusing borders and it gave the UI a wireframey skeleton
feel that wasn't very fleshed out. The dependence on thin borders also
caused trouble when using themes with low color contrast, since you'd
have thin lines that were *also* low-contrast. Bad!

Instead, I'm using a "card UI" style with varying colors, which I think
looks better (???) and seems to be more compatible with more themes.
Happy to roll this back if others don't dig it.
2019-12-14 13:29:04 -08:00
Christian Bundy 072b8160bb
Change style for content warnings 2019-12-13 14:25:39 -08:00
Christian Bundy 277f247be3
Fix form padding regressoin 2019-12-12 15:38:20 -08:00
Christian Bundy 122852a14c
Change form padding to margin 2019-12-12 15:32:50 -08:00
Christian Bundy c5284b0af4
Add styling for search box 2019-12-12 14:37:36 -08:00
Christian Bundy af2fff0053
Add CSS for cursor selection 2019-12-12 10:23:59 -08:00
Christian Bundy 8b7d306add
Change styles to re-add message margins 2019-12-12 09:21:25 -08:00
Christian Bundy 68d95abddf
Change `<img>` max-height to be function of view height 2019-12-11 19:35:58 -08:00
Christian Bundy 273afd1d3c
Fix weird `<summary>` margins 2019-12-11 19:32:41 -08:00
Christian Bundy 651d815b7d
Change to re-add box-shadow on thread target 2019-12-11 15:48:12 -08:00
Christian Bundy 13b0d7a8ed
Change to use border rectangles... again 2019-12-11 15:38:13 -08:00
Christian Bundy c7922a5b7c
Change to use consistent vertical rhythm 2019-12-11 11:33:06 -08:00
Christian Bundy 1ef20003dc
Change nested comments to be more explicit 2019-12-11 11:30:48 -08:00
Christian Bundy b03e5035e7
Change to remove left and right border 2019-12-11 11:01:35 -08:00
Christian Bundy c27d298081
Add basic search functionality 2019-12-07 15:25:24 -08:00
Christian Bundy 63e1dea1a2
Add option to browse popular by time period 2019-12-07 14:37:03 -08:00
Christian Bundy e596f17a9e
Change header size styles 2019-11-29 12:45:22 -08:00
Christian Bundy 00890184df
Add thread and like views, rename "status" to "meta"
This should probably be separated into a few commits, but honestly I'm
feeling a bit lazy and I don't think this will hurt anything.

The `<nav>` was getting pretty hectic so I've removed "readme" and
"likes". The readme is now in the "meta" page, previously called
"status", and the likes are now available on each author's profile.

The big change here is that the default view is now the thread view, not
the comment view, so by default you're only going to see new threads
rather than random comments. This makes the feed a bit slower and more
cohesive, so you aren't seeing random comments on posts from 2 years
ago.

To be decided: should the comments view show root posts from threads? Or
should it just show comments? Right now it's basically a firehose view,
but I'm not sure that "firehose" is very accessible language for most
people.
2019-11-15 08:39:15 -08:00
Christian Bundy f48cc18436
Merge branch 'add-about' into develop 2019-10-07 20:19:45 -07:00
Christian Bundy fbeef1b9ec
Add about messages to profile view 2019-10-07 18:53:21 -07:00
Christian Bundy 6eb229dfc1
Add inbox to see latest message from private threads 2019-10-03 12:39:22 -07:00
Christian Bundy a0afcbfcfd
Fix extra scrollbar appearing on `<body>` 2019-10-01 09:41:30 -07:00
Christian Bundy 2a8c5b5dd6
Remove `text-align: center` from Markdown mention 2019-09-30 18:13:41 -07:00
Christian Bundy f350cd6f6f
Fix `:last-child` bug on message margins 2019-09-30 15:33:42 -07:00
Christian Bundy 23d615649b
Fix foreground color to increase contrast 2019-09-30 14:49:55 -07:00
Christian Bundy ad9f8bb777
Fix lopsided select padding 2019-09-30 14:48:32 -07:00
Christian Bundy d34226f8a4
Add theme to scrollbars, `<button>`, and `<select>` elements 2019-09-30 14:45:34 -07:00
Christian Bundy df239d1fb5
Fix margin styles causing layout problems 2019-09-30 12:39:24 -07:00
Christian Bundy 009ccf4706
Change styles to remove duplication 2019-09-30 11:18:29 -07:00
Christian Bundy 6ba4cd7c0d
Change audio width to 100% of container 2019-09-30 08:43:24 -07:00
Christian Bundy c2dcdb94e0
Fix textarea font color 2019-09-29 19:35:53 -07:00
Christian Bundy 0593635ca3
Add all supported base16 themes 2019-09-29 19:00:30 -07:00
Christian Bundy 8f0ed9b872
Add lots of shared base16 + highlight.js themes 2019-09-29 16:06:41 -07:00
Christian Bundy b652ba08b7
Add basic theme chooser 2019-09-29 10:52:51 -07:00