PFM
f4d0f6954e
Fix "undefined" in className ( #3939 )
8 years ago
unarist
7129cca17a
Don't set ASSET_HOST on build:development ( #3936 )
...
Setting ASSET_HOST to `http://0.0.0.0:8080 ` makes urls in manifest.json to
be invalid, e.g. `http://0.0.0.0:8080/packs/application.js `.
Anyway, we don't need set this on build:development because assets would
be delivered from same origin in development (and w/o dev-server).
8 years ago
unarist
7968c69df4
Fix react-intl/locale-data import issue on production build ( #3937 )
...
Webpack seems to fail to import `react-intl/locale-data/*.js` if those
files has been proceed by babel, and this also breaks applying our translation.
Note that this won't be a problem on English locale, because react-intl
includes it as default and works fine without manually added locale-data.
Also this issue seems to only occurs on production build, but I'm not sure
about reason.
8 years ago
kibigo!
a6c43ea9fc
Removed no-longer-necessary custom style
8 years ago
Gô Shoemake
098b360439
Merge pull request #26 from ekiru/feature/manual-column-layout-setting
...
User-controlled multi-column/single-column overrides
8 years ago
kibigo!
fb3040dfc4
Better style handling at small sizes
8 years ago
kibigo!
1e6267ae2f
Allowed little media rules
8 years ago
kibigo!
cf1a103ee7
OKAY THIS WORKS THIS WORKS
8 years ago
kibigo!
10ca00107d
Better settings handling with localSettings (new!)
8 years ago
kibigo!
2dc82d48ae
Don't change layout of static pages
8 years ago
kibigo!
b4b03c99f1
Use Redux store to keep track of layout
8 years ago
unarist
9a65f85934
Fix elephant in onboarding modal being very small sized on small devices ( #3932 )
8 years ago
unarist
fdd982a562
Clean column collapsible ( #3931 )
...
* Remove unused column_collapsable.js
* Remove old styles
* Extract `> div` style to independent class
8 years ago
Sorin Davidoi
8180d8bc35
feat(components/onboarding_modal): Swipe between pages ( #3934 )
8 years ago
Surinna Curtis
b01b111ca1
Pass in correct "singleColumn" prop value when auto-columns is not used.
8 years ago
Surinna Curtis
e5b6c21f32
Support overriding media queries for deciding between single-column/multi-column layouts with a class
8 years ago
unarist
741fd15f4e
Fix webpack config for Windows ( #3926 )
8 years ago
Yamagishi Kazutoshi
6779ba5f18
Fix #3924 (regression from #3906 ) ( #3925 )
8 years ago
beatrix-bitrot
5be13a0557
clean up old avatar class
8 years ago
Matthew Walsh
2fb8475418
Unified avatar styling
...
Avatars now have consistent styling across all pages; border radius can be adjusted with a SASS variable ($ui-avatar-border-size)
8 years ago
kibigo!
f277bf6012
Un-hide dropdown menu ;P
8 years ago
kibigo!
cd07fb5b27
ESLint improvements for Profile Metadata
8 years ago
Gô Shoemake
26254fc5c4
Reblog support for collapsed toots
8 years ago
unarist
45058b5fde
Use debounce for dispatch scrollTopNotification and expandNotifications ( #3700 )
8 years ago
beatrix-bitrot
5c3d671a72
missing punctuation
8 years ago
beatrix
05b01bbb4c
glitch the getting started image
8 years ago
kibigo!
be420f4139
Very minor styling improvements to toot-collapsing
8 years ago
kibigo!
32574a7e3c
Updates height upon collapsing
8 years ago
kibigo!
58cdc55bd5
Minor collapsing button improvements~
8 years ago
kibigo!
744917179b
Collapsable toots [1/??] ☕ ️
8 years ago
kibigo!
a36c6a3e54
✨ Profile Metadata HACK 😈
8 years ago
Go Shoemake
b7a2221b17
Fixes drawer so stuff doesn't overflow
8 years ago
Charlotte Fields
a7a7613e71
cybre cleanup
8 years ago
Chronister
bf32615615
cybrespace to 1.4.2
8 years ago
Chronister
2edadd7fe7
All cybrespace changes through 5/28
8 years ago
Charlotte Fields
23451f1066
adding cybre changes
8 years ago
beatrix-bitrot
4f54d53a84
update local modifications for cors and cp
8 years ago
beatrix-bitrot
8288ed1cfc
silly readme update to test automated deploys
8 years ago
beatrix-bitrot
65914d509f
update README.md
8 years ago
beatrix
91b9bfbb11
Update README.md
8 years ago
Beatrix Bitrot
6a5afc6fe8
CORS tweaks
8 years ago
Daniel Hunsaker
0c8f23b69f
Fix a typo and give CW'd statuses the right cursor ( #3918 )
8 years ago
Eugen Rochko
d7318b6840
Fix webpack-dev-server until it's fixed upstream ( #3916 )
8 years ago
Yamagishi Kazutoshi
e2027fbe42
Use Class and Property Decorators ( #3730 )
...
ref https://tc39.github.io/proposal-decorators/
8 years ago
Takuya Yoshida
e81b5b25aa
Fix errorMiddleware to prevent "TypeError: res.writeHead is not a function" ( #3913 )
...
* Fix errorMiddleware
* Add "eslint-disable-line no-unused-vars"
8 years ago
Sorin Davidoi
1280559503
Revocable sessions ( #3616 )
...
* feat: Revocable sessions
* fix: Tests using sign_in
* feat: Configuration entry for the maximum number of session activations
8 years ago
Nolan Lawson
9c246cac5c
Apply babel to react-intl to remove prop-types ( #3914 )
8 years ago
Eugen Rochko
12d1565d23
Merge branch 'sorin-davidoi-swipe-gestures'
8 years ago
Eugen Rochko
88458a1638
Merge branch 'swipe-gestures' of git://github.com/sorin-davidoi/mastodon into sorin-davidoi-swipe-gestures
8 years ago
Akihiko Odaki (@fn_aki@pawoo.net)
794afdca8d
Add index statuses on account_id and id ( #3895 )
8 years ago