Commit Graph

657 Commits

Author SHA1 Message Date
Nick Colley a7eaec3391 Dont reduce size of meta info on small screens 2023-02-02 13:17:37 +00:00
Nick Colley be064c0919 More spacing tweaks 2023-02-02 13:12:18 +00:00
Nick Colley 2ca39f8aa8 Improve username space on smaller screens 2023-02-02 12:32:12 +00:00
Nick Colley 32821a2471 More profile adjustments 2023-02-02 12:00:43 +00:00
Nick Colley 0a51890b37 Adjust breakpoint for moving buttons 2023-02-02 11:51:45 +00:00
Nick Colley 20000c194c Increase specificity for icon button 2023-02-02 11:49:45 +00:00
Nick Colley 360f431880 Profile meta spacing adjustments 2023-02-02 11:48:12 +00:00
Nick Colley 16c31b40ae Give profile notes more room 2023-02-02 11:39:00 +00:00
Nick Colley 98303ec5b9 More profile tweaks 2023-02-02 11:35:08 +00:00
Nick Colley b57525f082 Move profile options next to follow button 2023-02-02 11:24:07 +00:00
Nick Colley 3ba8bb9bd1 Remove unused code 2023-02-02 10:41:41 +00:00
Nick Colley a02047acf8 Fix banner header on mobile 2023-02-01 12:22:32 +00:00
Nick Colley f447393be7 Use label button for profile page
It's less confusing than figuring out what the icons represent.
2023-02-01 11:57:28 +00:00
Nick Colley a521f253a0 Improve default buttons in dark mode 2023-02-01 11:57:21 +00:00
Nick Colley b146668cf7 Increase overall line height for readability 2023-02-01 11:57:03 +00:00
Nick Colley 956a3c240c Adjust spacing in profile 2023-02-01 11:42:06 +00:00
Nick Colley ad467e38f8 Improve contrast of meta borders 2023-02-01 11:39:54 +00:00
Nick Colley 17cd30870a Improve followed-by label 2023-02-01 11:39:46 +00:00
Nick Colley 75245719cc Move link to external instance onto @username 2023-02-01 11:33:41 +00:00
Nick Colley 55b9795b12 Improve header banner
Make it so you can see the entire banner.
Make the background to the profile more contrasty.
2023-02-01 11:30:36 +00:00
Nick Colley 7d79b98e8b Improve profile details
- Re-order details so numbers are first
- Only have interaction hover and active styling for the links
2023-02-01 11:19:56 +00:00
Nick Colley 4f36e16808 Remove uppercase from profile
Uppercase is harder to read, so use whatever users supply
2023-02-01 11:17:01 +00:00
Nick Colley 6fac95c636 Improve verified indicator
Make it clearer what it means by adding a text label.
2023-02-01 11:15:23 +00:00
Nick Colley b17bcdd718 Improve consistency of inputs
- Improve touch areas of tabs and buttons so more of them are 44px height
- Improve border radius of inputs so they're aligned.
2023-01-30 16:43:20 +00:00
Nick Colley 840825d25d Point to new repo location 2023-01-22 09:08:20 +00:00
Nick Colley da39682fcc Update manifest 2023-01-22 08:51:34 +00:00
Nick Colley 344e373e2d Tone down saturation slightly 2023-01-22 08:40:29 +00:00
Nick Colley 093c9cc2ae 1.0.0 2023-01-22 00:04:43 +00:00
Nick Colley 4882c38485 Show a toot has been edited 2023-01-21 14:55:21 +00:00
Nick Colley 81d09bf31b Change default themes to use brand purple 2023-01-21 14:25:24 +00:00
Nick Colley d2363c3b6a Fix maskable size 2023-01-21 14:00:05 +00:00
Nick Colley 53362ab4a3 Update logo 2023-01-21 13:28:42 +00:00
Nick Colley 92aee29fdf Update logo svg 2023-01-11 16:48:19 +00:00
Nick Colley 2e9206b00a
Update en-US.js 2023-01-10 15:28:02 +00:00
Nick Colley b690de6d62 Update information so clear Nolan's involvement 2023-01-10 15:09:32 +00:00
Nick Colley 5ecc995ede master -> main 2023-01-10 14:24:37 +00:00
Nick Colley ce804986ee dev -> beta 2023-01-10 14:22:26 +00:00
Nick Colley e976da6b1e Pinafore to Semaphore 2023-01-10 14:21:38 +00:00
Nick Colley 2e533d91ac Update GitHub references 2023-01-10 14:13:45 +00:00
Arnaldo Gabriel 452b34b3b4
fix: grayscale mode support for header images (#2354) 2023-01-09 07:55:41 -08:00
Thomas Preece fd4bb4d864
feat: add option to always expand posts marked with content warnings (#2342)
Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
2023-01-08 22:54:39 -08:00
vitalyster c426b7fe31
fix: OAuth2: use correct `Content-Type` as specified in RFC (#2343)
Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
2023-01-08 22:31:00 -08:00
Nolan Lawson b5cad87aaf
fix: lighten button colors on some themes (#2331) 2022-12-26 11:29:12 -08:00
Nick Colley a85ff62d48
fix: pitchback svgs not being visible (#2328) 2022-12-26 11:27:53 -08:00
Nick Colley e06f63684e
fix: improve dark theme icons (#2327) 2022-12-26 11:26:58 -08:00
Nick Colley f81778d37f
fix: improve icon readability in light theme (#2323)
Boost contrast of the default colour theme, to be closer to
the other theme's saturation then boost the unpressed state for action
buttons.

This brings the icons to 3:1 contrast while keeping colour in themes.

Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
2022-12-18 12:07:53 -08:00
Nick Colley 746298a1f7
fix: pitchblack theme unpressed icons readability (#2324)
increase contrast so they're more readable.
2022-12-18 11:20:58 -08:00
Nolan Lawson 02f1dad098
fix: handle status edit events (#2325) 2022-12-18 11:20:17 -08:00
Nick Colley 3edfed971f
fix: notification page contrast (#2302)
Use lowest possible contrast gray that meets WCAG requirements for
very deemphasised text.

Makes the notification page more readable without compromising access.

Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>

Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
2022-12-17 18:12:13 +00:00
Noelia Ruiz Martínez d71430f86d
feat: translation into Spanish (#2281)
Co-authored-by: Nolan Lawson <nolan@nolanlawson.com>
Co-authored-by: Noelia Ruiz Martínez <n4m1977@gmail.com>
2022-12-17 09:47:51 -08:00