- Songs: 19/21 now have iTunes album art URLs (2 niche Bitcoin artists use fallback) - Podcasts: 21/21 now have iTunes artwork URLs - News: 21/21 now have Unsplash topic images - Books: Fixed The Network State cover URL - Places: 21/21 now have photos (Unsplash + Wikimedia) - Added generateNewsFallback() and generateImageFallback() SVG generators - Updated NewsCard, NewsGrid, ImageCard to use SVG text fallback instead of emoji - Added error handling to PlaceCard and PlaceGrid for failed photo loads Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
36 lines
7.1 KiB
TypeScript
36 lines
7.1 KiB
TypeScript
import type { Book } from '@aiui/core/types/content'
|
|
|
|
export const mockBooks: Book[] = [
|
|
{ id: 'b1', title: 'The Bitcoin Standard', author: 'Saifedean Ammous', year: 2018, isbn: '9781119473862', coverUrl: 'https://covers.openlibrary.org/b/isbn/9781119473862-M.jpg', genres: ['Economics', 'Bitcoin'], pages: 304, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9781119473862' }] },
|
|
{ id: 'b2', title: 'Mastering Bitcoin', author: 'Andreas M. Antonopoulos', year: 2017, isbn: '9781491954386', coverUrl: 'https://covers.openlibrary.org/b/isbn/9781491954386-M.jpg', genres: ['Technology', 'Bitcoin'], pages: 416, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9781491954386' }] },
|
|
{ id: 'b3', title: 'Neuromancer', author: 'William Gibson', year: 1984, isbn: '9780441569595', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780441569595-M.jpg', genres: ['Sci-Fi', 'Cyberpunk'], pages: 271, sources: [{ type: 'gutenberg', name: 'Project Gutenberg', url: 'https://www.gutenberg.org' }] },
|
|
{ id: 'b4', title: 'Snow Crash', author: 'Neal Stephenson', year: 1992, isbn: '9780553380958', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780553380958-M.jpg', genres: ['Sci-Fi', 'Cyberpunk'], pages: 480, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780553380958' }] },
|
|
{ id: 'b5', title: 'Dune', author: 'Frank Herbert', year: 1965, isbn: '9780441172719', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780441172719-M.jpg', genres: ['Sci-Fi', 'Adventure'], pages: 688, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780441172719' }] },
|
|
{ id: 'b6', title: '1984', author: 'George Orwell', year: 1949, isbn: '9780451524935', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780451524935-M.jpg', genres: ['Dystopian', 'Political Fiction'], pages: 328, sources: [{ type: 'gutenberg', name: 'Project Gutenberg', url: 'https://www.gutenberg.org/ebooks/85' }] },
|
|
{ id: 'b7', title: 'Brave New World', author: 'Aldous Huxley', year: 1932, isbn: '9780060850524', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780060850524-M.jpg', genres: ['Dystopian', 'Sci-Fi'], pages: 288, sources: [{ type: 'archive', name: 'Internet Archive', url: 'https://archive.org/details/bravenewworld' }] },
|
|
{ id: 'b8', title: 'The Sovereign Individual', author: 'James Dale Davidson', year: 1997, isbn: '9780684832722', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780684832722-M.jpg', genres: ['Economics', 'Futurism'], pages: 432, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780684832722' }] },
|
|
{ id: 'b9', title: 'Cryptonomicon', author: 'Neal Stephenson', year: 1999, isbn: '9780060512804', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780060512804-M.jpg', genres: ['Sci-Fi', 'Historical Fiction'], pages: 1168, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780060512804' }] },
|
|
{ id: 'b10', title: 'The Hitchhiker\'s Guide to the Galaxy', author: 'Douglas Adams', year: 1979, isbn: '9780345391803', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780345391803-M.jpg', genres: ['Sci-Fi', 'Comedy'], pages: 216, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780345391803' }] },
|
|
{ id: 'b11', title: 'Foundation', author: 'Isaac Asimov', year: 1951, isbn: '9780553293357', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780553293357-M.jpg', genres: ['Sci-Fi'], pages: 244, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780553293357' }] },
|
|
{ id: 'b12', title: 'The Cypherpunks', author: 'Julian Assange', year: 2012, isbn: '9781939293008', coverUrl: 'https://covers.openlibrary.org/b/isbn/9781939293008-M.jpg', genres: ['Technology', 'Privacy'], pages: 186, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9781939293008' }] },
|
|
{ id: 'b13', title: 'Fahrenheit 451', author: 'Ray Bradbury', year: 1953, isbn: '9781451673319', coverUrl: 'https://covers.openlibrary.org/b/isbn/9781451673319-M.jpg', genres: ['Dystopian', 'Sci-Fi'], pages: 194, sources: [{ type: 'gutenberg', name: 'Project Gutenberg', url: 'https://www.gutenberg.org' }] },
|
|
{ id: 'b14', title: 'Do Androids Dream of Electric Sheep?', author: 'Philip K. Dick', year: 1968, isbn: '9780345404473', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780345404473-M.jpg', genres: ['Sci-Fi'], pages: 244, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780345404473' }] },
|
|
{ id: 'b15', title: 'The Left Hand of Darkness', author: 'Ursula K. Le Guin', year: 1969, isbn: '9780441478125', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780441478125-M.jpg', genres: ['Sci-Fi', 'Fantasy'], pages: 304, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780441478125' }] },
|
|
{ id: 'b16', title: 'Solaris', author: 'Stanislaw Lem', year: 1961, isbn: '9780156027601', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780156027601-M.jpg', genres: ['Sci-Fi'], pages: 224, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780156027601' }] },
|
|
{ id: 'b17', title: 'The Network State', author: 'Balaji Srinivasan', year: 2022, isbn: '9798986127507', coverUrl: 'https://covers.openlibrary.org/b/isbn/9798986127507-M.jpg', genres: ['Technology', 'Political Theory'], pages: 432, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9798986127507' }] },
|
|
{ id: 'b18', title: 'The Fiat Standard', author: 'Saifedean Ammous', year: 2021, isbn: '9781544526478', coverUrl: 'https://covers.openlibrary.org/b/isbn/9781544526478-M.jpg', genres: ['Economics', 'Bitcoin'], pages: 382, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9781544526478' }] },
|
|
{ id: 'b19', title: 'Hyperion', author: 'Dan Simmons', year: 1989, isbn: '9780553283686', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780553283686-M.jpg', genres: ['Sci-Fi', 'Space Opera'], pages: 482, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780553283686' }] },
|
|
{ id: 'b20', title: 'Blindsight', author: 'Peter Watts', year: 2006, isbn: '9780765319647', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780765319647-M.jpg', genres: ['Sci-Fi', 'Hard SF'], pages: 384, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780765319647' }] },
|
|
{ id: 'b21', title: 'The Dispossessed', author: 'Ursula K. Le Guin', year: 1974, isbn: '9780060512750', coverUrl: 'https://covers.openlibrary.org/b/isbn/9780060512750-M.jpg', genres: ['Sci-Fi', 'Utopian'], pages: 387, sources: [{ type: 'openlibrary', name: 'Open Library', url: 'https://openlibrary.org/isbn/9780060512750' }] },
|
|
]
|
|
|
|
export function searchBooks(query: string): Book[] {
|
|
const q = query.toLowerCase()
|
|
return mockBooks.filter(
|
|
(b) =>
|
|
b.title.toLowerCase().includes(q) ||
|
|
b.author.toLowerCase().includes(q) ||
|
|
(b.genres ?? []).some((g) => g.toLowerCase().includes(q))
|
|
)
|
|
}
|