Seohyun Lee

Results 21 issues of Seohyun Lee

폰트를 선택할 수 있게 했어요! C#은 잘 못해서 코드가 깔끔하지 않을 수 있으니 리뷰 부탁드려요!

component:dashboard
component:renderer
component:ui
new-feature

#39 에서 댓글과 관련된 사항들을 따로 정리했습니다. ## 개선점 - [x] Preview 창에서 댓글 달 수 있도록 추가 - [x] 댓글 새로고침 버튼 표시 - [x] 댓글 캡챠 표시 -...

bug
enhancement
size/M
priority/high

좋은 프로그램 감사드립니다. 몇 가지 더 있으면 좋을 것 같은 기능이 있어 요청해봅니다. ## 개선점 - [x] history api 사용해서 preview시 주소 변경 - [x] preview시 title 변경 - [x]...

bug
enhancement
size/L

In Windows 11, Action Center has changed as follows: ![image](https://user-images.githubusercontent.com/48939845/127770677-ced775c9-f83b-45cf-9ba7-5bd9d82a5cb3.png) Unlike now, these adjustment panels are slightly spaced from the taskbar and have rounded edges. Windows 11 is expected to...

in development
feature request

The bug that delays window drag is the bug of the window itself, and there is no way to fix it at the moment. I'm really sorry about that. :(...

bug
help wanted

Thank you for developing this module! I'd like to let you know because there's an issue. This issue occurs in the motion graphic template code in the example. The problem...

bug

* **Node Version**: 14.17.3 * **Platform**: Windows 11(22000.194)) * **Compiler**: 4.8.4161.0 * **Module**: [electron-acrylic-window](https://github.com/Seo-Rii/electron-acrylic-window) Verbose output (from npm or node-gyp): ``` gyp info it worked if it ends with ok...

Windows

#69 를 패키지 형식에 맞게 다시 작성했습니다.

일정 시간 후 헤더를 자동으로 숨깁니다.

뷰어 생성자의 옵션을 정의했습니다. ``` typescript export interface viewerOption { parser?: CFB$ParsingOptions; utility?: { print?: boolean; presentation?: boolean; } } ```