-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release(desktop): Release v0.3.13 #3199
Open
DIYgod
wants to merge
99
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+9,343
−6,297
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 <[email protected]>
* chore: update patch * fix * fix
…3109) * feat(mobile): implement language-based preset feeds for onboarding * fix: enhance useIsNewUser hook to accept enabled parameter * refactor(mobile): streamline subscription handling in StepInterests component * fix(mobile): correct feedId values in English feeds JSON
Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [@tanstack/query-sync-storage-persister](https://github.com/TanStack/query/tree/HEAD/packages/query-sync-storage-persister) | `5.67.3` | `5.68.0` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.67.3` | `5.68.0` | | [@tanstack/react-query-persist-client](https://github.com/TanStack/query/tree/HEAD/packages/react-query-persist-client) | `5.67.3` | `5.68.0` | | [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.67.3` | `5.68.0` | | [cmdk](https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk) | `1.0.4` | `1.1.1` | Updates `@tanstack/query-sync-storage-persister` from 5.67.3 to 5.68.0 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/query-sync-storage-persister) Updates `@tanstack/react-query` from 5.67.3 to 5.68.0 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/react-query) Updates `@tanstack/react-query-persist-client` from 5.67.3 to 5.68.0 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/react-query-persist-client) Updates `@tanstack/react-query-devtools` from 5.67.3 to 5.68.0 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/react-query-devtools) Updates `cmdk` from 1.0.4 to 1.1.1 - [Release notes](https://github.com/pacocoursey/cmdk/releases) - [Commits](https://github.com/pacocoursey/cmdk/commits/v1.1.1/cmdk) --- updated-dependencies: - dependency-name: "@tanstack/query-sync-storage-persister" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@tanstack/react-query-persist-client" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@tanstack/react-query-devtools" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: cmdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the patch group with 2 updates: [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) and [lightningcss](https://github.com/parcel-bundler/lightningcss). Updates `expo` from 52.0.38 to 52.0.39 - [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo) Updates `lightningcss` from 1.29.2 to 1.29.3 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](parcel-bundler/lightningcss@v1.29.2...v1.29.3) --- updated-dependencies: - dependency-name: expo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: lightningcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: add development build * update * update * update * name * simulator * cancel * push * update * name * Revert "update" This reverts commit 34e65dc. * path
* show validate message * support small screen
* build: update to pnpm 10 * update
…pearance - Added event emissions for screen changes when a route appears or disappears, including the screen ID and route details. - Updated the ScreenChangeEventPayload type to optionally include route information. These changes enhance navigation tracking within the mobile application. Signed-off-by: Innei <[email protected]>
* fix(mobile): add active prop to fix scroll to top in subscription tab * refactor(mobile): convert SafeNavigationScrollView to forwardRef for improved ref handling * fix: types
* build: update lint config * update * update * update
* fix(desktop): 更新繁體中文翻譯,修正用詞不當 * fix(desktop): 更新繁體中文翻譯,修正用詞不當
…ionButton in header components - Updated HeaderCloseButton and HeaderSubmitButton to use UINavigationHeaderActionButton for improved consistency and functionality. - Adjusted layout in HeaderCloseOnly to accommodate the new button component. Signed-off-by: Innei <[email protected]>
- Added new properties to ScreenOptionsContext for customizable header areas. - Implemented resolveScreenOptions function to manage header configurations based on context options. - Updated WrappedScreenItem to utilize new header area components for improved layout. - Refactored EntryNormalItem to use SquareImage for better image handling. - Introduced loading state for images to enhance user experience. Signed-off-by: Innei <[email protected]>
Cause the login form check not as expected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v0.3.13