1
0
Fork 0
Commit Graph

286 Commits

Author SHA1 Message Date
Nicolas Perriault 232c6f47cf
Fixed test elm-package.json. 2017-05-25 12:11:38 +02:00
Nicolas Perriault 1911bb196a
Fix travis build. 2017-05-25 11:56:46 +02:00
Nicolas Perriault c6179b1a59
Fix broken tests. 2017-05-25 10:52:30 +02:00
Nicolas Perriault cba6ea07e0
Fix #177: Remove all toots from an unfollowed account. 2017-05-25 10:25:43 +02:00
Nicolas Perriault c5add865c4
Fix broken tests. 2017-05-23 09:15:54 +02:00
Nicolas Perriault b6c858da2d
Render app link in target thread toot. 2017-05-23 00:25:28 +02:00
Nicolas Perriault b180cc42e3
Improve draft status field padding. 2017-05-22 21:42:40 +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 239326b79f
Improve autocomplete menu styles. 2017-05-22 09:09:47 +02:00
Nicolas Perriault 9df541adc8
Improve selected visibility tab contrast. 2017-05-22 09:00:08 +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 f8763f5cae
Ensure wmin width & height for medias. 2017-05-18 15:35:16 +02:00
Nicolas Perriault 89c5a62074
Reduce column margins, fix body scroll issue. 2017-05-18 15:31:59 +02:00
Nicolas Perriault 037d62114f
Use local bootstrap assets.
Tooty should try harder to not rely on external http dependencies,
this is a first step.
2017-05-18 10:37:55 +02:00
Thomas Parisot 5b83a55462 Remove body overflow (#173)
It enables vertical scrolling on mobile.
2017-05-18 09:18:40 +02:00
Nicolas Perriault 2047d6f93f
Update test fixtures. 2017-05-14 21:40:01 +02:00
Nicolas Perriault a7826c5c2b
Fixed status url may be missing in a toot. 2017-05-14 15:12:04 +02:00
Nicolas Perriault e9e9809f65
Fix #169: Use international date format. 2017-05-14 14:43:17 +02:00
Nicolas Perriault eb976bbf3a
Updated screenshot in README. 2017-05-14 12:59:53 +02:00
Nicolas Perriault d5f69c18fd
Fix #157: Make draft column scrollable on overflow. 2017-05-14 12:53:13 +02:00
Nicolas Perriault 60ba13158d
Reduce column and status entry padding. 2017-05-14 12:00:27 +02:00
Nicolas Perriault 7ace73ed83
Fix minor styling issue with column menus. 2017-05-14 11:30:38 +02:00
Nicolas Perriault 547dfd770a
Preserve scroll context when posting a status. 2017-05-14 11:25:34 +02:00
Nicolas Perriault 2d0d5cd7b9
Fixed #166: Limit number of accounts in notifications. 2017-05-14 10:30:59 +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 8e187efc10
Improve modalconfirm window placement. 2017-05-13 15:42:24 +02:00
Nicolas Perriault 93e42ac575
Fix #58: Add a direct message filter button. 2017-05-13 13:57:58 +02:00
Nicolas Perriault 1fc6d6b4a2
Clean timelines when switching accounts. 2017-05-13 11:54:35 +02:00
Nicolas Perriault 9753efe7e8
Fix #27: Render universal emojis. 2017-05-13 11:21:29 +02:00
Nicolas Perriault d47a5ad7cc
Center confirm windows. 2017-05-13 10:27:32 +02:00
Nicolas Perriault 5b69f2f094
Ask confirmation before deleting a toot. 2017-05-12 22:45:20 +02:00
Nicolas Perriault 8681a926dc
Confirm when unregistering an account. 2017-05-12 22:41:11 +02:00
Nicolas Perriault 92b9e53b8f
Add a logout button. 2017-05-12 22:03:52 +02:00
Nicolas Perriault 3c7584306f
Fix long links may break a column. 2017-05-12 12:42:18 +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 f25f560f8f
Improve media upload button styles. 2017-05-11 12:13:56 +02:00
Nicolas Perriault b7001eb8da Fix #78: Handle media upload. (#156) 2017-05-11 10:55:15 +02:00
Nicolas Perriault 2fae98f452
Refactor error updates. 2017-05-10 09:46:04 +02:00
Nicolas Perriault e87d4ba648
Mitigate issue with time subscription. 2017-05-10 09:13:25 +02:00
Nicolas Perriault 30aafa68a4
Fix typos in README. 2017-05-09 18:55:43 +02:00
Nicolas Perriault b8aecc6312
Updated README. 2017-05-09 18:53:23 +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 51a802f096
Updated favicon with somthing better. 2017-05-08 14:34:00 +02:00
Nicolas Perriault 73c3868d05 Update thread and account views on new websocket update event. (#151) 2017-05-08 14:13:07 +02:00
Nicolas Perriault 68311725df Optimize generated build. (#150) 2017-05-08 13:08:51 +02:00