about summary refs log tree commit diff
path: root/app/javascript/styles
AgeCommit message (Collapse)Author
2017-07-09fix(components/media_modal): Aspect ratio (#4128)Sorin Davidoi
* fix(components/media_modal): Aspect ratio * fix: Remove useless style
2017-07-09Swipeable views (#4105)Sorin Davidoi
* feat: Replace react-swipeable with react-swipeable-views * fix: iOS 9
2017-07-09Small indent fix in components.scssOndřej Hruška
2017-07-09Fix fullwidth media CSS bugs with NSFW video, and bad spoiler margin on ↵Ondřej Hruška
static pages (#60) * Fix fullwidth style not applied to NSFW video correctly * Fix botched video .media-spoiler margin on static pages
2017-07-08Don't use preview when image size is unknown (#4113)Yamagishi Kazutoshi
2017-07-08Added a toggle for full-width media previewsOndřej Hruška
2017-07-07New design for visibility iconsOndřej Hruška
2017-07-07Fixed avis on static pageskibigo!
2017-07-08Lazy load components (#3879)Sorin Davidoi
* feat: Lazy-load routes * feat: Lazy-load modals * feat: Lazy-load columns * refactor: Simplify Bundle API * feat: Optimize bundles * feat: Prevent flashing the waiting state * feat: Preload commonly used bundles * feat: Lazy load Compose reducers * feat: Lazy load Notifications reducer * refactor: Move all dynamic imports into one file * fix: Minor bugs * fix: Manually hydrate the lazy-loaded reducers * refactor: Move all dynamic imports to async-components * fix: Loading modal style * refactor: Avoid converting the raw state for each lazy hydration * refactor: Remove unused component * refactor: Maintain modal name * fix: Add as=script to preload link * chore: Fix lint error * fix(components/bundle): Check if timestamp is set when computing elapsed * fix: Load compose reducers for the onboarding modal
2017-07-07Added toot visibility icons and removed Boost btn changing iconOndřej Hruška
2017-07-06Add a setting allowing the use of system's default font in Web UI (#4033)Damien Erambert
* add a system_font_ui setting on the server * Plug the system_font_ui on the front-end * add EN/FR locales for the new setting * put Roboto after all other fonts * remove trailing whitespace so CodeClimate is happy * fix user_spec.rb * correctly write user_spect this time * slightly better way of adding the classes * add comments to the system-font stack for clarification * use .system-font for the class instead * don't use multiple lines for comments * remove trailing whitespace * use the classnames module for consistency * use `mastodon-font-sans-serif` instead of Roboto directly
2017-07-06Improve Activity stream spoiler (#4088)abcang
2017-07-06Remove ugly blue highlight on Android browsers (#4031)Mantas
2017-07-06Fix embedded SVG fill attribute (#4086)Shin Kojima
* Fix embedded SVG fill attribute SCSS darken/lighten functions may not return a color value, but a color name like "white". See following example: https://www.sassmeister.com/gist/c41da93b87d536890ddf30a1f42e7816 This patch will normalize $color argument to FFFFFF style. I also changed the function name from "url-friendly-colour" to "hex-color", Because... 1. The name "url-friendly" is not meaningful enough to describe what it does. 2. It is familier to me using "color" rather than "colour" kojima:kojiMac mastodon[master]$ git grep -l colour app/javascript/styles/boost.scss spec/fixtures/files/attachment.jpg kojima:kojiMac mastodon[master]$ git grep -l color .rspec .scss-lint.yml Gemfile.lock app/javascript/mastodon/features/status/components/action_bar.js app/javascript/styles/about.scss app/javascript/styles/accounts.scss app/javascript/styles/admin.scss app/javascript/styles/basics.scss app/javascript/styles/boost.scss app/javascript/styles/compact_header.scss app/javascript/styles/components.scss app/javascript/styles/containers.scss app/javascript/styles/footer.scss app/javascript/styles/forms.scss app/javascript/styles/landing_strip.scss app/javascript/styles/reset.scss app/javascript/styles/stream_entries.scss app/javascript/styles/tables.scss app/javascript/styles/variables.scss app/views/admin/subscriptions/_subscription.html.haml app/views/layouts/application.html.haml app/views/layouts/error.html.haml app/views/manifests/show.json.rabl bin/webpack-dev-server config/initializers/httplog.rb public/500.html public/emoji/1f1e6-1f1e8.svg public/emoji/1f1ec-1f1f8.svg public/emoji/1f1f3-1f1ee.svg public/emoji/1f1fb-1f1ec.svg spec/fixtures/requests/idn.txt yarn.lock * Add semicolon
2017-07-05Fixed non-status notification stylingkibigo!
2017-07-05Statuses redux!kibigo!
- Better unified reblogs, statuses, and notifications - Polished up collapsed toots greatly - Apologies to bea if this makes everything more difficult
2017-07-05Improved CSS for drawer to restore original looks (full height)Ondřej Hruška
2017-07-05Fix drawer clipping dropdownsOndřej Hruška
2017-07-04some adjustments to open/active for advanced options dropdownSurinna Curtis
2017-07-04highlight … button if any options enabledSurinna Curtis
2017-07-04Revert "change active/hover display on advanced options"Surinna Curtis
This reverts commit ade773cb0a8c0c4b862074f7ee8e607023bc8bbe.
2017-07-04toggles for advanced optionsSurinna Curtis
2017-07-04change active/hover display on advanced optionsSurinna Curtis
2017-07-04Reduce advanced options dropdown widthSurinna Curtis
2017-07-04The beginnings of an advanced options dropdownSurinna Curtis
2017-07-03Move layout override into app settings modalSurinna Curtis
Squashed commit of the following: commit 3842f879865818a3299f8283f8ed1b43c5566500 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 19:57:39 2017 -0500 Fix some style issues commit 08628a0234392ecac90e869a1272f429de0b6db2 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 19:35:22 2017 -0500 Improved styling and layout of select app settings commit 1787a7c20f2bf7101c6d6830450564178314a737 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 17:13:53 2017 -0500 remove the layout selector ui from the drawer commit 7d93b180b1e615e2c36210ad6f119fe80a2778d8 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 17:01:51 2017 -0500 Add layout setting to app settings modal
2017-07-01Fix height issue in report modalEugen Rochko
2017-06-30Remove color lightening for search results sectionadbelle
This will cause it to match the shading of the container behind it.
2017-06-30Add opaque background to search results sectionadbelle
2017-06-30Fix broken style in media gallery (regression from #3963) (#4014)Yamagishi Kazutoshi
2017-06-30Styling fixes to media spoilerskibigo!
2017-06-30Media display improvementskibigo!
- built in fullwidth styling - letterbox settings toggle - media no longer counts towards height when making toot-collapsing measurements
2017-06-30Fix media-gallery, overflow is hidden. (#4008)Naoki Kosaka
2017-06-29Improvements to image icon appearance on SHOW MOREkibigo!
2017-06-28Tiny Status improvementskibigo!
- Media toots are no longer auto-collapsed if the media is behind a CW - Display names no longer appear clickable when a toot is collapsed - Fixed #36 by adding reduplicating the media icon inside the SHOW MORE/LESS
2017-06-28Fixed improper centering of columns-areakibigo!
2017-06-28Added App Setttings Modalkibigo!
2017-06-28Linear gradient no longer extends under metadata on account pageskibigo!
2017-06-28Improvements to static metadata styling, especially for mobilekibigo!
2017-06-28Backend YAML Processing + Profile Metadata on Static Pageskibigo!
2017-06-27Allow line-breaks in bio metadatakibigo!
2017-06-27Merge remote-tracking branch 'upstream/master'beatrix-bitrot
2017-06-27Turn report screen into a modal (#3965)Eugen Rochko
2017-06-27Profile metadata improvementskibigo!
2017-06-27Responsive images in media gallery (#3963)Sorin Davidoi
* feat(components/media_gallery): Responsive images * fix(components/media_gallery): Link to image URL
2017-06-27Maintain aspect ratio for preview image (#3966)Yamagishi Kazutoshi
2017-06-25Time needs to be just a little wider to accomodate minuteskibigo!
2017-06-25We want wrapping here, sorry 😥kibigo!
2017-06-25Stick images inside of CWskibigo!
2017-06-25Fixes to overflows wrt drawer/columnkibigo!