Ondřej Hruška
b8019a2a46
Fix intl warning with disabled secondary toot btn
...
- Moved building the secondary btn text into the if to avoid trying to translate 'none' visibility
7 years ago
Ondřej Hruška
3b79104d29
Make secondary toot button work nicer with file attachments & revert to the original behavior if it's disabled
7 years ago
Ondřej Hruška
b65e03fd0f
Add secondary toot button (opt-in) ( #153 )
...
Add secondary toot button + other toot button enhancements.
Squashing so it's easy to revert if needed.
7 years ago
Ondřej Hruška
ba7fbb92a7
Remove "extra clickable spaces" made obsolete by status re-design
7 years ago
Ondřej Hruška
1325ec8b1d
applied blackle's fix for gallery offset with full-width media
7 years ago
kibigo!
123d22f3b8
Long display names now ellipsis properly
7 years ago
kibigo!
e1fc279dfd
Styling fixes for header redesign
7 years ago
David Yip
93bd063524
Merge pull request #148 from glitch-soc/better-header
...
Improvements to status headers and content
7 years ago
Ondřej Hruška
640740eeac
autoscroll emoji suggestions box
7 years ago
beatrix
b14d2a5ae6
Merge pull request #149 from glitch-soc/mojon-suggest
...
Emoji and Hashtag autocomplete
7 years ago
kibigo!
47bc505c25
Fixed notification appearance
7 years ago
Ondřej Hruška
18ebb961d8
fulltext mojo suggestions
7 years ago
Ondřej Hruška
d1a08a01ad
TURBO shortcode search
7 years ago
Ondřej Hruška
0ddaea5d9d
add scrollbar to mojon suggestions list when too long
7 years ago
Ondřej Hruška
827277a8cc
cache allShortcodes
7 years ago
Ondřej Hruška
82dc98f91c
typo in comment
7 years ago
Ondřej Hruška
65673e9a91
Appease Travis
7 years ago
Ondřej Hruška
4ac158f1d3
Emoji and Hashtag autocomplete
7 years ago
kibigo!
41832d083e
Pinned toots; embeds
7 years ago
kibigo!
c3476ca860
Added GIF hover-to-play support
7 years ago
kibigo!
76fda20779
Improvements to status headers
7 years ago
kibigo!
7321cea33e
Fixed disabled boost SVG ( #106 )
7 years ago
kibigo!
8081572714
Fixed #133 (only parse links in status text)
7 years ago
Surinna Curtis
8958d8c131
Re-center hidden media text vertical
7 years ago
Surinna Curtis
f55b76afba
Apply white-space: nowrap to account relationships icons
7 years ago
Surinna Curtis
7de500297b
Tweak title text for mute notifications toggle to be clearer
7 years ago
Surinna Curtis
97469efc35
fix a missing import
7 years ago
Surinna Curtis
11088e5667
In probably dead code, replace a dispatch of muteAccount that was skipping the modal with launching the mute modal.
7 years ago
Surinna Curtis
5774861ece
satisfy eslint
7 years ago
Surinna Curtis
20fd564109
make the hide/unhide notifications buttons work
7 years ago
Surinna Curtis
27567d9ce9
Show whether muted users' notifications are muted in account lists
7 years ago
Surinna Curtis
27ee70ba19
Put the label for the hide notifications checkbox in a label element.
7 years ago
Surinna Curtis
b7227d05f8
add trailing newlines to files for Pork :)
7 years ago
Surinna Curtis
9cdcd429d9
Satisfy eslint.
7 years ago
Surinna Curtis
62fde4c01c
Convert profile header mute to use mute modal
7 years ago
Surinna Curtis
5d43556afd
Break out a separate mute modal with a hide-notifications checkbox.
7 years ago
Surinna Curtis
485de6b477
Remove unused imports
7 years ago
David Yip
f90abccf33
Merge tag 'v1.6.0' into sync/upstream
7 years ago
Eugen Rochko
762ca653b6
Hide modal loading screen for media/video/boost/confirm/actions modals ( #4873 )
7 years ago
Eugen Rochko
63cb303a66
Fix dimensions of loading component for compose drawer ( #4872 )
7 years ago
David Yip
017738c604
Merge tag 'v1.6.0rc4' into sync/upstream-1.6.0rc4
...
Conflicts:
app/javascript/mastodon/features/getting_started/index.js
app/javascript/packs/public.js
app/javascript/styles/components.scss
7 years ago
David Yip
bee4cdc8d2
Add missing import (patch by @MightyPork)
7 years ago
David Yip
67d9178007
Merge tag 'v1.6.0rc3' into sync/upstream
7 years ago
David Yip
da3f22ee7d
Merge branch 'origin/master' into sync/upstream
...
Conflicts:
app/javascript/mastodon/components/status_list.js
app/javascript/mastodon/features/notifications/index.js
app/javascript/mastodon/features/ui/components/modal_root.js
app/javascript/mastodon/features/ui/components/onboarding_modal.js
app/javascript/mastodon/features/ui/index.js
app/javascript/styles/about.scss
app/javascript/styles/accounts.scss
app/javascript/styles/components.scss
app/presenters/instance_presenter.rb
app/services/post_status_service.rb
app/services/reblog_service.rb
app/views/about/more.html.haml
app/views/about/show.html.haml
app/views/accounts/_header.html.haml
config/webpack/loaders/babel.js
spec/controllers/api/v1/accounts/credentials_controller_spec.rb
7 years ago
Eugen Rochko
2303725f7d
Add script to make embedded iframes autosize ( #4853 )
7 years ago
Eugen Rochko
d8bbe7cf7c
Disable mouse-based pause from #4859 ( #4865 )
...
It wasn't working ideally and introduced some annoying false positivies
7 years ago
unarist
64eb868c4a
Fix scroll behavior and others on paused timeline ( #4864 )
...
Resolved:
* Lot of redundant renders while mouse moving
* Scroll jumping when timeline loaded
* Scroll position isn't kept when statuses below the scrollTop was deleted then new status arrived
Unresolved:
* Scroll position isn't kept when statuses over the scrollTop was deleted then new status arrived
-> It needs to know which statuses are over the scrollTop
* New status indicator should be active when new statuses arrived while mouse moved recently
-> It needs a) update indicator in ScrollableList, or b) set scrollTop status while mouse moving
7 years ago
Yamagishi Kazutoshi
f551b2ca7a
Fix second report (regression from 2cc31b3194
) ( #4863 )
7 years ago
Lynx Kotoura
c268118e5b
Scrollable tables in settings pages ( #4857 )
...
* Scrollable tables in settings pages
* Add space before curly brace
7 years ago
Eugen Rochko
f79eba1650
Fix #1004 - Temporarily pause timeline if there's been recent mouse movement ( #4859 )
7 years ago