Skip to content
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

feat: support sign-in and sign-up on Web #5712

Merged
merged 16 commits into from
Jul 11, 2024
Merged

Conversation

qinluhe
Copy link
Collaborator

@qinluhe qinluhe commented Jul 10, 2024

Feature Preview


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

@qinluhe qinluhe added the v0.6.4 label Jul 10, 2024
Copy link

github-actions bot commented Jul 10, 2024

🥷 Ninja i18n – 🛎️ Translations need to be updated

Project /project.inlang

lint rule new reports level link
Missing translation 312 warning contribute (via Fink 🐦)

@qinluhe qinluhe force-pushed the feat/support-sign-in-on-web branch from ffd317e to c043c47 Compare July 10, 2024 05:20
Copy link

codecov bot commented Jul 10, 2024

Codecov Report

Attention: Patch coverage is 58.16327% with 82 lines in your changes missing coverage. Please review.

Project coverage is 83.27%. Comparing base (c122f0a) to head (84bae23).
Report is 47 commits behind head on main.

Files Patch % Lines
...ppflowy_web_app/src/application/session/sign_in.ts 45.09% 28 Missing ⚠️
...pplication/services/js-services/wasm/client_api.ts 9.09% 20 Missing ⚠️
..._app/src/application/services/js-services/index.ts 65.30% 17 Missing ⚠️
.../appflowy_web_app/src/application/session/event.ts 70.83% 7 Missing ⚠️
.../appflowy_web_app/src/application/session/token.ts 14.28% 6 Missing ⚠️
.../appflowy_web_app/src/components/app/AppConfig.tsx 78.57% 3 Missing ⚠️
..._app/src/components/publish/header/MoreActions.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5712      +/-   ##
==========================================
- Coverage   86.74%   83.27%   -3.48%     
==========================================
  Files         217      214       -3     
  Lines        5032     5290     +258     
  Branches      831      863      +32     
==========================================
+ Hits         4365     4405      +40     
- Misses        561      795     +234     
+ Partials      106       90      -16     
Flag Coverage Δ
appflowy_web_app 83.27% <58.16%> (-3.48%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LucasXu0 LucasXu0 changed the title Feat/support sign in on web feat: support sign-in and sign-up on Web Jul 11, 2024
@LucasXu0 LucasXu0 merged commit fe0fa9b into main Jul 11, 2024
16 of 19 checks passed
@LucasXu0 LucasXu0 deleted the feat/support-sign-in-on-web branch July 11, 2024 04:55
@LucasXu0 LucasXu0 added the new feature New feature or request label Jul 11, 2024
zoli added a commit to zoli/AppFlowy that referenced this pull request Jul 14, 2024
* main: (52 commits)
  chore: improve popup menu color (AppFlowy-IO#5725)
  fix: ai chat result contains html escape text (AppFlowy-IO#5721)
  chore: bump version 0.6.4 (AppFlowy-IO#5719)
  feat: support sign-in and sign-up on Web (AppFlowy-IO#5712)
  fix: syntax error when generating translation files (AppFlowy-IO#5718)
  feat: choose cursor/selection color from palette or color picker AppFlowy-IO#5041 (AppFlowy-IO#5677)
  feat: render ai text message with appflowy_editor (AppFlowy-IO#5682)
  feat: enable debug logs in internal build (AppFlowy-IO#5713)
  chore: update yrs and appflowy collab dependencies (AppFlowy-IO#5707)
  chore: bump version 0.6.3 (AppFlowy-IO#5701)
  feat: support publish document (AppFlowy-IO#5576)
  refactor: extract chat plugin to new repo (AppFlowy-IO#5699)
  fix: take the max value of the keyboard height and the view insets bottom to make the toolbar visible  (AppFlowy-IO#5700)
  chore: use latest macos runner to build the release package (AppFlowy-IO#5686)
  fix: filter chat page when duplicating (AppFlowy-IO#5676)
  chore: show ai service error (AppFlowy-IO#5675)
  feat: sync the created view after duplicating (AppFlowy-IO#5674)
  chore: disable cloud search (AppFlowy-IO#5663)
  feat: support moving page to a space (AppFlowy-IO#5665)
  chore: update German translations (AppFlowy-IO#5640)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request v0.6.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants