Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: junhoyeo/iphone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.4
Choose a base ref
...
head repository: junhoyeo/iphone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 31, 2022

  1. 1
    Copy the full SHA
    18e5f9b View commit details
  2. [docs] Update README.md

    junhoyeo committed Dec 31, 2022
    1
    Copy the full SHA
    e77458c View commit details

Commits on Jan 6, 2023

  1. Copy the full SHA
    a56fca9 View commit details
  2. 1
    Copy the full SHA
    4267909 View commit details

Commits on May 11, 2024

  1. Update README.md

    junhoyeo authored May 11, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2cce573 View commit details
Showing with 13 additions and 6 deletions.
  1. +3 −2 iphone/README.md
  2. +1 −1 iphone/dynamic-island
  3. +1 −1 iphone/package.json
  4. +2 −1 playground/pages/_meta.json
  5. +3 −0 playground/pages/apps/app.mdx
  6. +0 −1 playground/pages/pricing.mdx
  7. +3 −0 playground/pages/screens/api.mdx
5 changes: 3 additions & 2 deletions iphone/README.md
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ const BACKGROUND_IMAGE_URL: string = '';

<p align="center">
<a href="https://vitejs.dev">
<img alt="Vite" src="https://camo.githubusercontent.com/61e102d7c605ff91efedb9d7e47c1c4a07cef59d3e1da202fd74f4772122ca4e/68747470733a2f2f766974656a732e6465762f6c6f676f2e737667" height="82px" />
<img alt="Vite" src="https://upload.wikimedia.org/wikipedia/commons/f/f1/Vitejs-logo.svg" height="82px" />
</a>
</p>

@@ -72,4 +72,5 @@ const BACKGROUND_IMAGE_URL: string = '';

## Powers

- [junhoyeo/junho.io](https://github.com/junhoyeo/junho.io)
- ~~[junhoyeo/junho.io](https://github.com/junhoyeo/junho.io)~~
- [junhoyeo/paracosm](https://github.com/junhoyeo/paracosm)
2 changes: 1 addition & 1 deletion iphone/dynamic-island
2 changes: 1 addition & 1 deletion iphone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junhoyeo/iphone",
"version": "0.0.4",
"version": "0.0.5-canary.1",
"repository": "https://github.com/junhoyeo/iphone",
"author": "Junho Yeo <i@junho.io>",
"license": "MIT",
3 changes: 2 additions & 1 deletion playground/pages/_meta.json
Original file line number Diff line number Diff line change
@@ -6,5 +6,6 @@
}
},
"about": "About",
"pricing": "Pricing"
"apps": "Apps",
"screens": "Screens"
}
3 changes: 3 additions & 0 deletions playground/pages/apps/app.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# App

TBD
1 change: 0 additions & 1 deletion playground/pages/pricing.mdx

This file was deleted.

3 changes: 3 additions & 0 deletions playground/pages/screens/api.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# API

TBD