1
0
Fork 0
Commit Graph

27 Commits

Author SHA1 Message Date
Ryan Fox 122f22425e
Show instance icon on statuses 2021-11-30 20:01:34 -08:00
Ryan Fox a27709ccfd
Add proper audio preview support 2021-03-07 03:31:09 +00:00
Ryan Fox 6fc967c05a
Add support for displaying polls
Doesn't look the prettiest, but it's there!
2021-03-06 23:20:53 +00:00
Ryan Fox a0b3970747
Prevent clicking spoilers from opening thread 2021-01-30 03:37:04 +00:00
Ryan Fox 21ccfe7e52
Make whole status clickable
This makes it possible to open statuses without status text.
2021-01-30 02:13:25 +00:00
Ryan Fox a1a7b16842
Don't re-open statuses on click 2021-01-15 20:13:24 +00:00
Ryan Fox 0fd0441093
Show username in boost if no display_name found 2021-01-13 21:26:55 +00:00
Ryan Fox 2f227355b8
Show pinned statuses 2021-01-12 06:08:43 +00:00
Ryan Fox 487adc9d1f
Use display_name when showing boosts 2021-01-12 05:39:00 +00:00
Ryan Fox 7e26999ff2
Fix sensitive image indicators 2021-01-11 19:32:29 +00:00
Ryan Fox be05f24b52
Make the preview_url optional
It won't always be present, especially for media like audio. (I'll fix
audio eventually.)
2021-01-10 21:44:48 +00:00
Ryan Fox 5043e89837
Show acct instead of username where applicable
This allows users to see the instance used by the poster in the
timeline, and I like the look of it better.
2021-01-10 21:26:29 +00:00
Ryan Fox 2fc0cbb852
Show all images in their full glory 2021-01-10 20:28:22 +00:00
Ryan Fox 1ad0247660
Default display_name text to username 2021-01-10 19:23:49 +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
Vincent Jousse 2fbafdbe53 Add follow date in notification aggregate (#190)
Add follow date in notification aggregate
Closes #176
2017-06-01 12:01:13 +02:00
Nicolas Perriault 6d7e9e9036 Urlify app. (#186) 2017-05-29 16:28:01 +02:00
Nicolas Perriault b6c858da2d
Render app link in target thread toot. 2017-05-23 00:25:28 +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 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 5b69f2f094
Ask confirmation before deleting a toot. 2017-05-12 22:45:20 +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 9b8293554f Add scrollIntoView port (#129)
* Add scrollIntoView port

* Fix js formatting

* @n1k0's review
2017-05-04 08:31:58 +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 007179ba66
Fix #120: Open thread when clicking on a CW spoiler text. 2017-05-02 14:55:59 +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