Commit 14d04b9
authored
* [#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
1 parent f54187b commit 14d04b9
File tree
36 files changed
+2018
-246
lines changed- src
- app/(pages)
- community/new
- portfolio
- new
- project/new
- team
- new
- assets
- icons
- components
- common/input
- constants
- lib/tiptap
- types/api
36 files changed
+2018
-246
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
0 commit comments