Quent-in
26949607d2
l10n Occitan locale ( #4089 )
...
* Small adjustments
About the report part.
* Update time format
7 years ago
Shin Kojima
e7c0d87d98
Fix embedded SVG fill attribute ( #4086 )
...
* Fix embedded SVG fill attribute
SCSS darken/lighten functions may not return a color value, but a color
name like "white". See following example:
https://www.sassmeister.com/gist/c41da93b87d536890ddf30a1f42e7816
This patch will normalize $color argument to FFFFFF style.
I also changed the function name from "url-friendly-colour" to
"hex-color", Because...
1. The name "url-friendly" is not meaningful enough to describe what it
does.
2. It is familier to me using "color" rather than "colour"
kojima:kojiMac mastodon[master]$ git grep -l colour
app/javascript/styles/boost.scss
spec/fixtures/files/attachment.jpg
kojima:kojiMac mastodon[master]$ git grep -l color
.rspec
.scss-lint.yml
Gemfile.lock
app/javascript/mastodon/features/status/components/action_bar.js
app/javascript/styles/about.scss
app/javascript/styles/accounts.scss
app/javascript/styles/admin.scss
app/javascript/styles/basics.scss
app/javascript/styles/boost.scss
app/javascript/styles/compact_header.scss
app/javascript/styles/components.scss
app/javascript/styles/containers.scss
app/javascript/styles/footer.scss
app/javascript/styles/forms.scss
app/javascript/styles/landing_strip.scss
app/javascript/styles/reset.scss
app/javascript/styles/stream_entries.scss
app/javascript/styles/tables.scss
app/javascript/styles/variables.scss
app/views/admin/subscriptions/_subscription.html.haml
app/views/layouts/application.html.haml
app/views/layouts/error.html.haml
app/views/manifests/show.json.rabl
bin/webpack-dev-server
config/initializers/httplog.rb
public/500.html
public/emoji/1f1e6-1f1e8.svg
public/emoji/1f1ec-1f1f8.svg
public/emoji/1f1f3-1f1ee.svg
public/emoji/1f1fb-1f1ec.svg
spec/fixtures/requests/idn.txt
yarn.lock
* Add semicolon
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!
0c7ee5c792
Fixed non-status notification styling
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 )
7 years ago
Ondřej Hruška
4cbbea5881
Improved CSS for drawer to restore original looks (full height)
7 years ago
Ondřej Hruška
167c392efd
Fix drawer clipping dropdowns
7 years ago
Surinna Curtis
193f354d3e
a real default for advanced options long description
7 years ago
Surinna Curtis
6b67b91eb1
satisfy eslint
7 years ago
Surinna Curtis
6b77424660
some adjustments to open/active for advanced options dropdown
7 years ago
Surinna Curtis
301c185878
highlight … button if any options enabled
7 years ago
Surinna Curtis
cb7f54891f
Revert "change active/hover display on advanced options"
...
This reverts commit ade773cb0a8c0c4b862074f7ee8e607023bc8bbe.
7 years ago
Surinna Curtis
f6ce1a9592
toggles for advanced options
7 years ago
Surinna Curtis
aee64b996c
change active/hover display on advanced options
7 years ago
Surinna Curtis
0c71c0ccc8
reset advanced options when appropriate
7 years ago
Surinna Curtis
49e82c1e0f
add an eye when submitting a toot with do_not_federate enabled
7 years ago
Surinna Curtis
556cede00f
Local-only option and dropdown all working
7 years ago
Surinna Curtis
b73ee36949
Reduce advanced options dropdown width
7 years ago
Surinna Curtis
dd49c10cdb
Further improvements to dropdown html
7 years ago
Surinna Curtis
85d5249479
The beginnings of an advanced options dropdown
7 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
7 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
7 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
7 years ago
Nolan Lawson
e282580101
Faster emojify() by avoiding str.replace() entirely ( #4049 )
7 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
7 years ago
Sorin Davidoi
60da49f856
fix(components/columns_area): Increase delta for swipe detection ( #4037 )
7 years ago
Eugen Rochko
bf50e3e5ae
Fix height issue in report modal
7 years ago
adbelle
15227c713d
Remove color lightening for search results section
...
This will cause it to match the shading of the container behind it.
7 years ago
adbelle
30736f4886
Add opaque background to search results section
7 years ago
kibigo!
c58877862d
createBio function added
7 years ago
Nolan Lawson
a978b88997
Faster emojify() algorithm, avoid regex replace ( #4019 )
...
* Faster emojify() algorithm, avoid regex replace
* add semicolon
7 years ago
Yamagishi Kazutoshi
0e09048537
Fix broken style in media gallery (regression from #3963 ) ( #4014 )
7 years ago
kibigo!
46f83bb28b
Styling fixes to media spoilers
7 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
7 years ago
kibigo!
b525caf40a
Fixing an aspect of #32 which had previously escaped my attention
7 years ago
kibigo!
651c3d643c
Images behind CWs in detailed statuses too
7 years ago
Yamagishi Kazutoshi
a27879c0cf
Replace state to /web when root path ( #4009 )
7 years ago
Naoki Kosaka
049cea30b0
Fix media-gallery, overflow is hidden. ( #4008 )
7 years ago
kibigo!
cc4cba8afd
Improvements to image icon appearance on SHOW MORE
7 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
7 years ago
kibigo!
19690d3e33
Fixes #32 bug with revealing sensitive media
7 years ago
kibigo!
0b371da971
Fixed improper centering of columns-area
7 years ago
kibigo!
2d8ebdcc72
Initial store for local settings is now Immutable all the way down
7 years ago
kibigo!
595c6de32c
Added App Setttings Modal
7 years ago
kibigo!
7b1d233f4f
Linear gradient no longer extends under metadata on account pages
7 years ago
kibigo!
03f9648377
Improvements to static metadata styling, especially for mobile
7 years ago
kibigo!
6107e95404
Backend YAML Processing + Profile Metadata on Static Pages
7 years ago
kibigo!
36805a39db
Moved reblog wrapper outside of <Status>
7 years ago
kibigo!
ab4632a41e
Allow line-breaks in bio metadata
7 years ago
beatrix-bitrot
ddafde942c
Merge remote-tracking branch 'upstream/master'
7 years ago
m4sk1n
6ad72728f6
i18n: Turn report screen into a modal (pl) ( #3974 )
7 years ago
Sorin Davidoi
64d9c016bd
fix(components/status): Up & down jump due to content being added to the DOM ( #3972 )
7 years ago
Eugen Rochko
12e7c81dd8
Turn report screen into a modal ( #3965 )
7 years ago
kibigo!
e6300de142
Profile metadata improvements
7 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
7 years ago
Yamagishi Kazutoshi
8f2c91568c
Maintain aspect ratio for preview image ( #3966 )
7 years ago
kibigo!
59503a88ae
Disable account linking on collapsed toots too
7 years ago
kibigo!
5df7bc3a8b
Disable links on collapsed toots
7 years ago
kibigo!
c806fef865
Notifications collapsed by default
7 years ago
Surinna Curtis
7b53d4bbca
Bio length on client side mostly doesn't count metadata
7 years ago
Alda Marteau-Hardi
f53ed108b0
Translate pin/unpin and fix some inconsistencies in gender neutral strings ( #3952 )
7 years ago
kibigo!
56ca33a6d3
Time needs to be just a little wider to accomodate minutes
8 years ago
kibigo!
aeff898137
We want wrapping here, sorry 😥
8 years ago
kibigo!
b323e00bf3
Merge branch 'master' of https://github.com/glitch-soc/mastodon
8 years ago
kibigo!
a520b118e4
Expand toot by clicking on body [fixed!]
8 years ago
beatrix-bitrot
c0a665865e
update bio length to 500
8 years ago
kibigo!
38a1299975
Stick images inside of CWs
8 years ago
kibigo!
96e1f75679
Fixes to overflows wrt drawer/column
8 years ago
kibigo!
3a99552f0c
Fixed bad drawer custom.css
8 years ago
kibigo!
22cc5c0dec
Improvements to action bar positioning
8 years ago
Surinna Curtis
efa425206c
Move status action bar left
...
This also resolves the issues where sometimes the timestamps wrap and also sits unpleasantly close to the … button.
8 years ago
kibigo!
e60f27d649
Clicking on a collapsed toot just uncollapses it.
8 years ago
kibigo!
6a50e73089
Auto-uncollapse when expanding CW
8 years ago
kibigo!
b1f9892e63
[custom.scss] More media height fixes
8 years ago
kibigo!
d6e3918d92
Disables CW [Show More/Less] links in collapsed toots
8 years ago
Eugen Rochko
5e8d037e27
Fix #3910 - Require OTP authentication to disable 2FA ( #3935 )
...
* Fix #3910 - Require OTP authentication to disable 2FA. Also, remove ability
to generate new OTP backup codes *after* initial backup codes were handed
out during activation
* Restore recovery code re-generation
* Improve display of some 2FA elements
8 years ago
kibigo!
6909bbdc9e
[custom.scss] max-height of media now a fixed value
8 years ago
kibigo!
ddc6b85912
Color adjustment to media icons
8 years ago
kibigo!
4bc237fcfe
Adds media icons to toots
8 years ago
kibigo!
efacfec3ed
Media previews for collapsed toots
8 years ago
kibigo!
8ea779e59a
Patching rebase errors
8 years ago
Sorin Davidoi
4ce1540094
fix(features/compose): Handle external changes to the textarea ( #3632 )
8 years ago
Shel Raphen
7eda83a36a
Glitchsocification
8 years ago
Eugen Rochko
f7301bd5b9
Add overview of active sessions ( #3929 )
...
* Add overview of active sessions
* Better display of browser/platform name
* Improve how browser information is stored and displayed for sessions overview
* Fix test
8 years ago
PFM
099a3b4eac
Fix "undefined" in className ( #3939 )
8 years ago
kibigo!
af178d0ba6
Removed no-longer-necessary custom style
8 years ago
kibigo!
b8a5052d53
Better style handling at small sizes
8 years ago
kibigo!
7427680e75
Allowed little media rules
8 years ago
kibigo!
ca0d30c04b
OKAY THIS WORKS THIS WORKS
8 years ago
kibigo!
da05cde721
Better settings handling with localSettings (new!)
8 years ago
kibigo!
4c37f629bc
Don't change layout of static pages
8 years ago
kibigo!
ddba5d3b8c
Use Redux store to keep track of layout
8 years ago
unarist
1fc096ec75
Fix elephant in onboarding modal being very small sized on small devices ( #3932 )
8 years ago
unarist
21c2bc119c
Clean column collapsible ( #3931 )
...
* Remove unused column_collapsable.js
* Remove old styles
* Extract `> div` style to independent class
8 years ago
Sorin Davidoi
d23293c762
feat(components/onboarding_modal): Swipe between pages ( #3934 )
8 years ago
Surinna Curtis
ceb545c080
Pass in correct "singleColumn" prop value when auto-columns is not used.
8 years ago
Surinna Curtis
a70468aa56
Support overriding media queries for deciding between single-column/multi-column layouts with a class
8 years ago
Yamagishi Kazutoshi
79dacea962
Fix #3924 (regression from #3906 ) ( #3925 )
8 years ago
beatrix-bitrot
8b23bf7cbd
clean up old avatar class
8 years ago