Fix regressions from #2683 (#2970)
* Fix regressions from #2683 Properly format spoiler text HTML, while keeping old logic for blankness intact Process hashtags and mentions in spoiler text Format spoiler text for Atom Change "show more" toggle into a button instead of anchor Fix style regression on dropdowns for detailed statuses * Fix lint issue * Convert spoiler text to plaintext in desktop notifications
Showing
- app/javascript/mastodon/actions/notifications.js 1 addition, 1 deletionapp/javascript/mastodon/actions/notifications.js
- app/javascript/mastodon/components/status_action_bar.js 17 additions, 12 deletionsapp/javascript/mastodon/components/status_action_bar.js
- app/javascript/mastodon/components/status_content.js 13 additions, 8 deletionsapp/javascript/mastodon/components/status_content.js
- app/javascript/mastodon/features/status/components/action_bar.js 4 additions, 1 deletion...ascript/mastodon/features/status/components/action_bar.js
- app/javascript/packs/public.js 3 additions, 0 deletionsapp/javascript/packs/public.js
- app/javascript/styles/components.scss 33 additions, 1 deletionapp/javascript/styles/components.scss
- app/lib/atom_serializer.rb 1 addition, 1 deletionapp/lib/atom_serializer.rb
- app/lib/formatter.rb 7 additions, 17 deletionsapp/lib/formatter.rb
- app/services/process_hashtags_service.rb 1 addition, 1 deletionapp/services/process_hashtags_service.rb
- app/services/process_mentions_service.rb 3 additions, 1 deletionapp/services/process_mentions_service.rb
- app/views/api/v1/statuses/_show.rabl 2 additions, 1 deletionapp/views/api/v1/statuses/_show.rabl
- app/views/stream_entries/_detailed_status.html.haml 1 addition, 1 deletionapp/views/stream_entries/_detailed_status.html.haml
- app/views/stream_entries/_simple_status.html.haml 1 addition, 1 deletionapp/views/stream_entries/_simple_status.html.haml
- spec/lib/formatter_spec.rb 1 addition, 3 deletionsspec/lib/formatter_spec.rb
Loading
Please register or sign in to comment