Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-21 | Hides superluous details on small screens (#2175) | Ash Furrow | |
* Hides superluous details on small screans. * Addressed feedback from #2175. | |||
2017-04-21 | Use local fonts and stop scrollable elements from repainting (#2266) | Ram Lmn | |
2017-04-19 | Automatically change the size of textarea (#2128) | geta6 | |
2017-04-19 | Attachment list for uncached attachments (#2110) | Eugen | |
* For undownloaded attachments, set type :unknown, display them as a list in the web UI * Fix case when attachment type is set explicitly | |||
2017-04-18 | Adjust visuals of non-autoplaying GIFV | Eugen Rochko | |
2017-04-18 | Add FR locales to the onboarding modal (#1976) | Damien Erambert | |
* Add FR locale for the onboarding modal component * Slightly increase the max-width and max-height of the onboarding modal This is done so it doesn't break with locales whose strings would be too long * Update FR locales for onboarding upon PR comments | |||
2017-04-17 | Make contents of boost confirmation dialog scroll (#1710) | tom | |
This is necessary for boosting long posts on small screens - see this post for video: https://slime.global/@masklayer/102308 | |||
2017-04-16 | Onboarding modal (#1883) | Eugen | |
* Basic onboarding modal that's shown to users once * Lay out pages 2 through 5, add images, style modals (#1509) * Lay out pages 2 through 5 Added images and laid out pages 2 through 5 in the jsx file. SCSS will come, still working on just seeing if this works at all. * Fix jsx errors, add images to modal pages, style modal pages * Add animations to onboarding pager changes, improve wording and styling * Finishing touches on the onboarding * Add missing propTypes * Update wording | |||
2017-04-16 | Enlarge font size to avoid autozooming of iPhone. (#1911) | Yuki Nakagawa | |
2017-04-16 | Show error message if video cannot be loaded (#1879) | Isabelle Knott | |
2017-04-15 | Add a classname to the loading bar (#1826) | Alda Marteau-Hardi | |
2017-04-13 | Add overlay style to buttons, continue video after expanding it | Eugen Rochko | |
2017-04-13 | Smoother scrolling on older iOS devices (#1654) | tom | |
This may address the scrolling issues mentioned here: https://github.com/tootsuite/mastodon/issues/1622 | |||
2017-04-12 | Fix missing compose box when viewport width is exactly 1024px (#1632) | Isabelle Knott | |
2017-04-11 | Improve emoji picker look (#1493) | Eugen | |
* Improve emoji picker look * Add hover animation to emojis in picker | |||
2017-04-11 | Fix look of the modals | Eugen Rochko | |
2017-04-11 | Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master | Eugen Rochko | |
2017-04-10 | Add boost confirm modal | blackle | |
2017-04-11 | When avatar/header are GIF, generate static versions (#1428) | Eugen | |
* When avatar/header are GIF, generate static versions. Account API returns "avatar"/"avatar_static", "header"/"header_static" Static version is the same as original for other cases Web UI de-animates avatars in toots, lists of users Fix #441, fix #596, prerequisite for #1064 * Fix JS test * Add rake task to generate static avatars/headers from GIF ones, add test | |||
2017-04-10 | Adjust background of emoji panel (#1461) | Corey Dutson | |
Addresses #1451 which notes the emoji picker is too light. I agree, so I submit this adjustment. Changes: Changed the background to a darkened version of another system color | |||
2017-04-10 | Improve scrolling behaviour (#1415) | Jessica Stokes | |
* Replace column margin with padding This improves horizontal scrolling behaviour significantly; scrolled flex elements are... a little weird. * Move clear column button styling to css | |||
2017-04-10 | Fix icon and emoji sizes (#1403) | Ram Lmn | |
Fixes icons and emoji size issues described in #1233. | |||
2017-04-09 | Fixes #1311 margin shouldn't stay fixed (#1312) | Brian Mock | |
2017-04-05 | Update components.scss | tom | |
Use nicer scrollbars in MS edge | |||
2017-04-03 | Fix the position of the Mastodon mascot in the UI | Jessica Stokes | |
The Mastodon mascot was previously anchored to the bottom, and that was since broken. This restores that behaviour! It also disables the double-scrollbar behaviour that was caused by this area allowing overflow-y in addition to its parent doing so. | |||
2017-04-02 | Fix word-break in account profiles | Olivia Mossberg | |
word-break:break-all is a surefire way to break things. It should be set to normal. This merge just set it back to what it should be. Tested on Firefox 52.0.2 and Chrome 56.0.2924.87 with no detected errors. | |||
2017-04-02 | Merge branch 'master' of https://github.com/maximeborges/mastodon into ↵ | Eugen Rochko | |
maximeborges-master | |||
2017-04-01 | Made modal system more generic | Eugen Rochko | |
2017-04-01 | Fix word-break in profile's note on profile page and profile component | Maxime BORGES | |
2017-04-01 | Improve mobile tabs a little | Eugen Rochko | |
2017-03-31 | Fix reworked search | Eugen Rochko | |
2017-03-31 | Rework search | Eugen Rochko | |
2017-03-31 | :active and :focus states same as :hover for buttons | Eugen Rochko | |
2017-03-29 | Improve emojis - use SVGs where possible | Eugen Rochko | |
2017-03-26 | Add tooltip to privacy dropdown | Eugen Rochko | |
2017-03-26 | Compose form layout fixes | Eugen Rochko | |
2017-03-25 | Change to using variables | shel | |
Thanks garg | |||
2017-03-25 | Increase color contrast | shel | |
Privacy descriptions were very difficult to reason. This is the minimal level of color contrast to be WCAG AA compliant. | |||
2017-03-25 | Temporary spacing fix | Eugen Rochko | |
2017-03-25 | Redesigned compose form | Eugen Rochko | |
2017-03-24 | Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295) | Eugen Rochko | |
2017-03-22 | Fix full-text search query quotation, improve tag search performance with an ↵ | Eugen Rochko | |
index, add ability to open status by URL from search (fix #53) | |||
2017-03-02 | Fix up storybook | Eugen Rochko | |
2017-03-02 | Fix #372 - Emoji picker | Eugen Rochko | |
2017-03-01 | Revert infinite scroll in timelines back to looking at ID of oldest | Eugen Rochko | |
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) | |||
2017-03-01 | Fix #291 - Add visual indication that numbers for remote users may be inaccurate | Eugen Rochko | |
2017-03-01 | Improved dropdowns | Eugen Rochko | |
2017-02-28 | Add elephant friend to missing indicator | Eugen Rochko | |
2017-02-27 | Only use bigger compose form/search form font on mobile layout | Eugen Rochko | |
2017-02-26 | Fix #612 - Set font size to 16px in compose form and search form to prevent iOS | Eugen Rochko | |
from zooming in on them |