Commit Graph

620 Commits

Author SHA1 Message Date
cd93399569 Update Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-03 17:15:21 +02:00
babac13493 Bundle: convert to TSX 2022-08-31 17:28:19 -05:00
03d6211e1c Replace classnames with clsx
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-08-31 11:35:06 +02:00
05d296f1ee Consistent behavior of compose modal close confirmation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-08-30 22:51:13 +02:00
0349a57f55 Merge branch 'embeds-improvements' into 'develop'
Embeds improvements

See merge request soapbox-pub/soapbox-fe!1752
2022-08-26 12:54:24 +00:00
3909c74c00 Add new CopyableInput component, use in EmbedModal 2022-08-25 21:21:03 -05:00
d4bcdd821c Lint 2022-08-25 09:19:09 -04:00
edce9d0876 Fetch relationships when opening favourites/reblogs modal 2022-08-25 09:16:47 -04:00
2fded6daa9 Improve dark mode 2022-08-24 09:28:56 -04:00
6ea4129cb7 EmbedModal: use Divider component 2022-08-23 10:40:39 -05:00
2e6b826c46 EmbedModal: improve dark mode styles 2022-08-22 12:12:18 -05:00
75b015d608 embed_modal.tsx --> embed-modal.tsx 2022-08-22 12:09:01 -05:00
393f6a9b60 EmbedModal: improve styling 2022-08-22 12:08:30 -05:00
cddf70f0ab Fix status style regressions 2022-08-22 12:11:01 -04:00
6e5689e3a3 EmbedModal: allow-scripts 2022-08-21 15:08:05 -04:00
491c0e9152 EmbedModal: react-query, add useEmbed 2022-08-21 12:37:14 -04:00
0dd0742752 EmbedModal: abstract embed code to new SafeEmbed component 2022-08-21 12:22:06 -04:00
6f38b19b5b Restore using embeds from the API 2022-08-21 11:21:25 -04:00
c4849ad38d Merge remote-tracking branch 'origin/develop' into embedded-status 2022-08-21 11:20:19 -04:00
32b6c646cf Merge branch 'icon-button-themes' into 'develop'
IconButton: add themes

See merge request soapbox-pub/soapbox-fe!1729
2022-08-13 14:09:21 +00:00
5f8a22b452 Native status embeds from Soapbox 2022-08-12 12:58:35 -05:00
7615111eb0 IconButton: add themes 2022-08-12 10:42:26 -05:00
66216bd5b6 Use Array.includes instead of indexOf
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-08-12 13:47:32 +02:00
22294b8a6e Fix test 2022-08-10 14:45:58 -04:00
06d1ad2efe Remove sort 2022-08-10 11:33:23 -04:00
cbe9f47a59 Fix Trends Panel test 2022-08-10 10:31:09 -04:00
b2530dadd5 Convert trends to React Query 2022-08-10 09:35:07 -04:00
bec42a3633 Visual tweaks for new branding 2022-08-09 11:50:10 -04:00
2ea76f74cf fix test
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-08-05 00:38:00 +02:00
81af0e64f1 Use different confirmation modal/snackbar text for post editing
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-08-03 23:55:14 +02:00
20209c81ab Improve visuals with branding
Co-authored-by: Alex Gleason <alex@alexgleason.me>
2022-08-01 14:40:07 -04:00
e45623eef6 Fix: Unable to approve follower requests from notifications
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-30 23:34:18 +02:00
0b06731b07 Simplify the Banner width across usage 2022-07-26 14:22:13 -04:00
af6cb3a4c2 Merge remote-tracking branch 'origin/develop' into gdpr 2022-07-26 10:32:15 -05:00
0480bfab94 Add Banner UI component 2022-07-26 10:30:48 -05:00
fa8f4b7a2a Merge branch 'icons' into 'develop'
Replace LineAwesome with Tabler in some places

See merge request soapbox-pub/soapbox-fe!1683
2022-07-26 14:07:53 +00:00
eb62ebfa52 Replace LineAwesome with Tabler in some places
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-26 12:30:51 +02:00
58952f0ab2 Add break-words to profile fields content
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-26 11:53:36 +02:00
045a73f1d9 conditionally show endorse toggle
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-22 13:29:00 +02:00
3c835cf724 Restore featured accounts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-21 23:14:23 +02:00
04ff9de05d Merge branch 'phone-input' into 'develop'
Introduce PhoneInput component

See merge request soapbox-pub/soapbox-fe!1632
2022-07-14 18:16:40 +00:00
ca833e5eed Revert "Timeline: don't try to memoize getStatusIds"
This reverts commit dd58f8fce7.
2022-07-13 19:15:39 -05:00
11a0329924 Fix pages that use PhoneInput 2022-07-13 19:08:19 -05:00
f62dcc6650 Simplify PhoneInput to only care about its own internal state 2022-07-13 17:37:40 -05:00
479386af03 Merge remote-tracking branch 'soapbox/develop' into ts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-13 20:57:12 +02:00
a8c709b41c Refactor formatPhoneNumber to accept countryCode 2022-07-13 11:40:02 -05:00
dd58f8fce7 Timeline: don't try to memoize getStatusIds 2022-07-11 19:29:38 -05:00
70cd4148e6 Merge branch 'subscription-button-no-tooltip' into 'develop'
SubscriptionButton: remove tooltip warning about web push

See merge request soapbox-pub/soapbox-fe!1618
2022-07-11 17:15:03 +00:00
3874d1d9ef Merge remote-tracking branch 'origin/develop' into feed-suggestions 2022-07-09 15:02:45 -05:00
16c08b23a8 Fix improper import of Tabler icons 2022-07-09 11:22:38 -05:00