All notable changes to this project will be documented in this file.
- Fixed: Header not showing on Safari mobile [16022d7]
- Fixed: EUNKNOWN result displaying and API response conversion [20a0d53..8fcbdc5]
- Changed: DonateModal animation and layout [0705d95, 042f2b8, 2a56aac..6daa760]
- Added: GPay donation option [4af9bcd]
-
Changed: Serving API mocks from webpack-dev-server, instead of http-server [003de2a]
This allows for testing on Android devices when using the also added
./bin/adb-reverse.sh
script.- Set
REACT_APP_TEST_URL=http://localhost:3000/.api
andREACT_APP_RESURRECT_URL=http://localhost:3000/.api/resurrect
in your .env.development.local file - Run
yarn start
ornpm start
to start the webpack-dev-server.
Available data is still in the
/.api
folder, but with the extension.json
! - Set
- Fixed: missing detail message for ENOREPLIES [e889670]
- Added: Accepting Crypto donations [0c84c65]
- Fixed: missing @ wherever screenNames appear in translations [34ef229]
- Fixed: cross-origin fetching of manifest.json missing cookie[f71f9a8]
- Fixed: 'undefined' result when Reply Deboost test fails due to Ghost Ban [8bb1c8a]
- Added: Additional details for results, e.g. "found this answer to that tweet" [e1196f9,b23823a,9a9f1d9,b79bceb]
- Changed: Replaced image in limitVisibility FAQ with blockquote text[4f0bf4f]
- Changed: text sizes and fixed general layout quirks [cc4c53a,a403f28,83a0503]
- Added: error message for resurrect test when backend not available [874d788]
- Added: legacy to pwa response format conversion [dd5280b]
- Added: screenName/probeId showing in document title
- Fixed: UI not resetting on new testruns [201bbf3]
- Fixed: HeaderMenuLink not active on /screenName|probeId paths [8bfb6f5]
- Fixed: running test with same screenName/probeId not working [53ce233,4c263d8]
- Added: Error message when no tweet with probeId exists
- Fixed: probeId input regex choking on ?s= parameter
- Fixed: Title stuck on fetching state when request errors out