Commit Graph

679 Commits

Author SHA1 Message Date
2ebe82c49b Utility function to detect background colour and select either light or dark default hometown logo 2019-09-17 16:57:08 +01:00
f0b1c82d22 Namespace the rich text CSS 2019-09-16 15:41:33 -07:00
d41494226d Fix poll options checkboxes/radio buttons not being vertically centered (#11833) 2019-09-16 16:12:18 +02:00
df3a42c4f2 Merge branch 'hometown-dev' of github.com:hometown-fork/hometown into hometown-dev 2019-09-13 20:28:09 -07:00
7d7712e1ba Fixing header CSS for rich text statuses
Making the headers larger in font size, and differentiating the h1 and
h2 headers.
2019-09-13 20:27:32 -07:00
cfd4c55c88 Fix profile fields overflowing page width (#11828)
Fix #11720
2019-09-13 19:15:59 +02:00
cf2b708e6b Fix display of long poll options (#11717) 2019-09-13 16:04:09 +02:00
45f44ef4d3 Fix unused CSS (#11824)
Fix #11689
2019-09-13 16:00:47 +02:00
44486bdada Merge pull request #17 from emmawinston/spoiler-tag-syntax-fix
Corrects syntax for spoiler tags to valid HTML (fixes #10)
2019-09-12 10:48:37 -07:00
e5cd6d0cda Corrects syntax for spoiler tags to valid HTML (fixes #10) 2019-09-12 18:16:59 +01:00
d1c5063cd4 Merge pull request #15 from emmawinston/local-indicator-spacing-fix
Correct local-only indicator spacing
2019-09-10 14:01:01 -07:00
3a9f0a0e1a Merge pull request #14 from emmawinston/underlining-bugfix
Fix inconsistent link underlining
2019-09-10 14:00:50 -07:00
58805e7432 Correct local-only indicator spacing - fixes issue #8 2019-09-10 20:43:19 +01:00
1110ea1a91 Add batch actions and categories to admin UI for custom emojis (#11793) 2019-09-09 22:44:17 +02:00
ec2a439a22 Add account bio to account admin view (#11473)
* Add account bio to account admin view

* Change styling to make bio fields / content more readable
2019-09-09 14:15:52 +02:00
261e52268c Add batch approve/reject for pending hashtags in admin UI (#11791) 2019-09-09 12:50:09 +02:00
b6f84d7c66 Fix inconsistent link underlining 2019-09-07 14:35:33 +01:00
9b22e2c3fa correct border colour of account header fields from green to purple 2019-09-06 19:10:32 +01:00
7db2c2e2ba Fix line breaks in hashtag autosuggestions in web UI (#11764) 2019-09-05 06:14:06 +02:00
43f56f1291 Change account deletion page to have better explanations (#11753)
Fix deletion of unconfirmed account not freeing up the username

Add prefill of logged-in user's email in the reconfirmation form
2019-09-04 04:13:54 +02:00
34adc8784a Fix uncached media in web UI not being clickable (#11745) 2019-09-03 04:56:40 +02:00
0ea53122f2 Fix Mastodon logo style on hover on public pages' footer (#11735)
Fixes #11690
2019-09-02 18:12:12 +02:00
6493f4ffae Fix height of dashboard counters (#11736) 2019-09-02 18:11:34 +02:00
d344289431 Add "not available" label on unknown media attachments (#11715) 2019-09-01 19:43:35 +02:00
1befe817c2 Fixing stray merge cruft 2019-08-31 16:51:47 -07:00
168d0b304f Merge branch 'macaron-theme-tweaks' of github.com:emmawinston/hometown into hometown-dev 2019-08-31 15:43:28 -07:00
3ff5b31cbc Merge branch 'fairy-floss-theme' of github.com:emmawinston/hometown into hometown-dev 2019-08-31 15:38:45 -07:00
9871904172 Change layout of public profile directory to be the same as in web UI (#11705) 2019-08-30 07:41:16 +02:00
cb447b28c4 Add profile directory to web UI (#11688)
* Add profile directory to web UI

* Add a line of bio to the directory
2019-08-30 00:14:36 +02:00
2e99e3cab3 Fix more visual issues with the audio player (#11654)
* Fix more visual issues with the audio player

- Add horizontal baseline in the middle of waveform
- Fix audio player colors in light theme
- Use audio element instead of web audio API
- Do not render any bars until the file is loaded
- Do not allow interactions with waveform until the file is loaded

* Fix code style issue
2019-08-25 15:09:19 +02:00
4190e31626 Add audio player (#11644) 2019-08-23 22:38:02 +02:00
73ca0bb925 Add option to include reported statuses in warning e-mail (#11639) 2019-08-23 22:37:23 +02:00
4ef8d8b77c Add header to trends section and change refresh rate to 15 minutes (#11641) 2019-08-23 05:05:21 +02:00
3da7ff7230 fix colour of bottom border of favourite notifications 2019-08-22 21:49:43 +01:00
18f6b7e994 Fix public account page header colours 2019-08-22 21:16:44 +01:00
63a7118ef1 Bugfix for notification border colours
- Fix bug which showed certain notifications with the wrong bottom border colour
2019-08-21 21:14:51 +01:00
7ee0582c34 Additional theme tweaks for macaron
Additional refinements and bugfixes:

- fixed bug where notifications of DMs showed as the wrong colour
- fixed colours of poll notifications
- fixed colours of borders in profile
- made loading indicator more pastel green
2019-08-20 21:32:48 +01:00
09ec02601b Small changes to macaron theme
- Change hover colour for shared links to purple
- Change background colour of textbox in list editing popup to blue
- Fix bug which made a border green instead of grey when being notified of a new follower
2019-08-20 15:28:36 +01:00
926d05eb59 Add Fairy Floss theme for hometown 2019-08-20 15:14:49 +01:00
6c2e2969ca Merge tag 'v2.9.3' into hometown-2.9.3 2019-08-19 14:28:19 -07:00
29bdcf3bee Add macaron theme
Add macaron, a pastel light theme for hometown
2019-08-19 13:39:44 -07:00
9b6a5ed109 Add public blocks to /about/blocks (#11298)
* Add automatic blocklist display in /about/blocks

Inspired by https://github.com/Gargron/mastodon.social-misc

* Add admin option to set who can see instance blocks

* Normalize locales files

* Rename “Sandbox” to “Silence” for consistency

* Disable /about/blocks when in whitelist mode

* Optionally display rationale for domain blocks

* Only display domain blocks that have user-facing limitations, and order them

* Redesign table of blocked domains to better handle long domain names and rationales

* Change domain blocks ordering now that rationales aren't displayed right away

* Only show explanation for block severities actually in use

* Reword instance block explanations and add disclaimer for public fetch mode
2019-08-19 11:35:48 +02:00
2b4e2616ea Fix loading bar being obscured by other elements in web UI (#11598) 2019-08-18 14:57:05 +02:00
c6b4b923e6 Add trends to public pages sidebar (#11594) 2019-08-18 14:55:32 +02:00
cd660d374a Fix hashtag autosuggestions line breaks for long suggestions (#11588) 2019-08-17 22:04:31 +02:00
b348c9b0db Add explanation to featured hashtags page and profile (#11586) 2019-08-17 18:07:52 +02:00
2ca6b2bb6c Improve focal point modal on mobile (#11575)
* Reduce padding around report modal and focal point modal title

* Increase max allowed height for focal point modal content
2019-08-15 22:49:00 +02:00
d37126fd03 Allow clicking behind preview (#11576) 2019-08-15 22:47:51 +02:00
1bea318197 Fix edit media modal on small screens, touch events (#11573) 2019-08-15 20:28:56 +02:00
a5a5a0adec Fix trending counter width (#11569)
Trending counter used to be constant 100px in width, which caused
issues in languages like Russian, where because of that, "talking"
text was cut to the size where actual count is not visible at all:

> 6 people talking
> Популярно у...
2019-08-15 20:20:02 +02:00