Skip to content

Commit f77a777

Browse files
authored
[#227] ✨ 팀 상세 페이지 개발 (#228)
* [#201] ♻️ margin layout to flex flex layout * [#201] ✨ add community page * [#204] 💄 select trigger to flex row * [#204] 💄 add white space in param of join * [#204] ✨ add portfolio page * [#206] 🗑️ remove useless text node * [#206] ✨ add projectlistitem interface * [#206] ✨ add project card + project category label map constant * [#206] ✨ add project page * [#206] 🗑️ remove unused module imports * [#206] 💄 add margin y to login page * [#206] ✨ keep select component dumb * [#206] ♻️ refactor two pages with the altercation of select component * [#206] ✨ add empty search result component * [#168] 🚚 rename team queries * [#168] 🚚 team queries change side effects * [#168] ♻️ add string to form field * [#168] ♻️ keep select in two way (single select / multi select) * [#168] ♻️ solve side effect from change of select * [#168] 🐛 stringify tag data type in taginput * [#168] ✨ add taginput error case + form.message * [#168] 💄 deduplicate double controller structure * [#168] ✨ attash form message to form components * [#168] 🔧 services, queries 수정 * [#168] 🔧 add quill editor package * [#168] 🐛 wrap quillEditor with dynamic * [#168] ✨ add quilljs markdown package * [#168] 🗑️ discard quill packages * [#168] ✨ add tiptap packages + build a basic tiptap structure * [#168] 🔧 add text editor icons assets * [#168] 📦 add tiptap plugins * [#168] ✨ add tiptap editor (70%) * [#168] 📦 lowlight + highlightjs * [#168] 💄 solve unmatched svgs * [#168] 💄 add code font * [#168] 💄 tag input chip color change * [#168] ✨ add heading select tool bar * [#168] 💄 add tiptap list style * [#168] ✅ see if text editor can be alligned with form controller * [#168] ✨ dettach controller from tiptap editor * [#168] ✨ add team editor content placeholder * [#168] ✨ reflect font size on html tag in tiptap editor * [#168] 💄 border none when checked * [#168] ✨ add create page related constants * [#168] ✨ create community post * [#168] ✨ add new pages (empty) * [#168] 💄 add svg icons for portfolio page * [#168] ♻️ select can have icons now * [#168] ♻️ select trigger can now have icon * [#168] ✨ add file input * [#168] 🐛 solve nested object value issue in taginput with lodash * [#168] 🔧 add link related icons * [#168] ✨ link select added * [#102] ✨ add additional select components * [#168] ✨ add basic structure of create portfolio page * [#102] ♻️ add select Options component * [#45] 🚚 remove onclick from checkbox * [#168] ✨ add new select options * [#168] ✨ complete education select * [#168] ✨ add select options * [#168] ✨ add tiptap contents constants * [#168] ✨ add new selects components * [#168] ✨ complete add portfolio form * [#168] 💄 select style changed * [#227] 💄 update icon with currentcolor * [#227] 💄 update components style * [#227] 🗑️ roll back to global type * [#227] 📦 html parser react * [#227] ✨ add team detail page (w/o comment form) * [#227] 💄 heading font weight bold * [#227] 🔧 add icons * [#227] 💄 font weight lower
1 parent 14d04b9 commit f77a777

File tree

12 files changed

+358
-10
lines changed

12 files changed

+358
-10
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"clsx": "^2.1.1",
2020
"es-hangul": "^2.3.0",
2121
"highlight.js": "^11.11.1",
22+
"html-react-parser": "^5.2.2",
2223
"jsonwebtoken": "^9.0.2",
2324
"ky": "^1.7.4",
2425
"lodash": "^4.17.21",

pnpm-lock.yaml

Lines changed: 70 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)