a1de2e332d
Fix compose form bug
2017-01-05 14:18:38 +01:00
ca7dce4a5a
Fix selection resetting in compose form after unrelated data updates
2017-01-05 14:11:18 +01:00
87f76d4095
Merge pull request #403 from ticky/use-system-fonts
...
Use system fonts on more platforms
2017-01-05 13:37:48 +01:00
92638308ee
Merge pull request #400 from ticky/differentiate-settings-links
...
Differentiate settings links
2017-01-05 13:36:13 +01:00
1f3c895ffb
Use system fonts on more platforms
...
This allows other platforms such as Windows, macOS and iOS to use their system fonts rather than downloading a copy of Roboto. It also makes the app feel a little closer to native on those platforms!
2017-01-04 20:24:27 -08:00
c100b83b98
Automatically position cursor when writing a reply toot
2017-01-04 20:04:14 -08:00
7ac55d2674
Differentiate settings links
...
The "settings" links in the Getting Started section (or, if #399 were to happen, "more" menu) and compose sections are now different; the "compose" link is "Edit profile," while the one in the Getting Started section is now "Preferences."
All languages have been updated to accommodate this, based on the existing usages of these phrases in language files in the Rails part of the app!
addresses part of #384
2017-01-04 19:47:02 -08:00
3b604d2786
Merge pull request #395 from ticky/hide-media-list-if-no-media
...
Don't render the media list when there's no media
2017-01-05 03:34:49 +01:00
1da73ecade
Fix Command-enter tooting
...
metaKey is only set correctly on keyDown, not keyUp, so this swaps to using that
2017-01-04 18:29:43 -08:00
cbcb7e1241
Don't render the media list when there's no media
...
This stops the empty compose view from scrolling on 4-inch devices.
2017-01-04 18:10:45 -08:00
aaee8c9b5d
Disallow compose navbar from being shrunk
2017-01-04 17:44:41 -08:00
4d300e2507
On file-drag, show a border around textarea
2017-01-03 00:43:45 -08:00
2146ac91a0
Follow requests send e-mail notifications, but are excluded from notifications API
...
Better initial state for unlisted/nsfw toggles
2016-12-26 21:52:03 +01:00
0bc6da89d2
Hide unlisted toggle when private is active, hide nsfw toggle when no files added
2016-12-24 01:28:10 +01:00
538d109a82
Re-add unlisted toggle to the UI
2016-12-24 01:28:02 +01:00
de9b6e3a6a
Compose form in the UI now has public/private toggle instead of public/unlisted
2016-12-23 00:38:16 +01:00
4df38516e6
Fix key up listener on compose form
2016-12-14 18:38:28 +01:00
b27066e154
Re-implemented autosuggestions component for the compose form
...
Fix #205 , fix #156 , fix #124
2016-12-14 18:21:31 +01:00
6e7e97c849
Fix metaKey usage
2016-12-11 23:54:32 +01:00
73c142fb94
Fix #167 - Enable cmd+enter on Mac to submit form
2016-12-11 23:39:25 +01:00
8cfcc52876
Make all account links into permalinks (open public except on left click)
2016-12-02 15:05:50 +01:00
fd01f13b3c
Replace "Unlisted mode" with more explicit text
2016-12-01 17:19:58 +00:00
14bd46946d
Per-status control for unlisted mode, also federation for unlisted mode
...
Fix #233 , fix #268
2016-11-30 21:34:59 +01:00
9f731b6a27
Allow vertical resizing of the toot textarea
2016-11-25 18:17:47 +01:00
8efa081f21
Remove Neo4J
2016-11-24 23:46:27 +01:00
7cee27f517
Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notifications,
...
skip ActionCable for follow/unfollow/block events, instead clear UI from
blocked account's posts instantly if block request succeeds. Add forgotten
i18n for sensitive content
2016-11-23 22:57:57 +01:00
2112a81e86
Adding content sensitivity toggle, spoilers for media
2016-11-23 18:53:23 +01:00
d32e0364f9
Switch to compose route when replying and compose is not mounted
2016-11-21 10:52:11 +01:00
38dd85daab
Adding notifications column
2016-11-20 19:39:58 +01:00
85d1b74ac3
Adding german localization
2016-11-18 15:53:46 +01:00
01e43c3e57
Adding react-intl i18n to the frontend. No translations yet
2016-11-16 17:20:52 +01:00
dbfe1e4be6
Infinite scroll for followers/following lists
2016-11-13 20:42:54 +01:00
50d3083cbd
Making upload button into a smaller icon button
2016-11-13 19:08:52 +01:00
d42ed78aa4
Fix #110 - Make web UI use browser history, change links in e-mails to link to that
2016-11-13 14:02:34 +01:00
c4eb63c1d4
Debounce autosuggestions requests
2016-11-13 13:13:36 +01:00
f0bdfadab7
Search component
2016-11-13 13:04:18 +01:00
09218d4c01
Use full-text search for autosuggestions
2016-11-12 14:36:10 +01:00
e8ff4c8e56
Refactoring redux state into different reducers
2016-10-30 15:06:43 +01:00
bfb6cc5f2c
Make suggestions box also use user list components
2016-10-28 20:26:49 +02:00
ac4f53a3a2
Improved how user lists look, added follow button to them
2016-10-28 20:05:44 +02:00
1c84d505c8
Adding following/followers lists to the UI
2016-10-27 21:59:56 +02:00
4470330385
Backfill follow suggestions with fallback when not enough results. Cycling
...
through suggestions in UI
2016-10-16 17:04:13 +02:00
df2c0b8dad
Fix typo
2016-10-15 16:57:10 +02:00
04bfd4262f
Fix follow suggestions ranking
2016-10-15 16:54:50 +02:00
aa9d48343d
Fix suggestions box style for long names
2016-10-15 13:05:37 +02:00
20f581f796
Display follow suggestions
2016-10-15 12:06:30 +02:00
45776b55b0
Responsively changing layout to single-column + nav on smaller screens
2016-10-12 13:17:17 +02:00