Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
54 changes: 27 additions & 27 deletions bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/Library/UpdatedAtView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function UpdatedAtView({ library }: Props) {
<Tooltip
sideOffset={2}
trigger={
<View style={tw`flex-row items-start gap-2`} aria-label={tooltipContent} role="tooltip">
<View style={tw`flex-row items-start gap-2`} role="tooltip">
<View>
<CalendarIcon
style={[tw`h-4 w-3.5`, unmaintainedStyle ?? tw`text-tertiary dark:text-pewter`]}
Expand Down
2 changes: 1 addition & 1 deletion components/Package/CodeBrowser/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default function CodeBrowser({
onFocus={() => setInputFocused(true)}
onBlur={() => setInputFocused(false)}
onChangeText={setSearch}
placeholder="Search files..."
placeholder="Search files…"
style={[
tw`font-sans flex h-11 flex-1 rounded-none bg-white p-1 pl-10 text-sm text-black -outline-offset-2 dark:bg-dark dark:text-white`,
isSmallScreen ? tw`rounded-t-xl` : tw`rounded-tl-xl`,
Expand Down
2 changes: 1 addition & 1 deletion components/QuickSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default function QuickSearch({ style }: Props) {
onFocus={handleInputFocus}
onBlur={handleInputBlur}
onChangeText={handleSearchChange}
placeholder="Search libraries..."
placeholder="Search libraries…"
style={tw`h-12.5 font-sans pr-30 flex flex-1 rounded-md border-2 border-palette-gray5 bg-palette-gray6 p-4 pl-11 text-xl text-white -outline-offset-2 dark:border-default dark:bg-dark`}
placeholderTextColor={tw`text-palette-gray4`.color as ColorValue}
/>
Expand Down
2 changes: 1 addition & 1 deletion components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function Search({ query, total, style }: Props) {
onFocus={() => setInputFocused(true)}
onBlur={() => setInputFocused(false)}
onChangeText={typingCallback}
placeholder="Search libraries..."
placeholder="Search libraries…"
style={tw`h-12.5 font-sans pr-30 flex flex-1 rounded-md border-2 border-palette-gray5 bg-palette-gray6 p-4 pl-11 text-xl text-white -outline-offset-2 dark:border-default dark:bg-dark`}
defaultValue={search}
placeholderTextColor={tw`text-palette-gray4`.color as ColorValue}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@expo/html-elements": "57.0.0",
"@expo/match-media": "^0.4.0",
"@m2d/react-markdown": "^1.0.0",
"@radix-ui/react-hover-card": "^1.1.19",
"@radix-ui/react-popover": "^1.1.19",
"@radix-ui/react-tooltip": "^1.2.12",
"@radix-ui/react-hover-card": "^1.1.20",
"@radix-ui/react-popover": "^1.1.20",
"@radix-ui/react-tooltip": "^1.2.13",
"@react-native-picker/picker": "^2.11.4",
"@sentry/react": "^10.66.0",
"@sentry/react": "^10.67.0",
"@videojs/react": "^10.0.0-beta.25",
"@visx/gradient": "^4.0.0",
"@visx/responsive": "^4.0.0",
Expand All @@ -42,7 +42,7 @@
"expo-font": "57.0.1",
"next": "^16.2.10",
"node-emoji": "^2.2.0",
"postcss": "^8.5.20",
"postcss": "^8.5.21",
"react": "19.2.7",
"react-content-loader": "^7.1.2",
"react-dom": "19.2.7",
Expand Down Expand Up @@ -79,7 +79,7 @@
"next-images": "^1.8.5",
"oxfmt": "^0.59.0",
"oxlint": "^1.74.0",
"oxlint-plugin-react-doctor": "^0.8.1",
"oxlint-plugin-react-doctor": "^0.8.3",
"oxlint-tsgolint": "^0.25.0",
"simple-git-hooks": "^2.13.1",
"typescript": "^6.0.3",
Expand Down