Commit 4881709
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%)
1 parent 4fff5c0 commit 4881709
File tree
41 files changed
+3615
-1975
lines changed- src
- app
- (pages)
- portfolio
- team
- new
- test-page
- assets
- icons/text-editor
- components
- common
- button
- chip
- input
- constants
- lib/tiptap
- queries/team
- services
- auth
- team
- styles
- types/api
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+3615
-1975
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
4 | 15 | | |
5 | 16 | | |
6 | | - | |
| 17 | + | |
7 | 18 | | |
8 | | - | |
9 | | - | |
| 19 | + | |
| 20 | + | |
10 | 21 | | |
11 | 22 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
15 | 27 | | |
16 | 28 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
25 | 37 | | |
26 | 38 | | |
27 | | - | |
| 39 | + | |
28 | 40 | | |
29 | 41 | | |
30 | 42 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
36 | 48 | | |
37 | | - | |
| 49 | + | |
38 | 50 | | |
39 | | - | |
| 51 | + | |
40 | 52 | | |
41 | 53 | | |
42 | 54 | | |
43 | | - | |
| 55 | + | |
44 | 56 | | |
45 | 57 | | |
46 | | - | |
| 58 | + | |
47 | 59 | | |
48 | 60 | | |
49 | | - | |
| 61 | + | |
50 | 62 | | |
51 | | - | |
| 63 | + | |
52 | 64 | | |
53 | 65 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
58 | 70 | | |
59 | | - | |
60 | | - | |
| 71 | + | |
| 72 | + | |
61 | 73 | | |
62 | 74 | | |
63 | | - | |
| 75 | + | |
64 | 76 | | |
65 | 77 | | |
66 | 78 | | |
| |||
0 commit comments