Commit graph

202 commits

Author SHA1 Message Date
Simon Vieille b83ce52312
add themes (light.css [empty], dark.css, neo_dark.css, solarized_dark.css); add theme as settings field 2020-01-29 13:35:57 +01:00
Carl Chenet dad5a4ddcc fix typo hide/unhide (masquer/révéler) 2019-12-29 14:01:16 +01:00
Carl Chenet 5849ba4a09 Merge branch 'back-from-fork' 2018-10-15 21:20:14 +02:00
Carl Chenet 653d8e64a9 experiment with hiding fresh but boring comment scores 2017-05-23 14:13:12 +02:00
Carl Chenet c14c259935 mobile css: remove left padding from footer 2017-05-23 14:02:42 +02:00
Carl Chenet 6a336b7cee comments: simplify highlighting, use css selector - merged with i18n 2017-05-23 13:28:25 +02:00
Carl Chenet 5a3ac372b8 user tree: users with no parents don't descend from anything 2017-05-23 12:55:45 +02:00
Carl Chenet 1b79d6dd45 css: make tags slightly more rectangular 2017-05-23 10:48:08 +02:00
Carl Chenet 0c1516bb14 application.js: always replace comment form in submit/preview 2017-05-23 10:33:55 +02:00
Carl Chenet fb421febce css: more line-height tweaks 2017-05-19 14:04:12 +02:00
Carl Chenet 80bea81bfc css: make fonts slightly bigger now that we have more space 2017-05-19 13:58:22 +02:00
Carl Chenet 31184f3c71 css: unify on a slightly taller line-height 2017-05-19 13:55:21 +02:00
Carl Chenet d3e90291b3 css: style input type=number like others 2017-05-19 13:35:33 +02:00
Carl Chenet a702fae66a highlight stories to their authors that have suggestions - merged with i18n 2017-05-18 19:02:21 +02:00
Carl Chenet 8579be4d39 Hide number input spinner buttons for TOTP inputs - merged with i18n 2017-05-17 18:49:24 +02:00
Carl Chenet de768ed620 word-wrap: break-word on comments and story text 2017-05-17 18:35:45 +02:00
Carl Chenet 42a2df9d25 Submit comment with ctrl+enter or cmd+enter 2017-05-17 10:47:08 +02:00
Carl Chenet 82a8a7155a here be dragons - merged with i18n 2017-05-17 10:23:25 +02:00
Carl Chenet 255b8e40b1 revent comment textarea from exceeding width of container - merged with i18n 2017-05-16 23:32:07 +02:00
Carl Chenet 4cf91c2322 add favicon 2017-05-14 12:58:59 +02:00
Carl Chenet e8d11e28d7 Comment: cap downvotes to -5, only collapse when it reaches 2017-05-11 12:37:38 +02:00
Carl Chenet 6d45d5346e translate javascript delete/undelete comment. fixes #37 2016-12-06 20:43:05 +01:00
Carl Chenet b8144e19c0 i18n of moderation of the comments. closes #12 2016-12-06 18:09:55 +01:00
Carl Chenet 3eac6cd62a use révéler for unhide. fixes #8 2016-11-24 15:26:26 +01:00
Carl Chenet 29990e9b91 add logo 2016-11-17 16:08:35 +01:00
Peter Bhat Harkins d8e31fb000 Auto-tag Twitch as video (#324) 2016-10-31 14:30:42 -05:00
joshua stein 5c2437d645 css: bump up font sizes a hair 2016-09-22 13:36:26 -05:00
joshua stein 30b8c18e3e css: make highlighted comment background match tags 2016-06-13 11:05:30 -05:00
joshua stein d8c240dc46 switch to an image-less user tree, properly hide lines on last branch 2016-04-27 16:26:18 -05:00
Peter Bhat Harkins 540095667b Use asset_path in select2 image URLs 2016-04-15 21:34:14 -05:00
Peter Bhat Harkins 01f1a71a18 Remove unused assets 2016-04-13 09:10:06 -05:00
joshua stein a694b2a499 css: nowrap on hats, splitting/wrapping them looks very weird 2016-04-06 19:15:45 -05:00
joshua stein a5928b675d implement hats list and request/approval system
closes #281
2016-04-06 13:19:46 -05:00
wally fa39374d30 Fixes #272. Add runSelect2 method to call after previewStory.
The select2 code failed to run after previewing a story
submission. This fix creates a new method that can be called upon
completion of the previewStory load() call.
2016-04-05 16:10:31 -04:00
joshua stein 8a62b530aa apply a basic style to #l_holder
lobste.rs is overriding this in local.css but at least other sites
can get a basic thing there.

mention in README that local css should go into a directory.
2016-03-31 14:24:57 -05:00
joshua stein c77f1d7269 rm a css file that was only for the fake hn interface years ago 2016-03-29 09:44:15 -05:00
joshua stein 7b5aad85d6 css: move some lobsters-specific things to local 2016-03-24 15:13:50 -05:00
joshua stein d9ff6eb188 bring in stylesheets/local/* which are ignored in git 2016-03-24 15:08:10 -05:00
joshua stein 2e1cf36ee0 css: apparently safari still doesn't support min-resolution
add webkit-specific thing to show high-res L logo

closes #267
2016-03-02 09:41:52 -06:00
joshua stein 28bbc9c8f7 moderators have to provide a reason for deleting others' comments 2016-02-10 08:57:38 -06:00
joshua stein 200e4f7dd2 css: remove white background colors that were driving me nuts 2016-01-12 16:39:23 -06:00
J. Ryan Stinnett 4c3c6094d0 Remove white background from .legend 2015-12-18 09:33:48 -06:00
joshua stein de176d80dd story tags: sort by exact tag matches first, then description matches
select2 has sortResults in newer versions but so much crap changed
there that it's easier to just hack in support for this here

fixes #251
2015-12-14 10:44:28 -06:00
joshua stein c05f526a57 make story description icon a link to the story page, revert c1d1a44472
i don't like showing "discuss" to logged out users, and now that we
have a story description icon that can link to the story text, back
out the change that made logged out users see discuss when they
can't discuss it.
2015-12-02 13:46:19 -06:00
joshua stein 8edc8b926f css: all this time i had no idea we didn't have a white background 2015-11-13 15:53:06 -06:00
joshua stein 70a3b60f04 embolden story description character 2015-11-05 11:58:34 -06:00
joshua stein 1e6b892005 show hidpi images for avatars, site load icon, and favicon 2015-11-01 19:56:30 -06:00
joshua stein 37994c0306 story editing: consolidate auto tag application, add audio for soundcloud 2015-10-26 10:39:40 -05:00
joshua stein e940601a2f start on automated story title and tagging suggestions
Rather than keep "poorly titled" and "poorly tagged" as reasons for
flagging, make the user do the work of suggesting new ones.

At some point, suggested taggings will flip to real taggings once
they reach a certain count (to be determined later).  This also has
to take into account tagging sets that don't contain current tags,
for when they need to be removed.

For titles, I'm not yet sure how to handle this in an automated
fashion except for the (probably rare) case of multiple users
submitting the same exact thing, but at least collect them for now.

Issue #207
2015-10-14 20:32:24 -05:00
joshua stein 696e669f60 mobile css: fix upvote/unvote/upvote still showing red arrow
closes #230
2015-10-10 20:36:48 -05:00