Renaud Chaput
01b6c83c36
Add a new `@/` alias for the root frontend directory and use it where possible ( #28753 )
2 years ago
Claire
6bbcd9348e
Switch from 48px weight 600 material symbol icons to 24px weight 400 icons ( #28064 )
2 years ago
Renaud Chaput
608f66f978
Change icon SVG imports to use a default import ( #28709 )
2 years ago
Eugen Rochko
134de736dc
Change icons in web UI ( #27385 )
...
Co-authored-by: Renaud Chaput <renchap@gmail.com>
3 years ago
Claire
41f65edb21
Fix embed dropdown menu item for unauthenticated users ( #25964 )
3 years ago
Renaud Chaput
d27216dc46
Enforce import order with ESLint ( #25096 )
3 years ago
Renaud Chaput
8f66126b10
Use the new JSX transform ( #25064 )
3 years ago
Claire
711a037660
Allow scripts in post embed previews ( #25071 )
3 years ago
Renaud Chaput
c8181eb0a4
Enforce stricter rules for Typescript files ( #24910 )
3 years ago
Yamagishi Kazutoshi
d1b057a0ac
Remove legacy decorators syntax ( #18357 )
3 years ago
Renaud Chaput
44a7d87cb1
Rename JSX files with proper `.jsx` extension ( #23733 )
3 years ago
Nick Schonning
c49213f0ea
Upgrade ESlint to v8 ( #23305 )
3 years ago
Eugen Rochko
f51f99c3c2
Fix media editing modal and profile directory in light theme ( #12059 )
...
Also:
- Fix embed modal in light theme
- Fix confirmation modal in light theme
7 years ago
ThibG
e25947db4a
Sanitize and sandbox toot embeds ( #9552 )
7 years ago
Yamagishi Kazutoshi
0ddbccf7e6
Upgrade Babel to version 7.0.0 ( #5925 )
8 years ago
unarist
2c51bc0ca5
Add missing rejection handling for Promises ( #7008 )
...
* Add eslint-plugin-promise to detect uncaught rejections
* Move alert generation for errors to actions/alert
* Add missing rejection handling for Promises
* Use catch() instead of onReject on then()
Then it will catches rejection from onFulfilled. This detection can be
disabled by `allowThen` option, though.
8 years ago
nightpool
c235711ffe
Refactor /api/web APIs to use the centralized axios instance ( #6223 )
...
Also adds the ability to decouple the centralized axios logic from the
state dispatcher
8 years ago
Eugen Rochko
6867681c7c
Add script to make embedded iframes autosize ( #4853 )
9 years ago
Eugen Rochko
d1a78eba15
Embed modal ( #4748 )
...
* Embed modal
* Proxy OEmbed requests from web UI
9 years ago