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 |
Eugen Rochko
|
92209a1b6e
|
Display follow suggestions
|
8 years ago |
Eugen Rochko
|
6f1497586c
|
Add "edit profile" link to dropdown on own profile
|
8 years ago |
Eugen Rochko
|
588cb77e9f
|
E-mail preferences page
|
8 years ago |
Eugen Rochko
|
6f26b06454
|
Fix styles
|
8 years ago |
Eugen Rochko
|
d70e728326
|
Responsively changing layout to single-column + nav on smaller screens
|
8 years ago |
Eugen Rochko
|
848cbbd242
|
Improved how in-UI profiles look
|
8 years ago |
Eugen Rochko
|
22e05d2ff6
|
Making AccountTimeline into a sub-route
|
8 years ago |
Eugen Rochko
|
1d63e39a00
|
Add link to public timeline to getting started screen
|
8 years ago |
Eugen Rochko
|
f10b5ee0d8
|
Use reselect to memoize denormalization in UI state
Also upgrade react-redux to latest version. This is a performance update
|
8 years ago |
Eugen Rochko
|
c3f5dfeabb
|
Adding public timeline
|
8 years ago |
Eugen Rochko
|
93aa4085a2
|
Fix #73 - Click on in-UI profile avatar/name to open public profile
|
8 years ago |
Eugen Rochko
|
4eb5319882
|
Styling loading indicator, removing unused routes, adding "getting started" explanation
Also, only update relative time every minute instead of 6 seconds. My bad
|
8 years ago |
Eugen Rochko
|
cad6653af0
|
Fix how missing display name is displayed (fallback to username)
|
8 years ago |
Eugen Rochko
|
9c01f3fcf0
|
Fix delete option missing from statuses in detailed view
|
8 years ago |
Eugen Rochko
|
b62d8e2d5b
|
Fix #76 - set scrollTop property of element node rather than use scrollTo() method
|
8 years ago |
Eugen Rochko
|
f9f9d74053
|
Fix #71 - Add logout link to UI
|
8 years ago |
Eugen Rochko
|
f621ee8101
|
Fix #70 - disable autocomplete on follow form
|
8 years ago |
Eugen Rochko
|
70e9dd0b5b
|
Blocking will prevent e-mail notifications from blocked user, blocks in UI
|
8 years ago |
Eugen Rochko
|
1fce687f8e
|
Unreblogging and unfavouriting from the UI
|
8 years ago |
Eugen Rochko
|
ef2b50c9ac
|
Deleting statuses from UI
|
8 years ago |
Eugen Rochko
|
45a96e899e
|
Fix #58 - disable compose form while image is uploading
|
8 years ago |
Eugen Rochko
|
693383234c
|
Improved style of settings page
|
8 years ago |
Eugen Rochko
|
e9bc4a4a08
|
Limit usernames to 30 chars, statuses to 500, open account after follow form success
|
8 years ago |