Commit Graph

169 Commits (55abb8bd724ded83da186ea56440d136ec1b0f58)

Author SHA1 Message Date
Snakes 13dfa370b1 PCM: swap banner to Summer 2022 v2. 2022-07-08 16:46:35 -04:00
Aevann1 1549508e49 make :marseyunpettable: unpettable 2022-07-08 17:39:54 +02:00
Aevann1 c01a1ea08b cache bust badges 2022-07-08 17:11:59 +02:00
Aevann1 461e822314 change style of tables in midnight theme 2022-07-08 13:20:55 +02:00
Aevann1 278ec3dab4 Revert "make "text-danger" less hostile on the eyes"
This reverts commit 0371ee6c7c.
2022-07-07 07:29:18 +02:00
Snakes bf1a983f5e PCM: swap banner asset. 2022-07-05 15:23:42 -04:00
Snakes fa850ba69a PCM: swap banner; fix asset_siteimg logic. 2022-07-04 18:40:04 -04:00
Aevann1 63ae3c8ad7 fix emoji preview 2022-07-04 05:13:53 +02:00
Aevann1 2f2d858f24 fix first part of this https://chapotraphouse.club/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/2242248?context=8#context 2022-07-04 05:03:10 +02:00
Snakes 35ff2d1f25 Fix preview of user pats with -_ in name. 2022-07-03 20:12:22 -04:00
Aevann1 b1bfa255bb make flairs on WPD actually readable 2022-07-03 12:23:12 +02:00
Aevann1 45437997c8 show log timestamp in local timezone 2022-07-03 10:38:19 +02:00
Aevann1 6c8bcc0bda fix long emojis 2022-07-03 10:00:42 +02:00
Aevann1 3245656787 show timestamps in the user timezone 2022-07-03 09:41:25 +02:00
Aevann1 47cf14c741 decrease the font on "saved posts" "saved comments" etc 2022-07-03 08:36:49 +02:00
Snakes cd43f314ba Fix profile nav wrapping mobile. 2022-07-02 23:40:45 -04:00
Aevann1 7d6e66b6f6 disallow glowie and golden marseys from being faked (again) 2022-07-02 12:47:14 +02:00
Aevann1 d0d15c319a Poll rework (#312)
* poll rework

* forgot to do joinedload on comments

* Fix logic errors with voting, SQL syntax.

Kitchen sink commit from review of poll-rework changes:
  1. Fix seed-db.sql syntax error.
  2. Fix SQL patch file duplication of *submissions* tables rather
     than one set of submissions and one for comments.
  3. Start makeshift SQL patch folder, since this is a large change
     that contributors may wish to apply to their local instances.
  4. Fix checkbox (non-`exclusive`) polls being unable to be
     unchecked. For consistency with `exclusive` polls, they should.
  5. Fix changing the option of an `exclusive` poll when both
     exclusive and non-exclusive options are present in one comment/
     post causing the non-exclusive options to become unchecked.
     (which, by my reading of SQLAlchemy `Query.one_or_none()`
     really could break quite badly in some cases).

* link relationships with their counterparts

* small modification to poll unchecking

Co-authored-by: TLSM <duolsm@outlook.com>
2022-07-02 08:48:04 +02:00
gooseman 671588d41c (((cachebust))) 2022-07-01 21:20:11 -07:00
Snakes fd73684329 Fix ext-link icon positioning on iOS. 2022-07-01 19:09:49 -04:00
Snakes f3b71f604e Fix ext-link positioning. 2022-07-01 18:43:50 -04:00
Aevann1 9e2c307838 making the icon look whiter 2022-07-02 00:36:27 +02:00
geese-suck a8a6b8e774 aevann change his mind like woman changing clothes 2022-07-01 15:30:08 -07:00
gooseman 650ba96f61 forgot 2 cachebust 2022-07-01 14:40:48 -07:00
Aevann1 503494f4af make glowmarsey and goldmarsey outline a little smaller 2022-07-01 12:42:55 +02:00
Snakes 1b9237ceaf Add assetcache.asset_siteimg, has_logo.
Commit began by changing the duplicated SITE_NAME conditional in the
header to use a `has_logo` param, much like the recent `has_sidebar`.
From there, a need to include site-specific assets in assetcache was
revealed, adding the `asset_siteimg(...)` macro. This was applied
quite broadly, though not comprehensively.
2022-07-01 01:55:53 -04:00
Aevann1 051f3261ed make glowmarsey and goldmarsey have the same size in animation 2022-07-01 02:52:14 +02:00
Aevann1 374d87f5eb cashebust maxxxing 2022-06-30 22:40:31 +02:00
Aevann1 08a4e7fa6f cachebust-maxxxing badges 2022-06-30 14:33:15 +02:00
Aevann1 1dd3353db2 increase navbar bottom padding on desktip by 0.1rem 2022-06-30 14:33:03 +02:00
Aevann1 790a814b36 make "show more" button look nicer 2022-06-29 04:35:52 +02:00
Aevann1 bee182530d restore clicking on navbar to scroll to top 2022-06-29 03:49:47 +02:00
Aevann1 0371ee6c7c make "text-danger" less hostile on the eyes 2022-06-29 03:37:00 +02:00
Aevann1 5c597d4990 fix b3ca7ce8ac 2022-06-29 03:31:59 +02:00
Aevann1 b3ca7ce8ac check for repost when the page loads 2022-06-29 03:29:01 +02:00
Aevann1 0e46e46ce3 make "show more" switch to "show less" when clicked 2022-06-29 03:16:38 +02:00
Aevann1 b6a5d010ca add "show more..." button 2022-06-29 02:55:44 +02:00
Snakes b7a85fe9f3 Fix beforeunload prompt posting on /h/foo/submit.
The /submit frontend has special behavior to prevent the confirmation
prompt before navigation away onbeforeunload. This is to suppress the
prompt when navigating away via submitting the form as part of the
intended workflow. (otherwise pressing 'Post' looks like you're about
to lose your input.)

This has been extended to the /h/<sub>/submit pages also by correcting
the condition in the frontend logic.
2022-06-27 18:38:18 -04:00
Snakes 8af70c9aab Fix emoji modifiers not rendering in preview.
Root cause 3aa6a838cb
2022-06-27 04:39:40 -04:00
Snakes a3e05a86d3 Enforce minimum width on header dropdown.
The header dropdown menu's horizontal positioning depends on the
width of the user pfp/username/currency region to not overflow off
the right side of the page. Therefore, we enforce a minimum width.

There is presumably some way to fix this by right-aligning the right
side of the dropdown menu to the right side of the dropdown header.
I didn't want to risk it given the strange interplay of all of the
Bootstrap styling and the media queries. Also, it does visually
look better to be left-aligned.
2022-06-27 03:45:46 -04:00
Aevann1 197637b872 expand CTRL+ENTER 2022-06-27 08:01:30 +02:00
Snakes 8d71dd751d Make spoilers hide emoji. 2022-06-27 01:01:19 -04:00
Snakes 1d500917ad Improve header currency display style. 2022-06-27 00:09:32 -04:00
Aevann1 3aa6a838cb fixed markdown preview rendering emojis that arent actually emojis 2022-06-27 06:01:43 +02:00
Aevann1 b1ef8e4c62 add poorcel mode 2022-06-27 04:14:53 +02:00
Aevann1 b5d993569f embed rework 2022-06-27 03:00:45 +02:00
Aevann1 baa105958e dirty hack to make stacked emojis work in markdown preview 2022-06-27 00:17:39 +02:00
Aevann1 8e73d7aaad remove checking for device RAM 2022-06-26 23:48:39 +02:00
Snakes 8185340e15 WPD: rearrange & style sidebar flairs. 2022-06-26 06:39:53 -04:00
Snakes 7b92db114a WPD: preliminary sidebar flair list. 2022-06-26 03:42:32 -04:00