Eugen Rochko
2b78c07ef1
Fix search not being easily findable on smaller screens in web UI ( #25576 )
1 year ago
Eugen Rochko
a985d587e1
Change labels and styles on the onboarding screen in web UI ( #25559 )
1 year ago
Eugen Rochko
00ec43914a
Add onboarding prompt when home feed too slow in web UI ( #25267 )
1 year ago
Eugen Rochko
e4fd9503ec
Change design of dropdowns in web UI ( #25107 )
1 year ago
Claire
6833732852
Fix autocomplete suggestions being cut off in compose form ( #25275 )
1 year ago
Eugen Rochko
0ddc895282
Change follow button in account row to be more obvious in web UI ( #24956 )
1 year ago
Claire
5fae2de454
Fix overflow behavior of account rows ( #25131 )
1 year ago
Renaud Chaput
675672feb6
Fix prev/next buttons color in media viewer ( #25231 )
1 year ago
Claire
aa4c9730f6
Change composer highlight border size to be more noticeable ( #25010 )
2 years ago
Claire
0eed06073f
Fix videos being improperly positioned on safari ( #24943 )
2 years ago
Claire
746979f75d
Fix compose textarea scroll behavior ( #24872 )
2 years ago
Claire
d37c0a1060
Fix incorrect box shadow on avatar in thread view ( #24800 )
2 years ago
Eugen Rochko
8131a5b330
Add ALT badges to media that has alternative text in web UI ( #24782 )
2 years ago
Claire
598e63dad2
Change media elements to use aspect-ratio rather than compute height themselves ( #24686 )
2 years ago
Nick Schonning
fc56eda94b
Bump stylelint-config-standard-scss from 7.0.1 to 9.0.0 ( #24755 )
...
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
2 years ago
Claire
678d836c7d
Fix pop-in player placeholder layout in thread view ( #24715 )
2 years ago
Claire
cf1bc4bb93
Fix audio player width in thread view ( #24713 )
2 years ago
Claire
105f8687e4
Fix thread lines in right-to-left locales ( #24714 )
2 years ago
Claire
2a3a110f00
Fix wrong classes `audio` and `video` instead of `audio-player` and `video-player` in CSS ( #24711 )
2 years ago
Eugen Rochko
6028d047b9
Change logo version in header based on screen size in web UI ( #24707 )
2 years ago
Claire
a5bc4ea550
Fix refering to unused `preview-card` CSS class instead of `status-card` ( #24696 )
2 years ago
Claire
d8a06c1375
Fix preview cards layout in thread view ( #24677 )
2 years ago
Claire
1527b02c6d
Fix sass warning about deprecated slash as division ( #24653 )
...
Co-authored-by: Nick Schonning <nschonni@gmail.com>
2 years ago
Eugen Rochko
c35e3cb6ac
Add more tips to onboarding flow in web UI ( #24646 )
2 years ago
Eugen Rochko
290e4aba31
Add lines to threads in web UI ( #24549 )
2 years ago
Chike Nwaenie
e1b4eeb636
Change styling of the recommended accounts to allow bio to be more visible ( #24480 )
2 years ago
Christian Schmidt
e713c545b8
Use CSS to trim long card descriptions ( #24265 )
2 years ago
Eugen Rochko
0461f83320
Add new onboarding flow to web UI ( #24619 )
2 years ago
Claire
af49d93fd6
Fix tab arrows on RTL layouts ( #24520 )
2 years ago
Claire
86ad43173f
Add “In Memoriam” banner back to profiles ( #23614 )
2 years ago
Christian Schmidt
9ef9974ff2
Fix loading spinner + infinite scroll for private mentions ( #24446 )
2 years ago
Nick Schonning
cd14f712ad
Enable Stylelint property-no-unknown ( #24404 )
2 years ago
Claire
45848d6547
Fix styling regressions from RTL layout refactor ( #24415 )
2 years ago
Rubicon Rowe
fa98363a27
Fix inconsistent radius in drawer ( #24407 )
2 years ago
Eugen Rochko
2b11376411
Change search pop-out in web UI ( #24305 )
2 years ago
Eugen Rochko
46483ae849
Fix regressions from change in account row design in web UI ( #24343 )
2 years ago
Eugen Rochko
68a192e718
Change "direct message" nomenclature to "private mention" in web UI ( #24248 )
2 years ago
Eugen Rochko
babd86e594
Refactor styles to use logical properties for positioning ( #23944 )
2 years ago
Eugen Rochko
ef127c964a
Change design of account rows in web UI ( #24247 )
2 years ago
mogamin
0a9def5498
Fit the max-width of media in .prose to parent box ( #24180 )
2 years ago
Rodion Borisov
a52ccd7ad9
Center the text itself in upload area ( #24029 )
2 years ago
Tim Lucas
f4f91bc295
Increase contrast of upload progress background ( #23836 )
2 years ago
Claire
d3b4d4d4f3
Change compose form checkbox to native input with `appearance: none` ( #22949 )
2 years ago
Christian Schmidt
62c4aecf8f
Make larger part of status clickable ( #23621 )
2 years ago
Nick Schonning
0c9d455ea5
Upgrade to Stylelint 15 with Prettier ( #23558 )
2 years ago
cadars
e8cb3ee827
Add scrolling to Compare history modal ( #23396 )
...
* Compare history modal: allow vertical scrolling
* Update app/javascript/styles/mastodon/components.scss
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
---------
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
54e798a5a0
Fix upload area display in single-column mode ( #23217 )
2 years ago
Peter Simonsson
7e6ffa085f
Add checkmark symbol to checkbox ( #22795 )
2 years ago
Claire
f4a6365f55
Remove hardcoded width from dropdown overlays ( #23062 )
...
* Remove hardcoded width from dropdown overlays
* Fix emoji picker position
2 years ago
Peter Simonsson
fd33bcb3b2
Fix dropdown menu positions when scrolling ( #22916 )
...
* Update react-overlays to latest version
* Fix breaking changes in dropdown menus
* Use react-overlays built-in arrow positioning feature
* Re-implemented `.dropdown-menu__arrow` to have a defined width and height to improve positioning
* Moved wrapping div (`.dropdown-menu` from `DropdownMenu` to `Dropdown`)
* Wrap button in a span to solve issue with ref
* Temporarily remove animations
* Fix breaking changes in emoji picker
* Wrap EmojiPickerMenu in a div where react-overlays’ ref is added
* Fix breaking changes in language dropdown
* Fix breaking changes in privacy dropdown
* Fix breaking changes in search form
* Add animations back using `@keyframes`
* Fix arrow color in light theme
* Fix linting issue
* Remove unused `mounted` state
* Remove `placement` state from components and redux
And remove the placement state from props of the menu components.
* Remove abolution position to fix flip issue
* Remove z-index to fix modals and overlay positions
* Fix lint issues
* Set placement in privacy and language components
Copy the placement state into the `PrivacyDropdown` and `LanguageDropdown` components, to apply correct styling to the buttons depending on which placement the Overlay has.
* Move `placement` state to correct component
2 years ago