DIYgod
ca897ebf2c
chore: update patch ( #3129 )
...
* chore: update patch
* fix
* fix
2025-03-14 23:01:39 +08:00
Innei
883ed75bd4
refactor(mobile): improve navigation header and layout components
...
- Updated `NavigationHeader` to enhance modal presentation handling and UI customization.
- Adjusted `getDefaultHeaderHeight` function to simplify header height calculations for iOS devices.
- Integrated `NativeNavigationHeader` in the terms screen for consistent header behavior.
- Cleaned up layout files by removing unused imports and optimizing component structure.
This refactor aims to streamline navigation and improve the overall user experience across mobile screens.
Signed-off-by: Innei <tukon479@gmail.com>
2025-03-14 22:20:24 +08:00
dependabot[bot]
bfec384151
build(deps): bump the patch group across 1 directory with 9 updates ( #3124 )
2025-03-14 18:42:41 +08:00
Stephen Zhou
5129e5aeb4
Revert "fix(mobile): allow scroll in login page ( #3126 )" ( #3127 )
...
This reverts commit 0dc73f1e29 .
2025-03-14 17:10:10 +08:00
Stephen Zhou
0dc73f1e29
fix(mobile): allow scroll in login page ( #3126 )
2025-03-14 08:57:40 +00:00
DIYgod
ed49c788c7
chore: revert
2025-03-14 15:07:40 +08:00
DIYgod
5a6c04af47
chore: pnpm lock
2025-03-14 14:41:18 +08:00
DIYgod
a741f62196
chore: dependabot ignore @shopify/flash-list
2025-03-14 14:00:17 +08:00
DIYgod
a404500f44
release(desktop): release v0.3.12
2025-03-14 11:11:36 +08:00
dependabot[bot]
3909813cb7
build(deps): bump the minor group across 1 directory with 7 updates ( #3114 )
...
* build(deps): bump the minor group across 1 directory with 7 updates
Bumps the minor group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| @better-auth/expo | `1.1.18` | `1.2.4` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth ) | `1.1.18` | `1.2.4` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript ) | `9.1.0` | `9.5.0` |
| [@mozilla/readability](https://github.com/mozilla/readability ) | `0.5.0` | `0.6.0` |
| [plain-shiki](https://github.com/KazariEX/plain-shiki ) | `0.1.1` | `0.2.0` |
| [re-resizable](https://github.com/bokuweb/react-resizable-box ) | `6.10.3` | `6.11.2` |
| [react-scan](https://github.com/aidenybai/react-scan ) | `0.1.3` | `0.2.14` |
Updates `@better-auth/expo` from 1.1.18 to 1.2.4
Updates `better-auth` from 1.1.18 to 1.2.4
- [Release notes](https://github.com/better-auth/better-auth/releases )
- [Commits](https://github.com/better-auth/better-auth/commits/v1.2.4/packages/better-auth )
Updates `@sentry/react` from 9.1.0 to 9.5.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/9.1.0...9.5.0 )
Updates `@mozilla/readability` from 0.5.0 to 0.6.0
- [Changelog](https://github.com/mozilla/readability/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mozilla/readability/compare/0.5.0...0.6.0 )
Updates `plain-shiki` from 0.1.1 to 0.2.0
- [Release notes](https://github.com/KazariEX/plain-shiki/releases )
- [Changelog](https://github.com/KazariEX/plain-shiki/blob/main/CHANGELOG.md )
- [Commits](https://github.com/KazariEX/plain-shiki/compare/v0.1.1...v0.2.0 )
Updates `re-resizable` from 6.10.3 to 6.11.2
- [Release notes](https://github.com/bokuweb/react-resizable-box/releases )
- [Changelog](https://github.com/bokuweb/re-resizable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bokuweb/react-resizable-box/commits )
Updates `react-scan` from 0.1.3 to 0.2.14
- [Release notes](https://github.com/aidenybai/react-scan/releases )
- [Commits](https://github.com/aidenybai/react-scan/compare/v0.1.3...v0.2.14 )
---
updated-dependencies:
- dependency-name: "@better-auth/expo"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: better-auth
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: "@mozilla/readability"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: plain-shiki
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: re-resizable
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: react-scan
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix
* fix
* fix
* fix
* fix
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DIYgod <i@diygod.me>
2025-03-14 11:10:08 +08:00
Stephen Zhou
9d4f5749da
feat(mobile): show onboarding check ( #3104 )
...
* feat(mobile): show onboarding check
* fix
---------
Co-authored-by: Whitewater <me@waterwater.moe>
2025-03-14 00:27:53 +08:00
Innei
5827946223
refactor(mobile): rename NavigationHeader and introduce TabClient component
...
- Renamed `NavigationHeader` to `InternalNavigationHeader` for clarity in usage.
- Added a new `TabClient` component to enhance tab navigation functionality.
- Updated imports in `SafeNavigationScrollView` and `terms.tsx` to reflect the renaming.
- Adjusted the layout in `_layout.tsx` by commenting out unused animation properties for cleaner code.
Signed-off-by: Innei <tukon479@gmail.com>
2025-03-14 00:24:53 +08:00
Innei
bf97861377
fix(mobile): sheet modal corners and view
...
background
- Updated the `EntryNormalItem` component to improve styling with rounded corners and overflow handling.
- Integrated `ThemedBlurView` for a better visual effect in the play button area.
- Modified layout structure in `_layout.tsx` and `(stack)/_layout.tsx` to ensure consistent background and overflow behavior.
- Enhanced the animated stack with dynamic border radius based on scaling.
Signed-off-by: Innei <tukon479@gmail.com>
2025-03-13 23:51:42 +08:00
Innei
ef4c864e0f
refactor(mobile): enhance RSSHub form layout and keyboard handling
...
- Wrapped the main content in a `KeyboardAvoidingView` to improve keyboard handling on mobile devices.
- Cleaned up the structure of the form by removing unnecessary nesting and ensuring consistent formatting.
- Maintained existing functionality while improving the overall user experience in the RSSHub form.
Signed-off-by: Innei <tukon479@gmail.com>
2025-03-13 23:33:00 +08:00
Innei
2854255050
feat(mobile): enhance 2FA settings and loading experience
...
- Renamed `Setting2FA` to `TwoFASettingScreen` for clarity and consistency.
- Removed the deprecated `Setting2FAScreen` component.
- Updated loading behavior to support both promise-based and immediate loading states.
- Integrated `ActivityIndicator` for iOS and retained `RotateableLoading` for other platforms.
- Improved loading overlay with a `BlurView` for better visual feedback during operations.
Signed-off-by: Innei <tukon479@gmail.com>
2025-03-13 23:29:24 +08:00
Stephen Zhou
1b53e260ca
build: bring unist-util-visit-parents overide back ( #3108 )
2025-03-13 22:50:40 +08:00
Innei
26928c63ef
feat(mobile): implement QR code generation for 2FA setup
...
- Added QR code generation functionality using the `qrcode` library.
- Created new components for QR code rendering and customization.
- Integrated QR code display in the 2FA settings screen.
- Updated package dependencies to include `@types/qrcode` and `qrcode`.
- Refactored related components to support QR code features.
Signed-off-by: Innei <tukon479@gmail.com>
2025-03-13 22:35:29 +08:00
Stephen Zhou
3f74147edf
ci: include lock file in path check ( #3107 )
2025-03-13 22:07:10 +08:00
Stephen Zhou
c4412c5e0a
build: revert unist-util-visit-parents update ( #3106 )
2025-03-13 13:51:58 +00:00
DIYgod
009a580557
chore: update dependabot ignore
2025-03-13 18:53:43 +08:00
Whitewater
2d92a4f59d
feat(mobile): implement onboarding screen ( #3029 )
...
* feat(mobile): implement onboarding screen
* refactor(mobile): extract avatar setting functionality into a separate utility function
* feat(mobile): integrate StepInterests into onboarding
* feat(mobile): add preset feeds configuration for onboarding
* feat(mobile): add onboarding completion and welcome steps
* chore: tweak styles
* fix: icon
* chore: add personalization prompt to onboarding preferences
* chore: enhance onboarding with improved layout
* chore: clean code
* refactor: compatible with modal for EditProfileModal
2025-03-13 18:15:54 +08:00
DIYgod
d54535dc45
feat: remove @auth/core
2025-03-13 18:14:40 +08:00
dependabot[bot]
55c1def859
build(deps): bump unist-util-visit-parents from 5.1.3 to 6.0.1 ( #3090 )
...
Bumps [unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents ) from 5.1.3 to 6.0.1.
- [Release notes](https://github.com/syntax-tree/unist-util-visit-parents/releases )
- [Commits](https://github.com/syntax-tree/unist-util-visit-parents/compare/5.1.3...6.0.1 )
---
updated-dependencies:
- dependency-name: unist-util-visit-parents
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 17:46:30 +08:00
DIYgod
c4a1eed449
chore: fix overrides
2025-03-13 17:37:53 +08:00
DIYgod
62ccd415a9
chore: remove some overrides
2025-03-13 17:32:42 +08:00
Stephen Zhou
76ebd6969d
refactor(mobile): allow do not open links in app ( #3101 )
2025-03-13 17:20:07 +08:00
DIYgod
087906aeb4
chore: update dependencies
2025-03-13 17:14:56 +08:00
dependabot[bot]
918e6aecf6
build(deps): bump cookie-es from 1.2.2 to 2.0.0 ( #3080 )
...
Bumps [cookie-es](https://github.com/unjs/cookie-es ) from 1.2.2 to 2.0.0.
- [Release notes](https://github.com/unjs/cookie-es/releases )
- [Changelog](https://github.com/unjs/cookie-es/blob/main/CHANGELOG.md )
- [Commits](https://github.com/unjs/cookie-es/compare/v1.2.2...v2.0.0 )
---
updated-dependencies:
- dependency-name: cookie-es
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 16:40:43 +08:00
dependabot[bot]
d73806ab13
build(deps): bump remark-directive from 3.0.1 to 4.0.0 ( #3089 )
...
Bumps [remark-directive](https://github.com/remarkjs/remark-directive ) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/remarkjs/remark-directive/releases )
- [Commits](https://github.com/remarkjs/remark-directive/compare/3.0.1...4.0.0 )
---
updated-dependencies:
- dependency-name: remark-directive
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 16:27:37 +08:00
dependabot[bot]
3e21786e79
build(deps): bump @sentry/electron from 5.11.0 to 6.1.0 ( #3060 )
...
Bumps [@sentry/electron](https://github.com/getsentry/sentry-electron ) from 5.11.0 to 6.1.0.
- [Release notes](https://github.com/getsentry/sentry-electron/releases )
- [Changelog](https://github.com/getsentry/sentry-electron/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-electron/compare/5.11.0...6.1.0 )
---
updated-dependencies:
- dependency-name: "@sentry/electron"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 16:23:01 +08:00
Innei
477f9ea0e6
refactor(tabbar): update TabBarBackground to include a separator view and remove border styling
...
- Removed borderTopWidth from styles.
- Added a new separator view with animated opacity to TabBarBackground for improved visual separation.
Signed-off-by: Innei <tukon479@gmail.com>
2025-03-13 14:48:17 +08:00
DIYgod
f79354d5af
chore: dependabot
2025-03-13 14:31:45 +08:00
Innei
2eeb8e75e9
refactor(settings): replace UINavigationHeaderActionButton with GroupedPlainButtonCell for New Rule button
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-03-13 14:17:55 +08:00
DIYgod
366870ccc6
chore: dependabot group and time
2025-03-13 14:01:29 +08:00
DIYgod
ba383ae98a
fix: remove react-router v7_startTransition
2025-03-13 12:45:58 +08:00
DIYgod
724ab17d1a
chore(mobile): upgrade react-native
2025-03-13 12:28:20 +08:00
DIYgod
e6696c138b
chore: fix pnpm-lock
2025-03-13 12:21:20 +08:00
DIYgod
ae458a018f
chore: update dependencies
2025-03-13 11:51:32 +08:00
dependabot[bot]
1fac6a91e5
build(deps): bump tailwindcss from 3.4.16 to 3.4.17 ( #3049 )
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss ) from 3.4.16 to 3.4.17.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v3.4.17/packages/tailwindcss )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 11:38:56 +08:00
dependabot[bot]
36fedc1ffb
build(deps): bump drizzle-orm from 0.39.3 to 0.40.0 ( #3058 )
...
Bumps [drizzle-orm](https://github.com/drizzle-team/drizzle-orm ) from 0.39.3 to 0.40.0.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases )
- [Commits](https://github.com/drizzle-team/drizzle-orm/compare/0.39.3...0.40.0 )
---
updated-dependencies:
- dependency-name: drizzle-orm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 11:38:33 +08:00
dependabot[bot]
9145b4249a
build(deps-dev): bump @vercel/node from 5.1.7 to 5.1.13 ( #3054 )
...
Bumps [@vercel/node](https://github.com/vercel/vercel/tree/HEAD/packages/node ) from 5.1.7 to 5.1.13.
- [Release notes](https://github.com/vercel/vercel/releases )
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/node/CHANGELOG.md )
- [Commits](https://github.com/vercel/vercel/commits/@vercel/node@5.1.13/packages/node )
---
updated-dependencies:
- dependency-name: "@vercel/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 11:37:32 +08:00
dependabot[bot]
1acc1222ab
build(deps): bump @tanstack/react-virtual from 3.13.0 to 3.13.3 ( #3052 )
...
Bumps [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual ) from 3.13.0 to 3.13.3.
- [Release notes](https://github.com/TanStack/virtual/releases )
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md )
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.13.3/packages/react-virtual )
---
updated-dependencies:
- dependency-name: "@tanstack/react-virtual"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 11:37:03 +08:00
dependabot[bot]
04252e5b72
build(deps-dev): bump @vitejs/plugin-legacy from 6.0.1 to 6.0.2 ( #3051 )
...
Bumps [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-legacy ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-legacy/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.0.2/packages/plugin-legacy )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-legacy"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 11:36:43 +08:00
dependabot[bot]
8064138f5e
build(deps-dev): bump @sentry/vite-plugin from 3.1.2 to 3.2.2 ( #3050 )
...
Bumps [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins ) from 3.1.2 to 3.2.2.
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.1.2...3.2.2 )
---
updated-dependencies:
- dependency-name: "@sentry/vite-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 11:36:35 +08:00
dependabot[bot]
0d1291af5a
build(deps-dev): bump happy-dom from 17.1.1 to 17.4.4 ( #3043 )
...
Bumps [happy-dom](https://github.com/capricorn86/happy-dom ) from 17.1.1 to 17.4.4.
- [Release notes](https://github.com/capricorn86/happy-dom/releases )
- [Commits](https://github.com/capricorn86/happy-dom/compare/v17.1.1...v17.4.4 )
---
updated-dependencies:
- dependency-name: happy-dom
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 11:35:47 +08:00
Stephen Zhou
2c64d28bdd
fix(mobile): no preview for avatar at header action ( #3066 )
...
* fix(mobile): no preview for avatar at header action
* update
2025-03-13 03:34:53 +00:00
dependabot[bot]
50a39f993f
build(deps): bump i18next-browser-languagedetector from 8.0.3 to 8.0.4 ( #3042 )
...
Bumps [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector ) from 8.0.3 to 8.0.4.
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-browser-languageDetector/compare/v8.0.3...v8.0.4 )
---
updated-dependencies:
- dependency-name: i18next-browser-languagedetector
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 11:32:42 +08:00
dependabot[bot]
bb2bf65802
build(deps): bump @shikijs/transformers from 3.0.0 to 3.2.1 ( #3041 )
...
Bumps [@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers ) from 3.0.0 to 3.2.1.
- [Release notes](https://github.com/shikijs/shiki/releases )
- [Commits](https://github.com/shikijs/shiki/commits/v3.2.1/packages/transformers )
---
updated-dependencies:
- dependency-name: "@shikijs/transformers"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 11:32:30 +08:00
DIYgod
f932dbd004
chore: update dependabot limit
2025-03-13 10:51:19 +08:00
Stephen Zhou
f29bedc005
build: update lint to remove patch ( #3047 )
2025-03-13 02:46:41 +00:00