Skip to content

Feat/text-editor-change #234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Feb 28, 2023
Merged

Feat/text-editor-change #234

merged 16 commits into from
Feb 28, 2023

Conversation

hyoloui
Copy link
Collaborator

@hyoloui hyoloui commented Feb 28, 2023

What is this PR? ๐Ÿ”

  • ํ…์ŠคํŠธ ์—๋””ํ„ฐ ๋ณ€๊ฒฝ, ์ด๋ฏธ์ง€ ์—…๋กœ๋“œ (๋“œ๋ž˜๊ทธ ์•ค ๋“œ๋ž, ๋ถ™์—ฌ๋„ฃ๊ธฐ)
  • postId ์ถ”๊ฐ€

branch

  • feat/text-editor-change -> dev

Changes ๐Ÿ“

  • ๊ธฐ์กด post / id ์ž๋™ ์ง€์ •๋˜๋Š” ๊ฒƒ์„ ํด๋ผ์ด์–ธํŠธ์—์„œ uuid๋กœ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค.

(#224) by @hyoloui

- ํŒจํ‚ค์ง€ ์ธ์Šคํ†จ
- next.config.js ์ ์šฉ

editor ๋ณ€๊ฒฝ #224 @hyoloui
- ์—๋””ํ„ฐ๋ฅผ ์ถ”๊ฐ€ ํ•ฉ๋‹ˆ๋‹ค.

editor ๋ณ€๊ฒฝ #224 @hyoloui
- editor ๋ทฐ์–ด ํŒจํ‚ค์ง€ ์ธ์Šคํ†จ

editor ๋ณ€๊ฒฝ #224 @hyoloui
- ์—๋””ํ„ฐ ๋ทฐ์–ด๋ฅผ ์ถ”๊ฐ€ ํ•ฉ๋‹ˆ๋‹ค.

editor ๋ณ€๊ฒฝ #224 @hyoloui
- ์—๋””ํ„ฐ ๋ทฐ์–ด ์Šคํƒ€์ผ์„ ์ˆ˜์ • ํ•ฉ๋‹ˆ๋‹ค.

editor ๋ณ€๊ฒฝ #224 @hyoloui
- place holder๋ฅผ ์‚ฌ์šฉํ•˜๊ธฐ ์œ„ํ•ด ์ด๋‹ˆ์…œ ์ฝ”๋“œ ์‚ญ์ œ

editor ๋ณ€๊ฒฝ #224 @hyoloui
- ์ด๋ฏธ์ง€ ์—…๋กœ๋“œ๋ฅผ ๋“œ๋ž˜๊ทธ ์•ค ๋“œ๋ž์œผ๋กœ ๊ตฌํ˜„ ํ•ฉ๋‹ˆ๋‹ค.

editor ๋ณ€๊ฒฝ #224 @hyoloui
- toast-ui ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ฅผ ์‚ญ์ œํ•ฉ๋‹ˆ๋‹ค.
- ๊ธฐ์กด crypto.randomUUID() ๋ฅผ  uuid ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋กœ ๋Œ€์ฒดํ•ฉ๋‹ˆ๋‹ค.

editor ๋ณ€๊ฒฝ #224 @hyoloui
- for ๋ฌธ ์•ˆ์—์„œ ์ด๋ฃจ์–ด์ง€๋Š” ์••์ถ•์„ ๋ฐ–์œผ๋กœ ๋บ์Šต๋‹ˆ๋‹ค.

editor ๋ณ€๊ฒฝ #224 @hyoloui
@hyoloui hyoloui linked an issue Feb 28, 2023 that may be closed by this pull request
@vercel
Copy link

vercel bot commented Feb 28, 2023

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated
codefolio โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add your feedback Feb 28, 2023 at 11:28AM (UTC)

- ํˆด๋ฐ”๋ฅผ ์ปค์Šคํ…€ํ•˜์—ฌ ์ด๋ฏธ์ง€๋ฅผ ์—…๋กœ๋“œ ํ•ฉ๋‹ˆ๋‹ค

editor ๋ณ€๊ฒฝ #224 @hyoloui @nno3onn
Copy link
Collaborator

@yunjunhojj yunjunhojj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์งˆ๋ฌธ์šฉ ์ฝ”๋ฉ˜ํŠธ ๋ช‡๊ฐœ ์žˆ์Šต๋‹ˆ๋‹ค~

@@ -13,4 +17,4 @@ const nextConfig = {
},
};

module.exports = nextConfig;
module.exports = removeImports({ ...nextConfig });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

๋ฌด์Šจ ๊ธฐ๋Šฅ์ธ๊ฐ€์š”?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uiwjs/react-md-editor#52 (comment)

์—๋Ÿฌ๋ฅผ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•œ ์†”๋ฃจ์…˜์ด์˜€์Šต๋‹ˆ๋‹ค

Copy link
Collaborator

@Jeremy-Kr Jeremy-Kr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ƒํ˜„๋‹˜์ด ์ฝ”๋ฉ˜ํŠธ ๋‹ค์‹ ๊ฑฐ ๋‹ต๋ณ€๋งŒ ๋‹ฌ์•„์ฃผ์„ธ์šฉ~

@Jeremy-Kr Jeremy-Kr merged commit aa472b8 into dev Feb 28, 2023
@Jeremy-Kr Jeremy-Kr deleted the feat/text-editor-change branch February 28, 2023 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor ๋ฆฌํŒฉํ† ๋ง
Projects
None yet
Development

Successfully merging this pull request may close these issues.

editor ๋ณ€๊ฒฝ
5 participants