Commit graph

370 commits

Author SHA1 Message Date
Alex Gleason
35db4e33c8
autosuggest_textarea smooth expand 2020-05-30 22:18:29 -05:00
Alex Gleason
54e4bff0ab
Set compose button color 2020-05-30 22:16:29 -05:00
Alex Gleason
4ac7663d3c
--nav-ui-highlight-color -> --accent-color 2020-05-30 22:06:33 -05:00
Alex Gleason
be3065405c
Use --brand-color-faint in more spots 2020-05-30 21:58:18 -05:00
Alex Gleason
0491183877
Replace $highlight-text-color 2020-05-30 21:48:37 -05:00
Alex Gleason
56540932e1
Start adding color adaptations 2020-05-30 20:11:08 -05:00
Alex Gleason
67a7adb9a9
Action to set theme, render theme CSS 2020-05-30 19:05:01 -05:00
Alex Gleason
170b436705
Merge branch 'master' into themes 2020-05-30 17:43:58 -05:00
Alex Gleason
61fcfdbc6e
Fix ComposeForm Ctrl+Enter hotkey issue, fixes #127 2020-05-30 17:29:50 -05:00
Alex Gleason
3963ae2217
Start replacing $gab-brand-default with --brand-color 2020-05-30 14:50:08 -05:00
Alex Gleason
c932872727
RegistrationForm: Refresh Captcha on registration fail 2020-05-29 15:06:14 -05:00
Alex Gleason
78732d8d43
Let Captcha be force-refreshed with idempotencyKey 2020-05-29 15:02:04 -05:00
Bárbara de Castro Fernandes
775f923708 Add 'block user' option to the report window 2020-05-29 15:05:24 -03:00
Alex Gleason
30384cbfef
Clean up auth code 2020-05-29 09:55:38 -05:00
Curtis
dbee88f795 Update auth.js to fix #97 login failure 2020-05-29 02:17:38 +00:00
Alex Gleason
c5886508eb
Pull reduceMotion from Redux store 2020-05-28 20:50:53 -05:00
Alex Gleason
f451b81e25
Remove searchEnabled 2020-05-28 20:41:18 -05:00
Alex Gleason
2e105d40ef
Remove profile_directory 2020-05-28 20:39:37 -05:00
Alex Gleason
806718a97e
Remove invitesEnabled 2020-05-28 20:38:28 -05:00
Alex Gleason
183c6538ca
Pull displayMedia from Redux store 2020-05-28 20:36:39 -05:00
Alex Gleason
ac341f0c2e
start --> flex-start
Fixes postcss runtime warnings
2020-05-28 20:04:21 -05:00
Alex Gleason
c889269ecb
Fix all scss linter warnings 2020-05-28 19:58:37 -05:00
Alex Gleason
da3e63596b
Webpack: Reduce to one entrypoint, app/application.js 2020-05-28 18:46:24 -05:00
Alex Gleason
badd64571f
Remove unused filters in index.ejs 2020-05-28 18:35:17 -05:00
Alex Gleason
27dfc64261
Remove unused files 2020-05-28 18:33:33 -05:00
Alex Gleason
d24dcb3e60
gabsocial --> soapbox paths 2020-05-28 17:56:55 -05:00
Alex Gleason
010638cd9b
Lint: compose-form.scss 2020-05-28 17:18:37 -05:00
Alex Gleason
e4fe77d56b
Make autoPlayGif on by default, !30 2020-05-28 15:43:17 -05:00
Alex Gleason
8133e9ff8f Merge branch 'fix/autoplaygif' into 'master'
Fix autoPlayGif

See merge request soapbox-pub/soapbox-fe!30
2020-05-28 20:40:32 +00:00
Alex Gleason
786f6feacc
Merge branch 'decode_uri_on_profile_edit' 2020-05-28 15:29:54 -05:00
Alex Gleason
e6cff0f83f
EditProfile: Fix error about uncontrolled components 2020-05-28 15:29:32 -05:00
Alex Gleason
c4c99a1c1b
EditProfile: refactor initialState 2020-05-28 15:29:24 -05:00
Alex Gleason
1d44de0873
EditProfile: Unescape account params in componentWillMount() 2020-05-28 15:07:25 -05:00
crockwave
76b3849c93
Convert HTML to text value in Profile Page for Display name and Bio fields
Fixed linter errors

* used unescape method from lodash to translate HTML to plain text
* Moved translation to the componentDidMount event
* Removed decodeHtml method from utils/html
2020-05-28 14:52:09 -05:00
Alex Gleason
503072f715 Merge branch 'handle_keydown_issues' into 'master'
Handle Esc/click outside the "Are you sure you want to delete this post?" modal events. Fixes #118 and #127

Closes #127 and #118

See merge request soapbox-pub/soapbox-fe!27
2020-05-28 19:50:53 +00:00
Alex Gleason
fc95a374b3
Merge branch 'cw_input_focus' 2020-05-28 14:45:04 -05:00
Alex Gleason
9e64cd82b9
Focus spoiler input from ComposeForm, refocus textarea on close 2020-05-28 14:44:36 -05:00
crockwave
84ba6a0cc3
Added auto-focus of content warning input box when CW button clicked
Removed spoilerActive prop and used existing spoiler prop

Fixed linter issue and removed commented code
2020-05-28 14:11:42 -05:00
Alex Gleason
01d437a91e
Disable non-working links in LinkFooter for now #108 2020-05-28 13:56:36 -05:00
Alex Gleason
2e786c2f06
Remove extraneous links from LinkFooter #108 2020-05-28 13:50:49 -05:00
Alex Gleason
575a8889c1
Make home footer navlinks customizable #108 2020-05-28 13:44:44 -05:00
Alex Gleason
a9eb5c1765
Force videos to 300px height on Pleroma, fixes #117 2020-05-28 12:30:54 -05:00
Bárbara de Castro Fernandes
4505e3931a Fix autoPlayGif 2020-05-28 09:47:20 -03:00
Alex Gleason
2319d9f080
MoreFollows refactor 2020-05-27 20:22:53 -05:00
Alex Gleason
387c26939a Merge branch 'message_on_followers_diff' into 'master'
Display label at end of follows/followers lists when follows/followers count > follows/followers list.size Fixes #2

Closes #2

See merge request soapbox-pub/soapbox-fe!19
2020-05-28 00:16:42 +00:00
Curtis
4a5525adf0 Display label at end of follows/followers list when count > list.size 2020-05-28 00:16:42 +00:00
Sean King
996b61215c Change box-shadow color to make it look good on both light and dark themes. 2020-05-27 23:56:14 +00:00
crockwave
25d7df6300 - On Esc/click outside the "Are you sure you want to delete this post?" modal, now reverts back to the compose modal and retains any edited text
- Ctrl-Enter publishing also works in all of the compose modals
2020-05-27 16:30:42 -05:00
Alex Gleason
a85684835f
Fix ProfilePage issues, fixes #58 2020-05-26 23:56:54 -05:00
Alex Gleason
f04e1fddae
Use Conversation IDs instead of status IDs, fixes #77 2020-05-26 23:22:07 -05:00
Alex Gleason
70a3e53db4
Revert "Height cache stick to reduce jitteryness, fixes #117"
This reverts commit fabb300caf.
2020-05-26 21:41:35 -05:00
Alex Gleason
f3ca015e17
Open links in a new tab, fixes #98 2020-05-26 20:54:02 -05:00
Alex Gleason
fabb300caf
Height cache stick to reduce jitteryness, fixes #117 2020-05-26 20:39:55 -05:00
Alex Gleason
6f0c9840be
Fall back on auto video height if not given, fixes #91 2020-05-26 20:28:18 -05:00
Alex Gleason
6f76e1796b Merge branch 'compose-refactor' into 'master'
Fix composer issues

Closes #95, #86, and #116

See merge request soapbox-pub/soapbox-fe!25
2020-05-26 23:31:08 +00:00
Sean King
da7ed8cf35 Update action_bar.js 2020-05-26 22:57:59 +00:00
Alex Gleason
e06f8ce894
Composer: Remove preselectDate
This value is only used to track when a reply happens. On soapbox-fe, a reply causes a new ComposeForm to mount, so we can track it that way instead.
2020-05-26 17:36:56 -05:00
Alex Gleason
188067ac48
Composer: Always place cursor at the end of text 2020-05-26 17:22:32 -05:00
Alex Gleason
5633bf4317
Composer: simplify cursor update code 2020-05-26 17:03:27 -05:00
Alex Gleason
55578a4381
Composer: shouldCollapse --> isClickOutside 2020-05-26 15:26:55 -05:00
Alex Gleason
808e05a03f
Pass maxTootChars from ComposeFormContainer instead of ComposeForm 2020-05-26 15:24:03 -05:00
Alex Gleason
d9e6efbe79
Revert "Merge branch 'compose_caret_to_end' into 'master'"
This reverts commit 886e877996, reversing
changes made to b6a7404031.
2020-05-26 15:21:40 -05:00
Bárbara de Castro Fernandes
6c07579ab2 Always show 'Add or Remove from lists' menu item for Pleroma users 2020-05-26 09:49:05 -03:00
Alex Gleason
438d8009d4
Add password reset, fixes #13 2020-05-24 19:37:15 -05:00
Alex Gleason
a2e19e3720
Add resetPassword action 2020-05-24 18:22:36 -05:00
Alex Gleason
7e0dec594f
Floating action button CSS fixes 2020-05-24 18:04:27 -05:00
Sean King
1861d3227c Rework the Post compose button 2020-05-24 22:48:52 +00:00
Alex Gleason
d2d1f744ca
Improve mobile sidebar styling, fixes #94 2020-05-24 14:45:29 -05:00
Alex Gleason
6b97d4d0be
Revert "Adjusted scss for sidebar mobile menu to prevent rendering problems"
This reverts commit e9d8651208.
2020-05-24 14:39:49 -05:00
Alex Gleason
406e8c00b8
Make delete+redraft work, fixes #82 2020-05-24 14:09:16 -05:00
Alex Gleason
e04ab557ac
Make emoji reacts more responsive 2020-05-23 20:29:25 -05:00
Alex Gleason
29bcc4a0d1
Rearrange Like button events to prevent clashing 2020-05-23 20:01:16 -05:00
Alex Gleason
e9596fc191
Handle mobile emoji clicks (regular Status), use setRef 2020-05-23 19:50:03 -05:00
Alex Gleason
4af3c453e6
Click to open EmojiSelector on mobile (DetailedStatus) 2020-05-23 19:35:14 -05:00
Alex Gleason
8b505c0488
Set EmojiSelector visibility from props 2020-05-23 17:02:14 -05:00
Alex Gleason
c29d779bf5
Fix EmojiSelector position on mobile 2020-05-23 12:18:13 -05:00
Alex Gleason
02228d41e5
Make ALLOWED_EMOJI slightly configurable to let tests pass 2020-05-23 11:54:26 -05:00
Alex Gleason
7db74c7080
😂 --> 😆 2020-05-23 00:04:25 -05:00
Alex Gleason
4c9326b673
Try customizing the emoji list 2020-05-22 23:29:30 -05:00
Alex Gleason
68d40dc8ad
Improve position of inline status emoji picker 2020-05-22 21:34:07 -05:00
Alex Gleason
b13e8bdd96
Refactor simpleEmojiReact, allow inline reactions 2020-05-22 21:15:07 -05:00
Alex Gleason
850d9a1007
Refactor handleEmojiReactClick() 2020-05-22 20:16:26 -05:00
Alex Gleason
2060f15ebb
Set Like button icon to chosen emoji 2020-05-22 19:04:45 -05:00
Alex Gleason
c0fe85ca29
Fix getReactForStatus(), upgrade immutable.js 2020-05-22 17:45:45 -05:00
Alex Gleason
bf1f744b99
Actually, pleroma.emoji_reactions doesn't return accounts so I can't reduce them to one per account 😩 2020-05-22 17:02:56 -05:00
Alex Gleason
571990b78b
Fix reduceEmoji() test 2020-05-22 15:42:57 -05:00
Alex Gleason
b4f5321c0f
Make oneEmojiPerAccount() work 2020-05-22 14:17:05 -05:00
Alex Gleason
0ed867f7bd
Fix emoji component errors 2020-05-22 00:08:55 -05:00
Alex Gleason
792ca08d03
Implement getReactForStatus(), start oneEmojiPerAccount() 2020-05-21 23:52:10 -05:00
Alex Gleason
0e5971545f
Add EmojiSelector popup to inline statuses (not working yet) 2020-05-21 23:19:39 -05:00
Alex Gleason
21b250c6ea
Add tests for emoji utils 2020-05-21 23:17:11 -05:00
Alex Gleason
3ce90dcf66
Refactor EmojiSelector into its own component 2020-05-21 21:14:15 -05:00
Alex Gleason
aec10e18a1
Fix linter errors 2020-05-21 20:40:06 -05:00
Alex Gleason
13defcda1a
Merge remote-tracking branch 'origin/master' into emojireacts 2020-05-21 20:34:21 -05:00
Alex Gleason
6e13cb8c9b
Improve detailed status action buttons 2020-05-21 20:33:55 -05:00
Alex Gleason
1c711ed123
"reacted to" --> "liked" for favourite notifications 2020-05-21 19:01:41 -05:00
Alex Gleason
49cb776e47
Gab --> Post on compose button 2020-05-21 17:49:00 -05:00
Alex Gleason
9ea36ab913
Merge remote-tracking branch 'origin/master' into emojireacts 2020-05-20 19:20:47 -05:00
Alex Gleason
62b04be83b
Refactor video preload, disable for now 2020-05-20 19:20:31 -05:00
Alex Gleason
fcd76431cb
Support pleroma:emoji_reaction notification type 2020-05-20 18:01:37 -05:00