Skylsmoi 7 vuotta sitten
vanhempi
commit
1576df73ae

+ 10 - 10
jsonserver/static_db.json Näytä tiedosto

@@ -107,7 +107,7 @@
107 107
         "id": 1,
108 108
         "parent_id": null,
109 109
         "workspace_id": 1,
110
-        "title": "La programmation fonctionnelle",
110
+        "title": "Design v2",
111 111
         "type": "PageHtml",
112 112
         "status": "validated"
113 113
       },
@@ -123,7 +123,7 @@
123 123
         "id": 6,
124 124
         "parent_id": null,
125 125
         "workspace_id": 1,
126
-        "title": "Une photo moche",
126
+        "title": "Une photo",
127 127
         "type": "File",
128 128
         "status": "current"
129 129
       },
@@ -131,7 +131,7 @@
131 131
         "id": 10,
132 132
         "parent_id": null,
133 133
         "workspace_id": 1,
134
-        "title": "le README.md d'un random repo github",
134
+        "title": "README.md de tracim_lib",
135 135
         "type": "PageMarkdown",
136 136
         "status": "current"
137 137
       },
@@ -139,7 +139,7 @@
139 139
         "id": 7,
140 140
         "parent_id": null,
141 141
         "workspace_id": 1,
142
-        "title": "Une liste de truc à faire que je ferai jamais",
142
+        "title": "Etape d'installation de Tracim",
143 143
         "type": "Task",
144 144
         "status": "current"
145 145
       },
@@ -147,7 +147,7 @@
147 147
         "id": 8,
148 148
         "parent_id": null,
149 149
         "workspace_id": 1,
150
-        "title": "Ça, ça marche pas. Merci de le fix",
150
+        "title": "Fixe du fichier css",
151 151
         "type": "Issue",
152 152
         "status": "current"
153 153
       },
@@ -166,7 +166,7 @@
166 166
       "id": 4,
167 167
       "parent_id": 3,
168 168
       "workspace_id": 1,
169
-      "title": "des trucs de backend",
169
+      "title": "Backend appli n°578",
170 170
       "type": "File",
171 171
       "status": "outdated"
172 172
     },
@@ -174,7 +174,7 @@
174 174
       "id": 5,
175 175
       "parent_id": 3,
176 176
       "workspace_id": 1,
177
-      "title": "on s'emmerde",
177
+      "title": "La programmation fonctionnelle",
178 178
       "type": "PageHtml",
179 179
       "status": "outdated"
180 180
     },
@@ -182,7 +182,7 @@
182 182
       "id": 11,
183 183
       "parent_id": 3,
184 184
       "workspace_id": 1,
185
-      "title": "Hidden features",
185
+      "title": "ticket à fixe",
186 186
       "type": "folder",
187 187
       "content": []
188 188
     }
@@ -192,7 +192,7 @@
192 192
       "id": 12,
193 193
       "parent_id": 11,
194 194
       "workspace_id": 1,
195
-      "title": "flatMap",
195
+      "title": "ticket à fixe",
196 196
       "type": "PageHtml",
197 197
       "status": "current"
198 198
     },
@@ -200,7 +200,7 @@
200 200
       "id": 13,
201 201
       "parent_id": 11,
202 202
       "workspace_id": 1,
203
-      "title": "c'est tout pété",
203
+      "title": "issue n°555",
204 204
       "type": "Issue",
205 205
       "status": "current"
206 206
     }

+ 4 - 3
src/css/AccountPage.styl Näytä tiedosto

@@ -49,6 +49,7 @@ settingText()
49 49
       border-radius 10px
50 50
       padding 0
51 51
       width 20%
52
+      min-height 600px
52 53
       background-color off-white
53 54
       &__responsive
54 55
         font-size 20px
@@ -79,6 +80,7 @@ settingText()
79 80
       border-radius 10px
80 81
       padding 20px
81 82
       width 80%
83
+      min-height 600px
82 84
       background-color off-white
83 85
       .personaldata
84 86
         &__text
@@ -126,8 +128,7 @@ settingText()
126 128
               background-color blue
127 129
               color white
128 130
           &__submenu
129
-            width 203px
130
-            max-height 300px
131
+            max-height 265px
131 132
             overflow-Y auto
132 133
             &__item
133 134
               &:hover, &:focus
@@ -264,7 +265,7 @@ settingText()
264 265
               text-overflow ellipsis
265 266
               white-space nowrap
266 267
               overflow hidden
267
-              width 310px
268
+              width 175px
268 269
               &:focus
269 270
                 overflow visible
270 271
                 width auto

+ 15 - 6
src/css/FileItem.styl Näytä tiedosto

@@ -1,3 +1,8 @@
1
+iconrules()
2
+  display inline-block
3
+  margin-right 10px
4
+  font-size 20px
5
+
1 6
 .file
2 7
   display flex
3 8
   border-bottom 0
@@ -12,17 +17,21 @@
12 17
     justify-content space-between
13 18
     padding 15px 5px
14 19
     &__text
20
+      margin-right 10px
15 21
       font-size 17px
16 22
     &__icons
17 23
       &__download
18
-        display inline-block
19
-        margin-right 10px
24
+        iconrules()
25
+        &:hover, &:focus
26
+          color blue
20 27
       &__archive
21
-        display inline-block
22
-        margin-right 10px
28
+        iconrules()
29
+        &:hover, &:focus
30
+          color blue
23 31
       &__delete
24
-        display inline-block
25
-        margin-right 10px
32
+        iconrules()
33
+        &:hover, &:focus
34
+          color blue
26 35
   &__status
27 36
     font-size 30px
28 37
     text-align center

+ 11 - 2
src/css/Folder.styl Näytä tiedosto

@@ -45,7 +45,6 @@ folderopen()
45 45
       folderopen()
46 46
       & > .file, > .folder
47 47
         folderopen()
48
-
49 48
   &__header
50 49
     position relative
51 50
     display flex
@@ -83,7 +82,7 @@ folderopen()
83 82
         font-size 25px
84 83
         color darkBlue
85 84
       &__text
86
-        margin auto 15px
85
+        margin auto 15px auto 5px
87 86
         font-size 17px
88 87
         color darkBlue
89 88
       &__addbtn
@@ -106,6 +105,16 @@ folderopen()
106 105
         & > i
107 106
           margin-right 15px
108 107
 
108
+@media (min-width: min-sm) and (max-width: max-sm)
109
+
110
+  .folder
111
+    &__header
112
+      padding 10px
113
+      &__triangleborder
114
+        top 59px
115
+      &__contenttype
116
+        display none
117
+
109 118
 @media (max-width: max-xs)
110 119
   .folder
111 120
     &__header

+ 2 - 4
src/css/Generic.styl Näytä tiedosto

@@ -17,7 +17,6 @@
17 17
 @media (min-width: min-md) and (max-width: max-md)
18 18
   .pageWrapperGeneric
19 19
     display block
20
-    padding-top 87px
21 20
     &__header
22 21
       margin 95px 0 5px 30px
23 22
     &__content
@@ -25,7 +24,6 @@
25 24
 @media (min-width: min-sm) and (max-width: max-sm)
26 25
   .pageWrapperGeneric
27 26
     display block
28
-    padding-top 87px
29 27
     &__header
30 28
       margin 95px 0 35px 0
31 29
       &__title
@@ -36,7 +34,6 @@
36 34
 @media (max-width: max-xs)
37 35
   .pageWrapperGeneric
38 36
     display block
39
-    padding-top 87px
40 37
     &__header
41 38
       display block
42 39
       margin-top 60px
@@ -59,8 +56,9 @@
59 56
 
60 57
 
61 58
 .pageContentGeneric
62
-  margin 10px 0 120px 0
59
+  margin 10px 0 0 0
63 60
   width 100%
61
+  height 100%
64 62
 
65 63
 .dropdownCreateBtn
66 64
   &__label

+ 9 - 2
src/css/Header.styl Näytä tiedosto

@@ -94,6 +94,8 @@
94 94
               box-shadow none
95 95
           .profilgroup__setting
96 96
             padding 0
97
+            left inherit
98
+            right 0
97 99
             &__link
98 100
               padding 10px 0
99 101
 
@@ -133,5 +135,10 @@
133 135
         width 418px
134 136
         &__itemquestion
135 137
           display none
136
-        &__itemprofil__profilgroup
137
-          margin-top 20px
138
+        &__itemprofil
139
+          &__profilgroup
140
+            margin-top 20px
141
+          .profilgroup__setting
142
+            left 0
143
+
144
+

+ 1 - 1
src/css/Sidebar.styl Näytä tiedosto

@@ -48,7 +48,7 @@ leftside()
48 48
     color white
49 49
     transition all sidebar-animate-speed
50 50
   &__btnnewworkspace
51
-    margin-top 50px
51
+    margin 50px 0
52 52
     overflow hidden
53 53
     &__btn
54 54
       display block

+ 2 - 1
src/css/Workspace.styl Näytä tiedosto

@@ -1,6 +1,7 @@
1 1
 .workspace
2 2
   &__header
3 3
     display flex
4
+    flex-wrap wrap
4 5
     margin-right 15px
5 6
   &__content
6 7
     margin 0 15px
@@ -22,4 +23,4 @@
22 23
   .workspace
23 24
     &__header
24 25
       &__title
25
-        margin 0 0 20px 0
26
+        margin 0 0 20px 10px

BIN
src/img/drapeau-en.png Näytä tiedosto


BIN
src/img/drapeau-fr.png Näytä tiedosto