Skip to content
Extraits de code Groupes Projets
  1. mars 29, 2019
  2. oct. 15, 2018
  3. août 19, 2018
  4. août 18, 2018
  5. juil. 28, 2018
  6. juil. 17, 2018
  7. juil. 07, 2018
  8. juil. 01, 2018
    • Eugen Rochko's avatar
      Improve embeds (#7919) · 2092d5c0
      Eugen Rochko a rédigé
      * Make embeds cacheable by reverse proxy
      
      * Make follow button on embeds open remote follow modal
      
      Instead of web+mastodon://, also, turn the button blue, and add a
      sign up prompt to the remote follow modal
      2092d5c0
  9. avr. 21, 2018
  10. avr. 18, 2018
    • Lynx Kotoura's avatar
      Add color variables of texts for better accesibility (#7125) · 74dae945
      Lynx Kotoura a rédigé
      * Add variables for text colors
      
      * Change variables in sass files
      
      * Apply text color variables for recently added colors
      
      * Fix text colors of emoji mart anchors
      
      * Fix text colors of search__input
      
      * Fix text colors of text area of compose-form
      
      * Fix icon colors of privacy dropdown and modal
      
      * Inverted icon colors by classname
      
      * Change variables in boost.scss
      
      * Change action-button-color
      
      * Fix text colors of pre-header
      74dae945
  11. avr. 11, 2018
    • Akihiko Odaki's avatar
      Paginate ancestor statuses in public page (#7102) · 519119f6
      Akihiko Odaki a rédigé
      This also limits the statuses returned by API, but pagination is not
      implemented in Web API yet. I still expect it brings user experience
      better than making a user wait to fetch all ancestor statuses and flooding
      the column with them.
      519119f6
  12. fév. 19, 2018
    • Eugen Rochko's avatar
      Fix media spoiler design (#6507) · cbb69d41
      Eugen Rochko a rédigé
      - 4px rounded corners on media attachments
      - Better colors/contrast for CW/media spoiler on public pages
      - Fix vertical alignment of "Show more" button
      - Fix layout jump when unhiding standalone media
      cbb69d41
  13. fév. 16, 2018
  14. déc. 07, 2017
  15. oct. 17, 2017
  16. sept. 19, 2017
  17. sept. 14, 2017
    • Eugen Rochko's avatar
      Redesign video player (#4911) · 2bbf987a
      Eugen Rochko a rédigé
      * Redesign video player
      
      * Use new video player on static public pages too
      
      * Use media gallery component on static public pages too
      
      * Pause video when hiding it
      
      * Full-screen sizing on WebKit
      
      * Add aria labels to video player buttons
      
      * Display link card on public status page
      
      * Fix fullscreen from modal sizing issue
      
      * Remove contain: strict property to fix fullscreen from columns
      2bbf987a
  18. sept. 05, 2017
    • Lynx Kotoura's avatar
      Adjust status embeds (#4808) · 4c3dd0b2
      Lynx Kotoura a rédigé
      * Adjust status embeds
      
      Adjust styles of embed code. Adjust styles of embed pages. Fix overflow of embed-modal.
      
      * Remove trailing whitespace
      
      * Using width from the variable
      4c3dd0b2
  19. août 30, 2017
    • Eugen Rochko's avatar
      Update status embeds (#4742) · e95bdec7
      Eugen Rochko a rédigé
      - Use statuses controller for embeds instead of stream entries controller
      - Prefer /@:username/:id/embed URL for embeds
      - Use /@:username as author_url in OEmbed
      - Add follow link to embeds which opens web intent in new window
      - Use redis cache in development
      - Cache entire embed
      e95bdec7
  20. août 16, 2017
    • Eugen Rochko's avatar
      Redesign public profiles (#4608) · ca7ea1ab
      Eugen Rochko a rédigé
      * Redesign public profiles
      
      * Responsive design
      
      * Change public profile status filtering defaults and add options
      
      - No longer displays private/direct toots even if you are permitted access
      - By default omits replies
      - "With replies" option
      - "Media only" option
      
      * Redesign account grid cards
      
      * Fix style issues
      ca7ea1ab
  21. juil. 25, 2017
  22. juil. 24, 2017
  23. juil. 06, 2017
  24. mai 08, 2017
    • Matt Jankowski's avatar
      Improve scss color variables (#2912) · b85dec2b
      Matt Jankowski a rédigé
      - Updates scss variables file to use better-named variables for black/white/etc
      - Arranges the "mastodon classic" colors into variables
      - Remove all references to `$color-*` naming, replacing with new
      
      This does not in itself introduce "theme" support, but:
      
      - It would probably be easier to start working on theme support after this
        change and others
      - Even without the goal of themes, these changes make it more clear how the
        colors are being used.
      
      There is almost definitely some edge case in here where I've guessed the
      intent/context of some color usage incorrectly, but it still seems like a net
      improvement.
      b85dec2b
  25. mai 07, 2017
  26. mai 03, 2017
    • Eugen Rochko's avatar
      Replace sprockets/browserify with Webpack (#2617) · f5bf5ebb
      Eugen Rochko a rédigé
      * Replace browserify with webpack
      
      * Add react-intl-translations-manager
      
      * Do not minify in development, add offline-plugin for ServiceWorker background cache updates
      
      * Adjust tests and dependencies
      
      * Fix production deployments
      
      * Fix tests
      
      * More optimizations
      
      * Improve travis cache for npm stuff
      
      * Re-run travis
      
      * Add back support for custom.scss as before
      
      * Remove offline-plugin and babili
      
      * Fix issue with Immutable.List().unshift(...values) not working as expected
      
      * Make travis load schema instead of running all migrations in sequence
      
      * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of
      React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in
      <UI />
      
      * Add react definitions to places that use JSX
      
      * Add Procfile.dev for running rails, webpack and streaming API at the same time
      f5bf5ebb
  27. mai 02, 2017
  28. avr. 13, 2017
  29. mars 31, 2017
  30. mars 04, 2017
  31. fév. 13, 2017
  32. fév. 10, 2017
  33. jan. 30, 2017
  34. jan. 25, 2017
  35. jan. 23, 2017
  36. déc. 20, 2016
  37. déc. 18, 2016
  38. déc. 11, 2016
Chargement en cours