luzpaz
|
1bce70d3c7
|
Misc. typos (#8694)
Found via `codespell -q 3 --skip="./app/javascript/mastodon/locales,./config/locales"`
|
6 years ago |
Eugen Rochko
|
ca9d8402c3
|
Add "Toots/Toots with replies/Media" tab below profile header (#6572)
* Add "Toots/Toots with replies/Media" tab below profile header
* Add focal point display to account gallery timeline
* Fix visual glitch of standalone GIFV
|
7 years ago |
Sorin Davidoi
|
2c6bb251c5
|
refactor(features/ui): Avoid useless renders in WrappedSwitch (#5580)
|
7 years ago |
Nolan Lawson
|
7bde8dcc08
|
Use ES module build of react-router-dom (#5264)
|
7 years ago |
Sorin Davidoi
|
c202889d8d
|
fix: Rerender Bundle on route change (#4120)
|
7 years ago |
Sorin Davidoi
|
40b32ffb12
|
Lazy load components (#3879)
* feat: Lazy-load routes
* feat: Lazy-load modals
* feat: Lazy-load columns
* refactor: Simplify Bundle API
* feat: Optimize bundles
* feat: Prevent flashing the waiting state
* feat: Preload commonly used bundles
* feat: Lazy load Compose reducers
* feat: Lazy load Notifications reducer
* refactor: Move all dynamic imports into one file
* fix: Minor bugs
* fix: Manually hydrate the lazy-loaded reducers
* refactor: Move all dynamic imports to async-components
* fix: Loading modal style
* refactor: Avoid converting the raw state for each lazy hydration
* refactor: Remove unused component
* refactor: Maintain modal name
* fix: Add as=script to preload link
* chore: Fix lint error
* fix(components/bundle): Check if timestamp is set when computing elapsed
* fix: Load compose reducers for the onboarding modal
|
7 years ago |