Release 1.7.1: offline recovery and UI fixes - #179
Merged
Conversation
Merge pull request #147 from Coding-Moves/develop
One Concept is a single-team, source-available project. Rewrite CONTRIBUTING and the README's Contributing section to state the policy: anyone may open issues (feedback, bug reports, suggestions) and may use, run locally, modify, and redistribute the code under MIT — but we don't accept external pull requests. License stays MIT (it already grants those usage rights); the no-PR stance is policy, documented here rather than in the license text.
#168) Reframe from a blunt 'we don't accept / will close PRs' refusal to simply not inviting them: issues are the best way to contribute, and code changes should start with an issue. Clarify that RELEASING.md's branch model is the team's internal flow, not an invitation for outside PRs.
Source-available policy: issues welcome, no external PRs
Bumps [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) from 19.2.3 to 19.2.8. - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.3...v7.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) from 2.112.4 to 2.116.0. - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-js/commits/v2.116.0/packages/core/supabase-js) --- updated-dependencies: - dependency-name: "@supabase/supabase-js" dependency-version: 2.116.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Document project workflow, authorship rules, and codebase map
…ile/supabase/supabase-js-2.116.0 Bump @supabase/supabase-js from 2.112.4 to 2.116.0 in /mobile
…ile/typescript-7.0.2 Bump typescript from 6.0.3 to 7.0.2 in /mobile
Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) from 19.2.3 to 19.2.8. - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bump React and React DOM from 19.2.3 to 19.2.8
Fix offline session recovery and add animated retry states
Prepare version 1.7.1 for release
Add 1.7.1 What’s New card and save the release-card rule
Muawiya-contact
added a commit
that referenced
this pull request
Sep 12, 2026
Merge pull request #179 from Coding-Moves/develop
This file contains hidden or 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
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.
Release One Concept 1.7.1 from
developtomain. Returning users retain cached access during weak or unavailable connections, and missing content has clear offline states with retry actions.Included changes:
expo.versionto 1.7.1 and record release preparation.Release checks:
main; all nine existing migrations are recorded in the applied ledger. No production schema changes were required.0596f6d.Card follow-up validation: TypeScript and web export passed; a browser check verified all three highlights, persisted dismissal, no reappearance after reload, and no uncaught errors. The final card-follow-up CI checks are rerunning.
Physical-device testing remains unverified. This PR is open for owner review and approval; merging into
maintriggers production publication, version tagging, and the GitHub Release.