42Box / macOS

macOS
11 stars 1 forks source link

feat: webview 의 icon 변경 기능을 구현합니다 #89

Closed chanhihi closed 1 year ago

chanhihi commented 1 year ago

간단한 구동 flow

  1. WebView에서 icon 변경을 클릭하게 되면 front-end side에서 ~/board/icon-name으로 redirect하게 됩니다.
  2. 이때 WebView delegate에서 navigate를 감지하여 해당 url로 이동했다는 통신을 front-end에게 받습니다.
  3. icon 변경 로직을 수행합니다.