Wykres commitów

1908 Commity (dcb4f58131c9ab6cd4fd330e4fb0bd08eb341b0b)

Autor SHA1 Wiadomość Data
Alex Gleason dcb4f58131
Bump version v1.2.0 2021-04-02 08:51:52 -05:00
Alex Gleason a12cff8f8b
Fix display of ColumnLoading and BundleColumnError 2021-03-31 15:02:23 -05:00
Alex Gleason 2500dcf77a
Refactor API client 2021-03-31 14:47:54 -05:00
Alex Gleason a42ece6df4
Don't call ME_FETCH_SUCCESS twice extraneously 2021-03-31 13:36:48 -05:00
Alex Gleason 3bc35cf3eb
Refactor compose reducer account import 2021-03-31 13:36:15 -05:00
Alex Gleason 207a163e15
Show mobile menu at tweener sizes, fixes #604 2021-03-30 22:18:46 -05:00
Alex Gleason 9510cf4a38
Shorted footer links phrases 2021-03-30 22:04:19 -05:00
Alex Gleason e6b1284f97
Pull dashboard Soapbox version from utils/code.js 2021-03-30 17:28:36 -05:00
Alex Gleason e0df861658 Merge branch 'link-footer-improvements' into 'develop'
Link footer improvements

See merge request soapbox-pub/soapbox-fe!461
2021-03-30 21:09:46 +00:00
Alex Gleason 8b7c8f6eac
Fix preval cache issues 2021-03-30 15:52:58 -05:00
Alex Gleason 5b93da45ca
Don't cache code.js 2021-03-30 15:24:02 -05:00
Alex Gleason 284aacccf0
Try to get version from GitLab CI first 2021-03-30 14:02:26 -05:00
Alex Gleason 5040bca304
Always have LinkFooter on the right side 2021-03-30 13:22:19 -05:00
Alex Gleason a032369d33
Include Soapbox FE commit hash when git is available 2021-03-30 13:11:04 -05:00
Alex Gleason f97bba2308
@preval sourceCode 2021-03-30 12:43:45 -05:00
Alex Gleason dfa1443832
Import Soapbox version/metadata from package.json 2021-03-30 12:22:16 -05:00
Alex Gleason f116d57d11
Update CHANGELOG.md 2021-03-30 12:19:21 -05:00
Alex Gleason 26ef34ea6a Merge branch 'block-pagination' into 'develop'
Fix pagination for blocks/mutes

See merge request soapbox-pub/soapbox-fe!460
2021-03-30 17:06:13 +00:00
Alex Gleason 110f2de90c
Fix pagination for blocks/mutes 2021-03-30 11:53:45 -05:00
Alex Gleason e1c5736822
Sidebar: unlink multi-accounts 2021-03-30 00:46:21 -05:00
Alex Gleason 73a3ee296b
Rename action.reload -> action.background 2021-03-30 00:45:23 -05:00
Alex Gleason 15d61a98e7
Don't update the state when action.reload === false 2021-03-30 00:35:27 -05:00
Alex Gleason 09cbcf6145
Don't rely on ['auth', 'me'] 2021-03-30 00:23:29 -05:00
Alex Gleason dcd08b2b3f Merge branch 'middleclick' into 'develop'
Middle-click account to open it in a new tab, fixes #603

Closes #603

See merge request soapbox-pub/soapbox-fe!459
2021-03-30 04:39:51 +00:00
Alex Gleason 32b3173604
Set href for menu items with to 2021-03-29 23:29:16 -05:00
Alex Gleason db201707bf
Middle-click account to open it in a new tab, fixes #603 2021-03-29 23:22:54 -05:00
Alex Gleason 870e94643f Merge branch 'session-user' into 'develop'
Initialize auth refactor

See merge request soapbox-pub/soapbox-fe!458
2021-03-30 01:15:13 +00:00
Alex Gleason 8e84c83fdc
Refactor persistState() 2021-03-29 20:03:27 -05:00
Alex Gleason aa7e62e8c0
Initialize auth refactor 2021-03-29 19:51:48 -05:00
Alex Gleason a055431c24 Merge branch 'iss_dein_schnitzel-develop-patch-94378' into 'develop'
Update de.json

See merge request soapbox-pub/soapbox-fe!457
2021-03-29 23:38:46 +00:00
Alex Gleason 82649c9062 Merge branch 'wizardnaiji-develop-patch-36543' into 'develop'
Update ru.json

See merge request soapbox-pub/soapbox-fe!456
2021-03-29 23:37:53 +00:00
Isabell Deinschnitzel d14ddaff40 Update de.json 2021-03-29 23:14:49 +00:00
NaiJi ef0f601096 Update ru.json 2021-03-29 22:45:38 +00:00
Alex Gleason 108ccc0c41
Update changelog 2021-03-29 17:39:32 -05:00
Alex Gleason e54f6b8a2d
yarn manage:translations 2021-03-29 17:10:05 -05:00
Alex Gleason fc13afff17
npx browserslist@latest --update-db 2021-03-29 17:03:59 -05:00
Alex Gleason 49c795b484 Merge branch 'manage-translations' into 'develop'
Downgrade babel-plugin-react-intl, make `yarn manage:translations` work again, fixes #558

Closes #558

See merge request soapbox-pub/soapbox-fe!455
2021-03-29 22:02:23 +00:00
Alex Gleason 4d49a2e9b1
Downgrade babel-plugin-react-intl, make `yarn manage:translations` work again, fixes #558 2021-03-29 16:50:08 -05:00
Alex Gleason 9d45983bb6 Merge branch 'redirect-account-ids' into 'develop'
Redirect account URLs like `/@9v5bmXkCYkqU30gp9s` to their username, `/@alex@spinster.xyz`

See merge request soapbox-pub/soapbox-fe!454
2021-03-29 20:29:06 +00:00
Alex Gleason 3fbe0d38af
Redirect account URLs like `/@9v5bmXkCYkqU30gp9s` to their username, `/@alex@spinster.xyz` 2021-03-29 15:15:35 -05:00
Alex Gleason ad84e586f1 Merge branch 'follow-request-notifs' into 'develop'
Add follow request notification support, fixes #595

Closes #595

See merge request soapbox-pub/soapbox-fe!453
2021-03-29 18:55:25 +00:00
Alex Gleason f21502a1c6
Fix push_notifications-test.js 2021-03-29 13:44:39 -05:00
Alex Gleason f236b4f3e6
Add follow request notification support 2021-03-29 13:35:30 -05:00
Alex Gleason 5e0b1c0604 Merge branch 'multi-account-sesssion' into 'develop'
Persist current user across reloads, fixes #600

Closes #600

See merge request soapbox-pub/soapbox-fe!452
2021-03-29 18:14:49 +00:00
Alex Gleason a1f4fdcbd8
Persist current user across reloads, fixes #600 2021-03-29 13:02:11 -05:00
Alex Gleason 5e97b57d8b
Redirect after multi-auth OTP login, fixes #597 2021-03-27 15:40:05 -05:00
Alex Gleason 706e0ea6ac
Always redirect home when switching between accounts 2021-03-27 14:37:17 -05:00
Alex Gleason 0ed3e0e3de
Add own profile to profile dropdown 2021-03-27 12:16:45 -05:00
Alex Gleason fce37be8a4 Merge branch 'multi-accounts' into 'develop'
Multi-account switcher, fixes #23

Closes #23

See merge request soapbox-pub/soapbox-fe!451
2021-03-27 16:06:13 +00:00
Alex Gleason f728491ad0
Add follow request nav item when account is locked 2021-03-27 10:50:21 -05:00