Surinna Curtis
3464bb30f8
replies to local-only toots default to local-only, and fix some regex bugs
7 years ago
Ondřej Hruška
d87d70e89a
Fixed js type error in advanced_options_dropdown.js
7 years ago
Damien Erambert
18d3fa953b
Add a setting allowing the use of system's default font in Web UI ( #4033 )
...
* add a system_font_ui setting on the server
* Plug the system_font_ui on the front-end
* add EN/FR locales for the new setting
* put Roboto after all other fonts
* remove trailing whitespace so CodeClimate is happy
* fix user_spec.rb
* correctly write user_spect this time
* slightly better way of adding the classes
* add comments to the system-font stack for clarification
* use .system-font for the class instead
* don't use multiple lines for comments
* remove trailing whitespace
* use the classnames module for consistency
* use `mastodon-font-sans-serif` instead of Roboto directly
7 years ago
STJrInuyasha
6bf6d35637
Parse links in status content on update as well as mount ( #4042 )
...
* Update links in status content on update as well as mount
Fixes occasional bugs with mentions and hashtags not being set to open in a new column like they should, and instead opening in a new page
* use classList instead of raw className
7 years ago
unarist
9c03fd9cae
Unobserve status on unmount ( #4013 )
...
This fixes a warning on status unmounting (e.g. deletion).
This also resets IntersectionObserverWrapper on disconnect to avoid `unobserve()` calls
which has bug in Edge.
7 years ago
Quent-in
26949607d2
l10n Occitan locale ( #4089 )
...
* Small adjustments
About the report part.
* Update time format
7 years ago
m4sk1n
6d106d3943
i18n: minor changes in Polish translation ( #4087 )
...
* i18n: minor changes in Polish translation
* Update pl.json
7 years ago
kibigo!
bba75c15f1
Statuses redux!
...
- Better unified reblogs, statuses, and notifications
- Polished up collapsed toots greatly
- Apologies to bea if this makes everything more difficult
7 years ago
unarist
b52a5e6bd6
Show LoadMore button on Notifications even if all items are filtered ( #4077 )
8 years ago
Surinna Curtis
193f354d3e
a real default for advanced options long description
8 years ago
Surinna Curtis
6b67b91eb1
satisfy eslint
8 years ago
Surinna Curtis
6b77424660
some adjustments to open/active for advanced options dropdown
8 years ago
Surinna Curtis
301c185878
highlight … button if any options enabled
8 years ago
Surinna Curtis
f6ce1a9592
toggles for advanced options
8 years ago
Surinna Curtis
0c71c0ccc8
reset advanced options when appropriate
8 years ago
Surinna Curtis
49e82c1e0f
add an eye when submitting a toot with do_not_federate enabled
8 years ago
Surinna Curtis
556cede00f
Local-only option and dropdown all working
8 years ago
Surinna Curtis
dd49c10cdb
Further improvements to dropdown html
8 years ago
Surinna Curtis
85d5249479
The beginnings of an advanced options dropdown
8 years ago
Minori Hiraoka
976c18aa5f
Fix Korean translation ( #4065 )
...
* Added Korean Translation (based on japanese)
* Update korean translation
* Update korean translation: fix syntax error
* Updated korean translation
* Update korean translation
* Update ko.json
Translate non-translated parts
* Update ko.yml
Translated missed parts - and fixed some typos
* Create simple_form.ko.yml
* Update simple_form.ko.yml
Translation error fix - password change form
* Update simple_form.ko.yml
* Update ko.json
Missing translation
8 years ago
Gyuhwan Park
4cddef1cea
i18n: Add korean translation ( #4064 )
...
* Added Korean Translation (based on japanese)
* Update korean translation
* Update korean translation: fix syntax error
* Updated korean translation
* Update korean translation
* Update ko.json
Translate non-translated parts
* Update ko.yml
Translated missed parts - and fixed some typos
* Create simple_form.ko.yml
* Updated korean translation
* i18n: fix test fails
8 years ago
Surinna Curtis
ff9f2088f7
Move layout override into app settings modal
...
Squashed commit of the following:
commit 3842f879865818a3299f8283f8ed1b43c5566500
Author: Surinna Curtis <ekiru.0@gmail.com>
Date: Mon Jul 3 19:57:39 2017 -0500
Fix some style issues
commit 08628a0234392ecac90e869a1272f429de0b6db2
Author: Surinna Curtis <ekiru.0@gmail.com>
Date: Mon Jul 3 19:35:22 2017 -0500
Improved styling and layout of select app settings
commit 1787a7c20f2bf7101c6d6830450564178314a737
Author: Surinna Curtis <ekiru.0@gmail.com>
Date: Mon Jul 3 17:13:53 2017 -0500
remove the layout selector ui from the drawer
commit 7d93b180b1e615e2c36210ad6f119fe80a2778d8
Author: Surinna Curtis <ekiru.0@gmail.com>
Date: Mon Jul 3 17:01:51 2017 -0500
Add layout setting to app settings modal
8 years ago
Nolan Lawson
e282580101
Faster emojify() by avoiding str.replace() entirely ( #4049 )
8 years ago
Damien Erambert
133b892e0d
Update French locales ( #4034 )
...
* add missing locales for French translation
* accent "Media" in the front-end locales
* images => médias
* Change 'rapport' to 'signalement' in French locales to be more coherent
* fix typo
* remove duplicate EN locale
* translate missing locales
* update missing locale
* fix typo
* unify with "utilisateur⋅ice⋅s"
* address PR comments
8 years ago
Sorin Davidoi
60da49f856
fix(components/columns_area): Increase delta for swipe detection ( #4037 )
8 years ago
kibigo!
c58877862d
createBio function added
8 years ago
Nolan Lawson
a978b88997
Faster emojify() algorithm, avoid regex replace ( #4019 )
...
* Faster emojify() algorithm, avoid regex replace
* add semicolon
8 years ago
kibigo!
ec2daae71c
Media display improvements
...
- built in fullwidth styling
- letterbox settings toggle
- media no longer counts towards height when making toot-collapsing
measurements
8 years ago
kibigo!
b525caf40a
Fixing an aspect of #32 which had previously escaped my attention
8 years ago
kibigo!
651c3d643c
Images behind CWs in detailed statuses too
8 years ago
Yamagishi Kazutoshi
a27879c0cf
Replace state to /web when root path ( #4009 )
8 years ago
kibigo!
cc4cba8afd
Improvements to image icon appearance on SHOW MORE
8 years ago
kibigo!
99889ea57d
Tiny Status improvements
...
- Media toots are no longer auto-collapsed if the media is behind a CW
- Display names no longer appear clickable when a toot is collapsed
- Fixed #36 by adding reduplicating the media icon inside the SHOW
MORE/LESS
8 years ago
kibigo!
19690d3e33
Fixes #32 bug with revealing sensitive media
8 years ago
kibigo!
2d8ebdcc72
Initial store for local settings is now Immutable all the way down
8 years ago
kibigo!
595c6de32c
Added App Setttings Modal
8 years ago
kibigo!
36805a39db
Moved reblog wrapper outside of <Status>
8 years ago
m4sk1n
6ad72728f6
i18n: Turn report screen into a modal (pl) ( #3974 )
8 years ago
Sorin Davidoi
64d9c016bd
fix(components/status): Up & down jump due to content being added to the DOM ( #3972 )
8 years ago
Eugen Rochko
12e7c81dd8
Turn report screen into a modal ( #3965 )
8 years ago
kibigo!
e6300de142
Profile metadata improvements
8 years ago
Sorin Davidoi
be92babd00
Responsive images in media gallery ( #3963 )
...
* feat(components/media_gallery): Responsive images
* fix(components/media_gallery): Link to image URL
8 years ago
Yamagishi Kazutoshi
8f2c91568c
Maintain aspect ratio for preview image ( #3966 )
8 years ago
kibigo!
59503a88ae
Disable account linking on collapsed toots too
8 years ago
kibigo!
5df7bc3a8b
Disable links on collapsed toots
8 years ago
kibigo!
c806fef865
Notifications collapsed by default
8 years ago
Surinna Curtis
7b53d4bbca
Bio length on client side mostly doesn't count metadata
8 years ago
Alda Marteau-Hardi
f53ed108b0
Translate pin/unpin and fix some inconsistencies in gender neutral strings ( #3952 )
8 years ago
kibigo!
a520b118e4
Expand toot by clicking on body [fixed!]
8 years ago
kibigo!
38a1299975
Stick images inside of CWs
8 years ago