Commit Graph

36 Commits

Author SHA1 Message Date
079736e199 Profile: start refactoring findAccountByUsername logic 2021-10-07 14:35:07 -05:00
b6704991d2 Column: consolidate column components, refactor transparency, get rid of .column-area--mobile, wtf 2021-10-06 16:01:18 -05:00
77f22e5293 AccountTimeline: fix fetchAccountByUsername when switching between two profiles 2021-10-02 15:45:14 -05:00
53a0213fbf Merge remote-tracking branch 'origin/develop' into next 2021-09-15 11:27:56 -05:00
9734290bfb Minor accessibility improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-14 14:09:14 +02:00
8569958ec5 Profile: hide Column back button 2021-09-13 12:07:26 -05:00
c26471d57b Fix merge conflicts 2021-09-09 10:53:19 -06:00
fbeb8de2a0 AccountTimeline: pinned post column settings 2021-08-11 16:00:49 -05:00
1d18db3439 AccountTimeline: column settings UI 2021-08-11 15:49:57 -05:00
dcf7dd216f AccountTimeline: let it be configurable like other timelines 2021-08-11 15:31:46 -05:00
a310197a5a eslint: prefer-const, no-loop-func, no-const-assign, no-var 2021-08-03 12:36:11 -05:00
859eb77ffc Refactor verification actions 2021-07-13 12:26:56 -05:00
5eafa25ea9 Allow promotion/demotion of users to staff roles 2021-07-13 12:21:12 -05:00
c505cde24f Timelines: fix dequeue, fix component propTypes 2021-07-08 14:52:07 -05:00
1cb53b60f9 Check URL params defensively, probably fixes #670 2021-07-02 15:06:27 -05:00
fd0380bc82 Subscriptions: add subscription option to account dropdown 2021-06-27 11:52:12 -05:00
00d1fd67ac Fix chats "Message" button for intermediate screen sizes 2021-06-01 10:21:24 -05:00
62d5a97939 Add button verify/unverify a user 2021-03-15 21:52:42 -05:00
926335b268 Add "deactivate" and "delete" user modals to every status and account profile 2021-01-18 15:27:35 -06:00
cf27b2799b Remove unnecessary div in account section headline 2020-11-10 20:38:18 -07:00
3d393deee4 A better way to handle block messages 2020-11-02 08:25:21 -07:00
d448277bbe Message when a profile is blocked changed 2020-10-24 21:44:22 -06:00
7d0bd47ac1 Chats: update "Message" button with conditional logic for mobile 2020-08-28 15:06:55 -05:00
9493b261ef Chats: only show message button if the user supports chats 2020-08-27 13:32:52 -05:00
c4aae14148 Chats: handle null last_message 2020-08-26 20:20:14 -05:00
9a3aab27c9 Chats: clicking the profile message button calls onMessage 2020-08-26 19:46:23 -05:00
efa6f94cdd Fix onEndorseToggle props warning 2020-08-26 19:20:18 -05:00
ec42888fff Add getSoapboxConfig() like getSettings() 2020-08-23 16:04:01 -05:00
9864966eb0 remove endorse button from the profile header menu and some related funcs, fixes #328 2020-08-16 10:42:55 -05:00
44e882d7fc Show donor badge 2020-07-04 21:25:43 -05:00
853dad032c componentWillReceiveProps fixes, fixes #184, #231, !80 2020-07-04 19:14:12 -05:00
ecf26de289 Merge branch 'componentWillReceiveProps_to_DidUpdate_refactor' into 'develop'
Component will receive props to did update refactor Fixes #184

Closes #184

See merge request soapbox-pub/soapbox-fe!80
2020-06-27 00:23:44 +00:00
3d29f7b6e2 partial mods to replace deprecated componentWillReceiveProps 2020-06-22 20:26:20 -05:00
24b72b5828 Replace componentWillMount with componentDidMount and as required, construct(). Fixes #179 2020-06-17 20:42:30 -05:00
e101afd619 "Profile unavailable" only if blocked, fixes #96 2020-06-11 23:42:05 -05:00
d24dcb3e60 gabsocial --> soapbox paths 2020-05-28 17:56:55 -05:00