Skip to content
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cc2d64d
build(package.json): updated semantic-release script to the main branch
Nickslabcode Nov 22, 2024
c0a4fff
fix(appversion.tsx): add missing key prop
Nickslabcode Nov 23, 2024
8fdcf80
fix(home): fix searchParams reset when going back to Home from Result…
Nickslabcode Nov 23, 2024
7df4a8b
refactor(components): replaced h1 elements with H1 reusable higher or…
Nickslabcode Nov 23, 2024
817beac
feat(markers): add initial Markers component
Nickslabcode Nov 24, 2024
4f68122
style(appversion): updated badge AppVersion component's badge style
Nickslabcode Nov 24, 2024
59704e6
feat(cloudflare worker): add /wp-check endpoint
Nickslabcode Nov 24, 2024
becb25a
fix(cloudflare worker): fix response body returning occasional false-…
Nickslabcode Nov 24, 2024
783144c
fix(cloudflare worker): add request headers including User-Agent to w…
Nickslabcode Nov 25, 2024
aabf8ca
feat(wpcheck.service): add wpCheck service
Nickslabcode Nov 25, 2024
ea7e7b2
style(tailwind.config): update error background color on solarized li…
Nickslabcode Nov 26, 2024
8ae478f
refactor(markers): add temporary link to check whether the domain has…
Nickslabcode Nov 26, 2024
68bc2be
style(results.tsx): update table shadow, add border, change beta labl…
Nickslabcode Dec 9, 2024
529817d
Update README.md
Nickslabcode Dec 16, 2024
3874cbe
Update README.md
Nickslabcode Dec 16, 2024
4fd1ac9
Update README.md
Nickslabcode Dec 17, 2024
db03112
Update README.md
Nickslabcode Dec 17, 2024
275adae
refactor(results): revert changes to the WP check, update tables styling
Nickslabcode Dec 18, 2024
2b24c42
chore(markers): remove unused imports
Nickslabcode Dec 18, 2024
268ef22
Merge branch 'main' into dev
Nickslabcode Dec 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/components/Markers.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { FaCheck } from 'react-icons/fa';
import { IoClose } from 'react-icons/io5';
import { DnsRecordAnswer } from '../types/DnsRecordAnswer';
import { useSearchParams } from 'react-router-dom';
import { useMemo } from 'react';

interface MarkersPropsType {
AAAA: DnsRecordAnswer[] | string | undefined;
Expand Down
Loading