Mu-Hun

Results 16 issues of Mu-Hun

I want to set it variably by number input text in the toolbar UI. (Rather than a list of fixed font sizes.) Is this a possible feature on the summernote?...

It is hard to determine in eyes which color is currently selected based on the 'A' glyph-shaped label color. So I would like to suggest inverting color picker background color...

[누리 놀이터](https://nuri.donghwi.dev/)도 있지만 대화형 입력 기능이 있으면 좋겠습니다. ``` ❯ ./haneul > 꾸러미 "유용한 함수들.nuri" > "안녕, "과 "세상!"을 연결하고 문자열로 보여주다 안녕, 세상! ```

기능

Hello, There is a type conflict with the `preact/compat` type. ## `tsconfig.json` ```json "paths": { "react": ["node_modules/preact/compat"], "react-dom": ["node_modules/preact/compat"], "linaria/react": ["src/utils/styled.ts"] } ``` I alias `react` and `react-dom` type to...

## What this PR does / why we need it? I thought it would be good to add a type check and a lint check step in CI. I will...

> ```js > dayjs.extend(relativeTime) > dayjs('1999-01-01').fromNow() // 20 years ago > ``` > > If you pass true, you can get the value without the suffix. > ```js > dayjs.extend(relativeTime)...

### Describe the bug I used a Field Array for multiple URL inputs. When sending the form, I wanted to display an error message inside the input field UI if...

bug

## Manage the active item via focus Most of the AGP documentation, including examples you to manage the keyboard & mouse active item as the focus. - [Managing Focus Within...

How about setting `ColumnType['dataIndex']` to the key of `RecordType`?

현재 빌드를 위해 두가지의 절차를 거치는게 번거롭게 느껴졌습니다: > 1. 루트 경로에서 `microbundle` 커맨드를 실행 > 2. example 경로로 이동해서 `start-storybook` 을 실행 개발 환경에서는 프로덕션 빌드를 건너 뛰고 바로...