1
mirror of https://github.com/jakejarvis/hoot.git synced 2025-10-18 20:14:25 -04:00

387 Commits

Author SHA1 Message Date
96ce5ad455 Fix test to check for 'jarv.is' as a default suggestion 2025-10-09 00:39:59 -04:00
6cf90b8902 Add handling for scheme-less single-segment '/www.<host>' redirects in middleware 2025-10-09 00:39:01 -04:00
7c00781e6c Update DNS provider rules and modify default suggestions 2025-10-09 00:30:04 -04:00
5c600d43f1 Fix possible memory leak with Chromium launch args 2025-10-08 20:42:54 -04:00
renovate[bot]
bb808f8450 Update dependency rdapper to ^0.3.0 2025-10-08 19:50:52 -04:00
renovate[bot]
9d35bbfba2 Update dependency posthog-js to ^1.273.1 2025-10-08 19:47:20 -04:00
renovate[bot]
b74c046eb1 Update dependency @vercel/functions to ^3.1.3 2025-10-08 19:47:06 -04:00
68adc16c52 Add more provider rules 2025-10-08 18:41:17 -04:00
e25201a785 Simplify middleware to improve URL handling and authority extraction 2025-10-08 16:59:46 -04:00
524ba96e97 Remove scroll-smooth to fix sticky header complications 2025-10-08 15:19:54 -04:00
e3eb9fbd61 Adjust Bookmarklet button to use buttonVariants for styling and improve accessibility 2025-10-08 15:11:49 -04:00
483458d125 Refactor global styles for improved color variables and enhance component styling consistency 2025-10-08 15:00:36 -04:00
f0100c6b02 Update global styles for improved color variables and scrollbar customization 2025-10-08 11:04:55 -04:00
b746d8380b Update SEO section tests to use pill-based labels for filter buttons 2025-10-08 10:44:58 -04:00
11c4bdb28e Use icons for allow/disallow rules and improve styling consistency 2025-10-08 10:43:23 -04:00
fa27855224 Refactor SEO section layout for improved responsiveness and styling consistency 2025-10-08 10:37:38 -04:00
501e7ec9cd Refactor DnsGroup component to use SubheadCount for displaying counts and add SubheadCount component for consistent styling across sections 2025-10-08 10:36:11 -04:00
04b50f9d2a Add HybridTooltip component and usePointerCapability hook for adaptive tooltip/popover behavior 2025-10-08 10:17:25 -04:00
a63d17a1a1 Update GithubStars component to use a monospaced font for improved readability 2025-10-07 23:37:34 -04:00
4d8edc3ca7 Enhance robots.txt parser with base URL support and size cap, adding tests for deduplication and group handling 2025-10-07 23:04:53 -04:00
99207b50f1 Implement filtering functionality in SEO section's RobotsSummary component to enhance user interaction with crawl rules 2025-10-07 22:56:57 -04:00
930288caed Add hosting, email, and CA providers to catalog with specific rules 2025-10-07 22:49:52 -04:00
9c771ed7f3 Add KeyValueSkeleton component and integrate it into various sections for improved loading states 2025-10-07 22:16:24 -04:00
da0030cf17 Display meta tag and sitemap counts in SEO section for improved clarity 2025-10-07 22:07:14 -04:00
1d750873da Refactor SEO section layout and improve styling for better readability 2025-10-07 21:58:13 -04:00
0966231098 Enhance robots.txt parser to deduplicate identical rules while preserving order 2025-10-07 21:47:15 -04:00
5aa5d4de77 Update DomainExportSchema to omit preview and source fields from SEO response 2025-10-07 21:38:24 -04:00
3a12d3196c Enhance robots.txt parser to merge duplicate user-agent groups 2025-10-07 21:27:57 -04:00
f4dfb5598d Add additional robots.txt parser testing 2025-10-07 21:19:22 -04:00
6a22355ba7 Update SEO section to include imageUploaded field and enhance URL handling 2025-10-07 21:17:07 -04:00
39cd1978de Add loading skeletons to SEO section for improved user experience 2025-10-07 20:48:26 -04:00
858ece98ca Enhance RobotsSummary and GroupContent components to filter empty rules and display relevant messages for disallow and allow paths 2025-10-07 20:35:39 -04:00
2a5364d127 Refactor SEO section to use hooks for state management and add progressive reveal functionality 2025-10-07 20:28:04 -04:00
37bf6b23dd Fix robots.txt parsing to handle blank lines, comments, and BOM 2025-10-07 20:00:23 -04:00
a937f095e8 Update TypeScript configuration for Vitest and adjust Vitest settings 2025-10-07 18:55:56 -04:00
c8173b4ff2 Add Bookmarklet dialog and integrate into AppHeader 2025-10-07 17:59:39 -04:00
36cbdb6219 Add SEO section (#77) 2025-10-07 17:05:56 -04:00
f0f28d9b2e Improve spacing and alignment of elements in key/value components 2025-10-06 22:15:00 -04:00
7fb05896fd Refactor Toaster position and enhance toast notifications in CopyButton and useDomainSearch hook 2025-10-06 20:26:41 -04:00
354254567a Update DomainUnregisteredState component to replace ShoppingBasket icon with ShoppingCart and add informational text 2025-10-06 20:18:40 -04:00
d05282d95e Update PostHog dependencies and refine layout class for improved styling 2025-10-06 19:41:58 -04:00
0f8d408e95 Update DomainSearch component to manage focus state on form submission 2025-10-06 19:26:05 -04:00
475ee7dfd8 Add focus management to DomainSearch component for improved user interaction 2025-10-06 19:19:29 -04:00
ed66831d36 Improve domain navigation logic in useDomainSearch hook to prevent unnecessary loading states 2025-10-06 19:16:48 -04:00
771d25af84 Enhance DomainSearch component with macOS detection and loading state management 2025-10-06 18:49:30 -04:00
e3ca356073 Enhance DNS resolution caching by implementing provider-agnostic cache checks and preserving resolver metadata 2025-10-06 18:38:24 -04:00
2303421bae Enhance Favicon and Screenshot components with fade-in effects and error handling for image loading 2025-10-06 18:26:50 -04:00
953338d42c Don't prefetch favicons for default suggestions at build-time 2025-10-06 18:17:10 -04:00
1c903061db Add health check route to Next.js configuration 2025-10-06 18:11:35 -04:00
62a8e3ccab Refactor hosting and registration sections for improved layout and error handling 2025-10-06 17:58:42 -04:00