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 |
Nolan Lawson
|
2a5b1fe1a9
|
remove unnecessary will-change/filter
|
2018-03-27 20:13:17 -07:00 |
Nolan Lawson
|
148b1f1b38
|
use flexbox for dialog button
|
2018-03-27 17:31:17 -07:00 |
Nolan Lawson
|
58b700788c
|
add floating compose button
|
2018-03-27 00:02:55 -07:00 |
Nolan Lawson
|
60dd2ecff2
|
add muted style for image/video dialogs
|
2018-03-20 21:26:53 -07:00 |
Nolan Lawson
|
9de2949cb7
|
Simplify selectors, prefer class selectors for SVGs
|
2018-03-16 08:58:04 -07:00 |
Nolan Lawson
|
56f7efb78f
|
implement requesting to follow someone
|
2018-03-14 22:32:58 -07:00 |
Nolan Lawson
|
b8d1ccb339
|
add ability to delete a status
|
2018-03-14 08:36:12 -07:00 |
Nolan Lawson
|
c13771c3a0
|
more options button to follow/unfollow
|
2018-03-11 19:40:32 -07:00 |
Nolan Lawson
|
2f8bd171d4
|
add an animation for modals
|
2018-03-03 16:31:00 -08:00 |
Nolan Lawson
|
1de9e49f78
|
tweak style
|
2018-03-03 15:03:02 -08:00 |
Nolan Lawson
|
3dc46791e9
|
refactor
|
2018-03-03 14:51:48 -08:00 |
Nolan Lawson
|
66801fbc96
|
refactor
|
2018-03-03 14:15:50 -08:00 |
Nolan Lawson
|
35282666cc
|
implement post privacy
|
2018-03-03 13:23:26 -08:00 |
Nolan Lawson
|
2614e451b2
|
add test for compose, and emoji
|
2018-02-28 18:45:29 -08:00 |
Nolan Lawson
|
18dab36e52
|
add custom emoji modal
|
2018-02-27 23:18:07 -08:00 |
Nolan Lawson
|
23e3de6e26
|
tweak modal design
|
2018-02-22 20:55:00 -08:00 |