Eugen Rochko
|
4bbec58034
|
Center header in account column, hide media in "muted" status components (notifications)
|
8 years ago |
Eugen Rochko
|
90b3ff2518
|
Follow/unfollow button outside of dropdown, also make favs/reblogs update indicator instantly and
then adjust to failure later if the request fails
|
8 years ago |
Eugen Rochko
|
f6d196255c
|
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
|
8 years ago |
Eugen Rochko
|
1c8ca7aed5
|
Adding content sensitivity toggle, spoilers for media
|
8 years ago |
Eugen Rochko
|
524847e4e1
|
Switch to compose route when replying and compose is not mounted
|
8 years ago |
Eugen Rochko
|
a75ad23c83
|
Fix responsive layout breakpoint, replace mentions column with notifications
|
8 years ago |
Eugen Rochko
|
951843e646
|
Adding notifications column
|
8 years ago |
Eugen Rochko
|
a82a15a38e
|
Adding german localization
|
8 years ago |
Eugen Rochko
|
2096fc62ec
|
Add an Intl polyfill
|
8 years ago |
Eugen Rochko
|
43daf0be85
|
Adding react-intl i18n to the frontend. No translations yet
|
8 years ago |
Eugen Rochko
|
15af998d7b
|
Support emojis in display name, bio
|
8 years ago |
Eugen Rochko
|
19ea717b3c
|
Fix wrong link header on followers API, wrong link in tabs component, order
account results
|
8 years ago |
Eugen Rochko
|
c244c3f7bc
|
Infinite scroll for followers/following lists
|
8 years ago |
Eugen Rochko
|
0a8aced7f4
|
Making upload button into a smaller icon button
|
8 years ago |
Eugen Rochko
|
0f7a388de6
|
Fix #110 - Make web UI use browser history, change links in e-mails to link to that
|
8 years ago |
Eugen Rochko
|
e60cb2792e
|
Debounce autosuggestions requests
|
8 years ago |
Eugen Rochko
|
18341b1621
|
Search component
|
8 years ago |
Eugen Rochko
|
cbfa28b9cc
|
Use full-text search for autosuggestions
|
8 years ago |
Eugen Rochko
|
202fbc3e1b
|
Enable emojis in reply indicator as well
|
8 years ago |
Eugen Rochko
|
db4df4481b
|
Fix modals sizing and add animation to it, fix #140 by only making the text of
status clickable (this also fixes multiple dropdown being openable at the same
time)
|
8 years ago |
Eugen Rochko
|
6430d86e86
|
Fix #131 - Make active favourite buttons yellow
|
8 years ago |
Eugen Rochko
|
aed424aef0
|
Fix live status removal from public/hashtag channels
|
8 years ago |
Eugen Rochko
|
24abc550ab
|
Replace react-skylight with own solution that centers images better
|
8 years ago |
Eugen Rochko
|
6d948a809e
|
Account notes (bios) can now contain links. Character limit upped to 160
|
8 years ago |
Eugen Rochko
|
cb22dce970
|
Adding hashtags
|
8 years ago |
Eugen Rochko
|
5285e9b1f9
|
Adding list of who favourited status
|
8 years ago |
Eugen Rochko
|
12a420f0f3
|
Reduce code duplication, add touch scrolling behaviour for webkit browsers
on scrollable areas
|
8 years ago |
Eugen Rochko
|
1f9aaede07
|
Add list of who reblogged status
|
8 years ago |
Eugen Rochko
|
db3322033f
|
Aria-labels actually didn't work in React, so removing. Fixing some bugs
|
8 years ago |
Eugen Rochko
|
be2b3eb241
|
Fix #136: Add aria-labels
|
8 years ago |
Frederic Hemberger
|
1a6e13a4e5
|
a11y: Add labels to input fields for screenreader
See: https://dequeuniversity.com/rules/axe/2.1/label
|
8 years ago |
Eugen Rochko
|
36470feeb2
|
Fix follow icon changing plus to minus, add terms page stub
|
8 years ago |
Eugen Rochko
|
6448169447
|
Actually complete the autosuggestion feature
|
8 years ago |
Eugen Rochko
|
b91faaebbb
|
Basic username autocomplete for text area
|
8 years ago |
Eugen Rochko
|
53de3b66ce
|
Refactoring redux state into different reducers
|
8 years ago |
Eugen Rochko
|
1c157c040a
|
Hide notes on user lists for now
|
8 years ago |
Eugen Rochko
|
f9e06eb819
|
Make suggestions box also use user list components
|
8 years ago |
Eugen Rochko
|
553760399f
|
Improved how user lists look, added follow button to them
|
8 years ago |
Eugen Rochko
|
b3aab1f3bc
|
Adding following/followers lists to the UI
|
8 years ago |
Eugen Rochko
|
68535f58cd
|
Add opening images in a modal window
|
8 years ago |
Eugen Rochko
|
5bea337189
|
Move status components inside individual containers. We still need to select
all statuses/accounts to assemble, but at least lists don't have to be
re-rendered all the time now. Also add "mention" dropdown option
|
8 years ago |
Eugen Rochko
|
4470966cd9
|
Fix #100 - Add "back" button to certain views
Also fix reloading of timelines after merge-type events
|
8 years ago |
Eugen Rochko
|
fac770fccd
|
Remember scroll position when navigating back, do not needlessly reload
entire timelines (only fetch since last known ID). Side effect: account
timelines no longer update in real-time
|
8 years ago |
Eugen Rochko
|
b1dee1b6d1
|
Fix #99 - public timeline not just reblogs, fix #98 infinite scrolling issues
|
8 years ago |
Eugen Rochko
|
7b52b5ab9e
|
Don't preload timelines as props, load them when timeline component is mounted
This prevents the bug where if you go "back" to the UI after navigating to
another page it loads with the old set of statuses
|
8 years ago |
Eugen Rochko
|
1715657fa3
|
Fix scrolling on small devices for account timelines and compose column
|
8 years ago |
Eugen Rochko
|
916907580e
|
Backfill follow suggestions with fallback when not enough results. Cycling
through suggestions in UI
|
8 years ago |
Eugen Rochko
|
4e89662eea
|
Fix typo
|
8 years ago |
Eugen Rochko
|
52a5ad8207
|
Fix follow suggestions ranking
|
8 years ago |
Eugen Rochko
|
f4e5ca98bf
|
Fix suggestions box style for long names
|
8 years ago |