AFFiNE/packages/frontend/apps/ios
akumatus c95e6ec518
feat(core): support copy as image in electron app (#8939)
Close issue [AF-1785](https://linear.app/affine-design/issue/AF-1785).

### What changed?
- Support copy as image in electron app:
  -  Select the whole mindmap if any of the mindmap nodes is selected.
  -  Hide unselected overlap elements before taking a snapshot.
  -  Fit the selected elements to the screen.
  -  Add CSS style to hide irrelevant dom nodes, like widgets, whiteboard background and so on.
     - Due to the usage of Shadow Dom in our code, not all node styles can be controlled. Thus this PR use `-2px` padding for `affine:frame` snapshots.
  - Using electron `capturePage` API to take a snapshot of selected elements.

<div class='graphite__hidden'>
          <div>🎥 Video uploaded on Graphite:</div>
            <a href="https://app.graphite.dev/media/video/sJGviKxfE3Ap685cl5bj/c1b7b772-ddf8-4a85-b670-e96af7bd5cc0.mov">
              <img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/sJGviKxfE3Ap685cl5bj/c1b7b772-ddf8-4a85-b670-e96af7bd5cc0.mov">
            </a>
          </div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/c1b7b772-ddf8-4a85-b670-e96af7bd5cc0.mov">录屏2024-11-27 16.11.03.mov</video>
2024-11-28 03:58:04 +00:00
..
App feat(mobile): disable swipe back gesture when there is no back in header (#8876) 2024-11-25 03:12:21 +00:00
src refactor(core): initial multiple servers infra (#8745) 2024-11-27 06:44:46 +00:00
.gitignore feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00
capacitor.config.ts feat(ios): live reload script and docs (#8863) 2024-11-20 01:33:18 +00:00
package.json feat(core): support copy as image in electron app (#8939) 2024-11-28 03:58:04 +00:00
project.json feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00
README.md feat(ios): live reload script and docs (#8863) 2024-11-20 01:33:18 +00:00
tsconfig.json feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00

iOS

AFFiNE iOS app.

Build

  • yarn install
  • BUILD_TYPE=canary PUBLIC_PATH="/" yarn workspace @affine/ios build
  • yarn workspace @affine/ios cap sync
  • yarn workspace @affine/ios cap open ios

Live Reload

Capacitor doc: https://capacitorjs.com/docs/guides/live-reload#using-with-framework-clis

  • yarn install
  • yarn dev
    • select ios for the "Distribution" option
  • yarn workspace @affine/ios sync:dev
  • yarn workspace @affine/ios cap open ios