-
- Downloads
Add expand/compress image button on image view box (#15068)
* add zoom image button * enhance zoom algorithm & add translation * code structure * code structure * code structure * enhance grab performance * rm useless state * fix behavior on Firefox & scroll lock & horizontal scroll with mousewheel * remove scroll lock on MouseWheelEvent * code structure * enhance algorithm and code structure * rm Gemfile.lock from tree * codeclimate * fix a stupid mistake
Showing
- app/javascript/mastodon/features/ui/components/image_loader.js 4 additions, 0 deletions...avascript/mastodon/features/ui/components/image_loader.js
- app/javascript/mastodon/features/ui/components/media_modal.js 21 additions, 3 deletions...javascript/mastodon/features/ui/components/media_modal.js
- app/javascript/mastodon/features/ui/components/zoomable_image.js 281 additions, 18 deletions...ascript/mastodon/features/ui/components/zoomable_image.js
- app/javascript/mastodon/locales/ar.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/ar.json
- app/javascript/mastodon/locales/ast.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/ast.json
- app/javascript/mastodon/locales/bg.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/bg.json
- app/javascript/mastodon/locales/bn.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/bn.json
- app/javascript/mastodon/locales/br.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/br.json
- app/javascript/mastodon/locales/ca.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/ca.json
- app/javascript/mastodon/locales/co.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/co.json
- app/javascript/mastodon/locales/cs.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/cs.json
- app/javascript/mastodon/locales/cy.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/cy.json
- app/javascript/mastodon/locales/da.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/da.json
- app/javascript/mastodon/locales/de.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/de.json
- app/javascript/mastodon/locales/defaultMessages.json 14 additions, 1 deletionapp/javascript/mastodon/locales/defaultMessages.json
- app/javascript/mastodon/locales/el.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/el.json
- app/javascript/mastodon/locales/en.json 2 additions, 0 deletionsapp/javascript/mastodon/locales/en.json
- app/javascript/mastodon/locales/eo.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/eo.json
- app/javascript/mastodon/locales/es-AR.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/es-AR.json
- app/javascript/mastodon/locales/es.json 23 additions, 0 deletionsapp/javascript/mastodon/locales/es.json
Loading
Please register or sign in to comment