Skip to content

feat: PWA 지원 추가 설정#53

Merged
chayeoi merged 4 commits intomasterfrom
feat/43-pwa-enhancement
Feb 25, 2020
Merged

feat: PWA 지원 추가 설정#53
chayeoi merged 4 commits intomasterfrom
feat/43-pwa-enhancement

Conversation

@chayeoi
Copy link
Owner

@chayeoi chayeoi commented Feb 24, 2020

  • 홈 화면에 추가하기 메뉴에서 보여질 앱 이름을 'CHNY.WORLD'로 변경
  • 홈 화면에 추가 시 보여질 앱 이름을 'chny.world'로 변경
  • favicon과 웹 앱 아이콘을 개별적으로 관리할 수 있도록 gatsby-plugin-manifest'에 include_favicon옵션을false로 설정하고 favicon을 SEO` 컴포넌트에서 추가하도록 함
  • favicon과 logo를 변경된 이미지로 교체
  • theme-color를 직접 제어하기 위해 manifest 플러그인이 직접 추가하지 않도록 설정함
  • 앱의 theme 색상을 좀 더 밝은 파랑색 계열인 '#2979ff'로 변경
  • apple 디바이스에서 보여질 splash 스크린을 디바이스 너비 및 해상도에 따라 설정함

Resolves #43

- 홈 화면에 추가하기 메뉴에서 보여질 앱 이름을 'CHNY.WORLD'로 변경
- 홈 화면에 추가 시 보여질 앱 이름을 'chny.world'로 변경

Signed-off-by: chayeoi <chayeoikeem@gmail.com>
@chayeoi chayeoi added the enhancement New feature or request label Feb 24, 2020
@chayeoi chayeoi self-assigned this Feb 24, 2020
@netlify
Copy link

netlify bot commented Feb 24, 2020

Deploy preview for chny ready!

Built with commit 259f174

https://deploy-preview-53--chny.netlify.com

@chayeoi chayeoi force-pushed the feat/43-pwa-enhancement branch 15 times, most recently from 400199e to cffd0bf Compare February 24, 2020 18:27
- favicon과 웹 앱 아이콘을 개별적으로 관리할 수 있도록
  `gatsby-plugin-manifest'에 `include_favicon` 옵션을
  `false`로 설정하고 favicon을 `SEO` 컴포넌트에서 추가하도록 함
- favicon과 logo를 변경된 이미지로 교체

Signed-off-by: chayeoi <chayeoikeem@gmail.com>
- `theme-color`를 직접 제어하기 위해 manifest 플러그인이 직접 추가하지
  않도록 설정함
- 앱의 theme 색상을 좀 더 밝은 파랑색 계열인 '#2979ff'로 변경

Signed-off-by: chayeoi <chayeoikeem@gmail.com>
@chayeoi chayeoi force-pushed the feat/43-pwa-enhancement branch 5 times, most recently from 92b7d13 to 0628b9d Compare February 25, 2020 10:53
apple 디바이스에서 보여질 splash 스크린을
디바이스 너비 및 해상도에 따라 설정함

Signed-off-by: chayeoi <chayeoikeem@gmail.com>
@chayeoi chayeoi force-pushed the feat/43-pwa-enhancement branch from 0628b9d to 259f174 Compare February 25, 2020 10:57
@chayeoi chayeoi merged commit 3d97d89 into master Feb 25, 2020
@chayeoi chayeoi deleted the feat/43-pwa-enhancement branch February 25, 2020 11:02
@chayeoi chayeoi linked an issue Feb 25, 2020 that may be closed by this pull request
3 tasks
@chayeoi chayeoi removed a link to an issue Feb 25, 2020
3 tasks
@chayeoi chayeoi mentioned this pull request Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PWA 지원 추가 설정

1 participant