1
0
Fork 0
Commit Graph

31 Commits

Author SHA1 Message Date
Ryan Fox da97f690b1
Add initial support for alt text
The input doesn't actually work right now, but it's a step in the right
direction.
2022-11-30 21:03:20 -08:00
Ryan Fox 51b1fa2b17
Prepare for emoji support 2022-03-26 23:07:04 -07:00
Ryan Fox c557d41acb
Remove the keyboard shortcut for sending a draft
The ctrlPressed value seems to be inaccurate, and I keep sending drafts
by accident.
2021-04-12 23:23:37 +00:00
Ryan Fox a1a7b16842
Don't re-open statuses on click 2021-01-15 20:13:24 +00:00
Nicolas Perriault 2e89ad0b0f
Fix #196: Fix incompatibilities with the Mastodon API v2.0.0. (#197) 2017-11-29 14:06:08 +01:00
Nicolas Perriault 8fca68438f
Actually subscribe to key events. 2017-07-17 16:14:35 +02:00
Nicolas Perriault 575f6086cf
Handle posting draft with ctrl + enter. 2017-07-17 15:34:42 +02:00
Nicolas Perriault 6d7e9e9036 Urlify app. (#186) 2017-05-29 16:28:01 +02:00
Nicolas Perriault 99cb76d19c
Reduce CW textarea size. 2017-05-22 09:22:42 +02:00
Nicolas Perriault d4312640f2
Fix messed up visibility menu when CW is enabled. 2017-05-22 09:21:24 +02:00
Nicolas Perriault f2ec5416ba
Improve toot compose form. 2017-05-21 23:42:09 +02:00
Nicolas Perriault 6f09a341e4
Move NSFW button to the draft action bar. 2017-05-18 23:23:44 +02:00
Nicolas Perriault 310fc2705e
Reduce draft status textarea size and shape. 2017-05-18 17:32:19 +02:00
Nicolas Perriault d5f69c18fd
Fix #157: Make draft column scrollable on overflow. 2017-05-14 12:53:13 +02:00
Nicolas Perriault 4d8757ad7c
Fix #168: List user favorites.
- Favorite timeline model and commands.
- 4th column navigation bar.
- Use of SetView for account selector.
- Move timeline views to their own view module.
- Handle favorite timeline updates.
- Integrate contextual menu in account selector view.
2017-05-13 22:16:57 +02:00
Nicolas Perriault a57fa721bd
Fix #161: Rename spoiler to Content Warning. 2017-05-12 11:49:42 +02:00
Vincent Jousse 7f6bfce7ba Fix input file (attachment) styling for Firefox (#162)
The trick is to hide the input field and style the label instead.
2017-05-12 11:41:53 +02:00
Nicolas Perriault 2f856a8bc3
Inform about media uploading status. 2017-05-11 12:23:10 +02:00
Nicolas Perriault b7001eb8da Fix #78: Handle media upload. (#156) 2017-05-11 10:55:15 +02:00
Nicolas Perriault 7a053b9fa0 Fix #152: Multiple accounts. (#153)
* Update model to store multiple clients.

* Delete tmp registration data after client creation.

* Add minimal account selector view

* Update clients so they can have an account attached.

* List clients in the account selector.

* List accounts in the account selector view.

* It works™.

* Minor CSS fix.

* Reset server value when switching account.

* Fix empty black screen on reauth with new client format.

* Fix typo.

[skip-ci]
2017-05-09 18:43:12 +02:00
Nicolas Perriault 8832b3156f Closes #132: Split model update functions to their own modules. (#147) 2017-05-07 14:31:51 +02:00
Nicolas Perriault 55cfab9976 Fix #114: Close autocomplete menu when pressing Esc. (#139) 2017-05-06 16:00:00 +02:00
Nicolas Perriault 072991520c Fix #133: Show status visibility. (#135)
Also revisits the way we expose visibility choices (and their hierarchy) in the draft form.
2017-05-05 19:18:20 +02:00
Vincent Jousse 5a32881afd Fix global timeline display option #109 2017-05-03 20:53:12 +02:00
Frank Taillandier fe1e4632b2 More contrasted toot button (#128) 2017-05-03 18:37:45 +02:00
Nicolas Perriault 1403ee12fe
Fix broken visibility selector styles. 2017-05-03 17:24:31 +02:00
Nicolas Perriault cfb056d871
Fix erroneously linkable char count. 2017-05-03 17:11:41 +02:00
Nicolas Perriault b035879b0a Improve visibility selector. (#126) 2017-05-03 17:10:03 +02:00
Nicolas Lœuillet ab5e7bfbaf Added link to external profile in account view (#125)
* Added link to external profile in account view

* Used helpers

* Added boolean parameter for accountLink / accountAvatarLink
2017-05-03 15:08:10 +02:00
Nicolas Perriault f064c5d8d6 Fix #118: Render a draft char counter. (#119) 2017-05-02 12:26:17 +02:00
Nicolas Perriault bf09b87215 Modularize views (#117)
* Part 1: Refactor views.

I'm in the middle of nowhere. It's cold, but I distinguish
lights.

It's dark, but my good ol' Elm keeps barking when something
looks wrong or dangerous.

I'm not afraid.

* Part 2: More views refactoring.

The night is deep, but I can see clear. The truth is
at the end of this path.

Perhaps.

* Part 3: The sun is rising.

The darkness is gently fading over, dawn is near. I can
now see mountains drawing in the horizon.

Elm is rather quiet, but keeps scrutating the shadows.

* Part 4: Moaar view splitting.

I follow some wrong path, but I'm back on track.

The sun is shining.

* Epilogue

That was actually fun.
2017-05-02 08:27:01 +02:00