Commit d1ecf72
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)
1 parent 4881709 commit d1ecf72
File tree
18 files changed
+1173
-301
lines changed- src
- app
- (pages)
- community
- new
- portfolio
- new
- project
- new
- team/new
- assets/icons/text-editor
- components/common/input
- constants
- lib/tiptap
- styles
18 files changed
+1173
-301
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
40 | | - | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | | - | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | | - | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
| 72 | + | |
70 | 73 | | |
71 | | - | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
0 commit comments