Age | Commit message (Collapse) | Author |
|
Fix video player on toot public views
|
|
Status filtering fixes from upstream
|
|
[Glitch] Show media modal on public pages
|
|
|
|
|
|
|
|
|
|
|
|
KeyboardEvent.key may be physical key name (Escape, Tab, etc.)
even in text composition and it causes hotkeys or suggestion selection.
So we need to check e.which or e.isComposing.
Checking e.which also allows us to avoid Esc key on compositionend in Safari.
|
|
toot in account timeline. (#7202)
* Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline.
* Fix typo
* Add custom attribute prefix
|
|
|
|
Port ff7941e652af1d54d9c991254556e7932a8b183c to glitch-soc
|
|
* Fix boosting own private toots.
* Run yarn manage:translations and update Japanese translations.
|
|
This fixes following cases which causes hotkey action accidentally:
* hitting Esc key to cancel text composition (mostly in CJK)
Although events on cancelling composition are still heavily
browser / input method dependent, but this implementation would
covers current UI Events spec and some exceptions.
* hitting Esc key to close autocomplete suggestions
This PR changes to use keydown event instead of keyup event as well as other hotkeys.
|
|
* Use table for statuses in report
* Display reported account and reporter in the same table
* Split accounts and general report info into two tables again
* Redesign report statuses table, notes, merge notes and action log
* Remove unused translations
* Fix code style issue
* Fix code style issue
* Fix code style issue
|
|
|
|
* Revert "Make scroll bars wider (#7060)"
This reverts commit 11715454d033784bf6176b75a954e5c28b5d79e5.
* for real make webkit scrollbar wider
|
|
Port 1a37d7e252aa41fd1c66e780e1a2a1426d8f3545 to glitch-soc
|
|
Port fd87e5a53bcaafb886a675c76e9256015e9db897 to glitch-soc
|
|
|
|
|
|
|
|
|
|
This prevents changing the status' height and triggering jumps in the TL
|
|
|
|
Port the display part of the following commits to glitch-soc:
* 90f12f2e5a41115a9a756f9dd38054736080d4f9
* b170627ceb8838c358aef1fcca9673ce4aa61ab8
* 11697d68942db7b97a4c7384e4fb4148a97b9122
* 56eb5c3f344f0342ac6f26a05748bc21c585a729
|
|
|
|
In order to keep my sanity when porting changes between glitch-soc and upstream.
|
|
Port b08ab329f4d149fd414e0539574f49062c571a8a to glitch-soc
|
|
|
|
|
|
|
|
Conflicts:
app/controllers/home_controller.rb
app/controllers/stream_entries_controller.rb
app/javascript/mastodon/locales/ja.json
app/javascript/mastodon/locales/pl.json
|
|
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
|
|
* 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
|
|
|
|
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
|
|
* Added a timeline for Direct statuses
* Lists all Direct statuses you've sent and received
* Displayed in Getting Started
* Streaming server support for direct TL
* Changes to match other timelines in 2.0
|
|
* zh-HK translation
* zh-HK fix
* zh-HK translation
* add missing zh-HK translate
* fix translate
* i18n-tasks normalize
|
|
Resolves #5550
|
|
* Adjust policy to allow boosting own private toots
* Add ability to reblog private toots from dropdown menu
|
|
* Set scrollbars to 12 px wide rather than 8px
Should overwrite the setting in reset.scss. This is untested at this point.
* removes scrollbar height and width specifications from reset.scss and basics.scss
|
|
|
|
|
|
Fix the bookmark column pinning fix…
|
|
|
|
Match config/locales/fr.yml: "private" was changed to "followers-only"
by 501514960a9de238e23cd607d2e8f4c1ff9f16c1.
|
|
Fix pinning the bookmarks column (fixes #428)
|
|
|
|
Backport a few MediaGallery/Video changes from upstream (fixes #423)
|