Nolan Lawson
b2f5f36207
fix(svg): re-inline svg into html ( #772 )
...
* Revert "fix(icons): fix icons.svg url (#769 )"
This reverts commit 1d34d45da7
.
* Revert "perf: use prefetch instead of preload for svgs (#765 )"
This reverts commit b73dd548ae
.
* Revert "perf: build separate icons.svg file (#762 )"
This reverts commit ee45c07314
.
* move svg to end of 2xx.html
2018-12-10 00:13:54 -08:00
Nolan Lawson
1d34d45da7
fix(icons): fix icons.svg url ( #769 )
...
in #762 I forgot to set the absolute path for these; it fails on
subpages
2018-12-08 20:04:32 -08:00
Nolan Lawson
ee45c07314
perf: build separate icons.svg file ( #762 )
2018-12-08 12:46:16 -08:00
Nolan Lawson
34cfaf27b3
fix: make inline media changes suggested in #747 ( #760 )
2018-12-08 09:44:12 -08:00
sgenoud
530ad6b35c
feat: Allow Media to be shown in a grid (as an option) ( #747 )
...
* Allow Media to be shown in a grid
* Bring back the sidebar for ungrouped images
2018-12-08 09:42:38 -08:00
Nolan Lawson
60751b3339
feat(statuses): implement "Delete and redraft" ( #719 )
...
Fixes #469
2018-12-03 23:23:29 -08:00
Nolan Lawson
f0b3115be1
fix(scrolling): fix body scrollable when modal is open ( #681 )
...
Fixes #680
2018-11-23 21:33:03 -08:00
Nolan Lawson
689dae5d39
fix(dialog): when dialog is hidden, don't scroll to top ( #672 )
...
* fix(dialog): when dialog is hidden, don't scroll to top
* update package-lock.json
2018-11-21 00:33:46 -08:00
Nolan Lawson
c54aaf2fa4
fix(video): stop playing video when modal closed ( #640 )
...
fixes #622
2018-11-12 16:20:59 -08:00
greenkeeper[bot]
8dbc1b0503
Update standard to the latest version 🚀 ( #519 )
...
* chore(package): update standard to version 12.0.0
* package lock update
* fix eslint
2018-08-29 21:42:57 -07:00
Nolan Lawson
2449a27767
fix pinned/unpinned state of recently pinned statuses ( #521 )
...
* fix pinned/unpinned state of recently pinned statuses
* fixup
* fix test
2018-08-29 18:10:09 -07:00
Nolan Lawson
46fa65f25a
fix null error in profile ( #506 )
2018-08-27 19:32:30 -07:00
Nolan Lawson
d49af06fbd
use async clipboard API ( #499 )
2018-08-26 16:40:48 -07:00
Nolan Lawson
95665f6d74
add domain blocking ( #496 )
...
* add domain blocking
fixes another thing from #6
* show "domain blocking" on profile page
2018-08-26 14:16:00 -07:00
Nolan Lawson
4a0cfb8d6e
tweak CSS in options dialog menu ( #492 )
2018-08-25 22:03:40 -07:00
Nolan Lawson
d6af3b69a7
Add ability to show/hide boosts from accounts ( #491 )
...
Fixes some stuff in #6
2018-08-25 22:03:33 -07:00
Nolan Lawson
1be5fd3672
fix overflow inside of modals ( #432 )
...
fixes #431
2018-08-17 22:26:08 -07:00
Nolan Lawson
df6323fba3
switch from copy icon to link icon ( #343 )
...
fixes #325
2018-05-26 17:23:27 -07:00
Nolan Lawson
2b309b242c
close first dialog when opening copy dialog ( #292 )
2018-05-13 11:13:35 -07:00
Nolan Lawson
ad84adaf63
add ability to mute conversation ( #291 )
...
fixes another thing from #6
2018-05-12 22:49:01 -07:00
Nolan Lawson
3d8cdcd649
only allow public/unlisted statuses to be pinned ( #290 )
...
fixes #264
2018-05-12 15:45:50 -07:00
Nolan Lawson
c0d0b4dd36
add option to copy link to clipboard ( #289 )
...
Fixes #288
2018-05-12 15:00:11 -07:00
Nolan Lawson
42be854521
upgrade to svelte 2.0 ( #251 )
...
* upgrade to svelte 2.0
* update svelte-loader to 2.9.0
2018-05-01 17:05:36 -07:00
Nolan Lawson
429df7fbc5
fix more svelte undefined warnings ( #250 )
2018-04-30 19:06:08 -07:00
Nolan Lawson
dbba271f39
fix some svelte data warnings ( #247 )
2018-04-30 09:57:49 -07:00
Nolan Lawson
8229d1c9e6
use svelte shorthand wherever possible ( #242 )
2018-04-29 18:42:03 -07:00
Nolan Lawson
9629a55a9f
remove all instances of string coercion ( #240 )
2018-04-29 17:45:03 -07:00
Nolan Lawson
8089202977
add ability to pin and unpin statuses ( #235 )
...
* add ability to pin and unpin statuses
* add another test
2018-04-29 12:28:44 -07:00
Nolan Lawson
12131bd807
refactor dialogs to be individually async ( #206 )
2018-04-21 09:56:53 -07:00
Nolan Lawson
bfc3c46462
use standard to lint HTML too ( #186 )
2018-04-19 21:38:01 -07:00
Nolan Lawson
8d5690d63d
remove get() with string from Svelte calls ( #169 )
...
* remove get() with string pt 1
* remove get() with string pt 2
* fix typo
* fix some null exceptions in get()
* fixup code style
2018-04-19 09:37:05 -07:00
Nolan Lawson
7ff45dfb3f
mute and unmute accounts ( #127 )
2018-04-14 22:18:48 -07:00
Nolan Lawson
732d1fded4
Block and unblock an account ( #125 )
...
One of the many features listed in #6
2018-04-14 18:47:55 -07:00
Nolan Lawson
fdcf2bc46b
fix blurry modal dialog on chrome/safari ( #101 )
...
Fixes #71
2018-04-13 09:46:47 -07:00
Nolan Lawson
9d706a3748
Add img title as well as alt ( #66 )
...
Fixes #57
2018-04-10 20:02:42 -07:00
Nolan Lawson
7ae3212c55
Fix alts for image uploads ( #54 )
...
* Fix alts for image uploads
Fixes #41
* fix alts mixed with no-alts
2018-04-09 18:30:15 -07:00
Nolan Lawson
eb8cd5f83d
simplify and refactor dialogs using event bus
2018-04-08 16:56:20 -07:00
Nolan Lawson
bcc7fb47ef
start using an event bus
2018-04-08 15:08:32 -07:00
Nolan Lawson
e7b1b2ba31
mentions open modal compose box
2018-04-07 00:21:00 -07:00
Nolan Lawson
b8d93a5d96
add try catch for closing compose dialog
2018-04-06 08:49:15 -07:00
Nolan Lawson
a6d2382f97
tweak status options
2018-04-05 07:44:10 -07:00
Nolan Lawson
8f24531d94
tweak dialog
2018-04-04 22:28:22 -07:00
Nolan Lawson
33d595f239
add mention option to account profiles
2018-04-04 21:45:19 -07:00
Nolan Lawson
5a23235529
destroy entire dialog when closed
2018-04-04 20:33:17 -07:00
Nolan Lawson
5b6af3c8d5
compose modal should auto-focus
2018-04-02 20:49:33 -07:00
Nolan Lawson
7988222086
fix emoji dialog overflow
2018-04-01 23:41:35 -07:00
Nolan Lawson
80a89a64f1
fix having multiple modal dialogs
2018-03-31 18:46:44 -07:00
Nolan Lawson
7342ff1bf2
unify usage of autoplaying video
2018-03-31 10:45:11 -07:00
Nolan Lawson
5a0c4897b0
make replies inline
2018-03-30 01:06:17 -07:00
Nolan Lawson
474b6e6dad
replace × with svg x icon
2018-03-28 08:56:40 -07:00