Eugen Rochko
fbdb3bcf1e
Revert infinite scroll in timelines back to looking at ID of oldest
loaded status; do not preload submitted statuses into community/public
timelines, unless those timelines have already been loaded; do not
close streaming API connections for community/public timelines, once
they have been established (most users navigate back to them eventually)
7 years ago
Eugen Rochko
e1b00757a6
Fix #291 - Add visual indication that numbers for remote users may be inaccurate
7 years ago
Eugen Rochko
92569b1f0d
Improved dropdowns
7 years ago
Eugen Rochko
809455aaae
Add elephant friend to missing indicator
7 years ago
Eugen Rochko
af5cb0f853
Only use bigger compose form/search form font on mobile layout
7 years ago
Eugen Rochko
2826e6dada
Fix #612 - Set font size to 16px in compose form and search form to prevent iOS
from zooming in on them
7 years ago
Eugen Rochko
9d4cad6307
Improve glow
7 years ago
Eugen Rochko
974d712fbe
Improve performance of compose form
7 years ago
Eugen Rochko
5997bb47a8
Fix #38 - Unread indicator when new content appears above the fold
7 years ago
Eugen Rochko
9e99b8c068
Fix #642 - Add "empty column" text to home/notifications
7 years ago
Eugen Rochko
3b81baaaaf
Adding POST /api/v1/reports API, and a UI for submitting reports
7 years ago
Eugen Rochko
ec521e6bfc
Add remote mentions warning when composing a private status
7 years ago
Eugen Rochko
8cca6bc58c
Fix spoiler link color in muted context
7 years ago
Eugen Rochko
5c4c046132
Finish up moving colors from JSX to Sass ( #584 , #348 )
7 years ago
Lorenz Diener
cbb962fd77
Move more colours to scss
7 years ago
Lorenz Diener
c9f42a7b85
Move more inline colours to scss
7 years ago
Eugen Rochko
c424df5192
Progress on moving color styles to Sass
7 years ago
Eugen Rochko
ac035108aa
Add "clear notifications" button, exclude posts from people who have blocked *you* from public/hashtag timelines
7 years ago
Eugen Rochko
347a153b3d
Add API modifiers to limit returned toots from public/hashtag timelines
to only those from local users; Add link to "extended information" to
getting started in the UI; Add defaults for posting privacy; Change
how publish button looks depending on posting privacy chosen
7 years ago
Eugen Rochko
87830f99e7
Fix #552 - Replace image links with image icons in status text in the UI
7 years ago
Eugen Rochko
8b9c537d5a
Fix elephant friend
7 years ago
tom
b84d1533d4
Fix text overlapping image in Edge and on mobile ( #582 )
Changing the way the background image is positioned and the box is sized should fix problems with the text overlapping the image on mobile browsers and Edge.
7 years ago
Eugen Rochko
f21e7d6ac0
Make profile header scroll along with contents. AccountTimeline, Followers and Following are no longer
nested inside a common parent (<Account>), instead they all embed <HeaderContainer />
7 years ago
Eugen Rochko
404d2050d3
Add explicit "load more" link to the bottom of StatusList and notifications
7 years ago
Eugen Rochko
36c57ef8af
Add pixel background to modal images
7 years ago
Eugen Rochko
f8bd44a747
Fix font weight
7 years ago
Eugen Rochko
7329fbd8a4
Fix up timeout, improve contrast on "show more", add responsive style
for extremely wide monitors
7 years ago
Eugen Rochko
cc5c1e5feb
Removed accidental n+1 query from notifications, updated some deps,
improved how "show more" link looks
7 years ago
Eugen Rochko
1c507ff172
Fix #538 - Darken buttons to increase contrast
7 years ago
Eugen Rochko
3a310e8f63
Fix CSS mistake
7 years ago
shel
33e09cc76b
Increase color contrast on getting started text
Currently, the getting started text fails WCAG standards for color contrast by a lot. Especially on the part overlapping with the elephant graphic which is nearly unreadable even for users with 20|20 vision. This change doesn't fix the elephant overlap but at least makes the text meet AAA WCAG Small Text color contrast standards, making it easier to read.
7 years ago
blackle
ca13ec04a8
fix up spoilers
7 years ago
Misty De Meo
adda642c63
Fix `invisible` CSS class
7 years ago
Eugen Rochko
80cefd5b3c
Fix #204 , fix #515 - URL truncating is now a style so copypasting is not
affected, replaced onClick handler with onMouseUp/Down to detect text
selection not trigger onClick handler then
7 years ago
blackle
4a146a0d18
Make boost animation an SVG that uses SCSS colours
7 years ago
blackle
bf0f6eb62d
Implement a click-to-view spoiler system
7 years ago
Eugen Rochko
f855d645b2
Move all hex colors in SASS to variables and all variations to darken/lighten
7 years ago
Eugen Rochko
f0de621e76
Fix #463 - Fetch and display previews of URLs using OpenGraph tags
7 years ago
blackle
383114add3
Change boost sprite to look like fa-retweet
7 years ago
Eugen Rochko
e9737c2235
Fix tests, add applications to eager loading/cache for statuses, fix
application website validation, don't link to app website if website isn't set,
also comment out animated boost icon from #464 until it's consistent with non-animated version
7 years ago
blackle
a67ffcbf56
Make boost button arrows spin around
7 years ago
Effy Elden
d6bc0e8db4
Add tracking of OAuth app that posted a status, extend OAuth apps to have optional website field, add application details to API, show application name and website on detailed status views. Resolves #11
7 years ago
Eugen Rochko
312c51b5c8
Home column filters
7 years ago
blackle
05e964688d
Expand dropdown leftways on status view
7 years ago
Eugen Rochko
989c3f4002
Add tab bar alternative to desktop UI, upgrade react & react-redux
7 years ago
Jessica Stokes
1f3c895ffb
Use system fonts on more platforms
This allows other platforms such as Windows, macOS and iOS to use their system fonts rather than downloading a copy of Roboto. It also makes the app feel a little closer to native on those platforms!
7 years ago
Eugen Rochko
98729d50c8
Make shortcode emojis work, make getting started area scrollable
7 years ago
Jessica Stokes
312736cd1b
Stop Mastodon friend from overlapping text 🐘
7 years ago
Jessica Stokes
3807b0b171
Improve quality of life for 4-inch phones
Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop.
7 years ago
Anthony Bellew
1fcb807d91
Reduce height of media query to hide avatar/bio
An additional selector was provided to make the bio only hide on the timeline and not on the user page itself.
7 years ago