Ver código fonte

update to "organization & institution"

pull/228/head
Alej 1 ano atrás
pai
commit
415c4e3b5a
1 arquivos alterados com 16 adições e 4 exclusões
  1. 16
    4
      vue-theme/src/components/sidebars/sidebar.vue

+ 16
- 4
vue-theme/src/components/sidebars/sidebar.vue Ver arquivo

69
                         router-link(:to="`/${type}/sorted/by-episode#${episodeSet}`")
69
                         router-link(:to="`/${type}/sorted/by-episode#${episodeSet}`")
70
                             p {{ episodeSet }}   
70
                             p {{ episodeSet }}   
71
 
71
 
72
+        //- //- if {{type}} has sorted by-type show subtype sets 
73
+        //- .shadow(v-if="includes(type) && layout !== 'single'")
74
+        //-     h3.t-up {{ type }}s type  
75
+        //-     ul.t-up
76
+        //-         li
77
+        //-             template(v-for="subtypeSet in subtypeSets") 
78
+        //-                 router-link(:to="`/${type}/sorted/by-type#${subtypeSet}`")
79
+        //-                     p {{ subtypeSet }}
80
+
72
         //- if {{type}} has sorted by-type show subtype sets 
81
         //- if {{type}} has sorted by-type show subtype sets 
82
+        
83
+        //- .shadow(v-if="shouldShowTypeSort.includes(type) && layout !== 'single' && type === 'artist'")
73
         .shadow(v-if="shouldShowTypeSort.includes(type) && layout !== 'single'")
84
         .shadow(v-if="shouldShowTypeSort.includes(type) && layout !== 'single'")
74
-            h3.t-up {{ type }}s type  
85
+            h3.t-up Organizations & Institutions   
75
             ul.t-up
86
             ul.t-up
76
                 li
87
                 li
77
                     template(v-for="subtypeSet in subtypeSets") 
88
                     template(v-for="subtypeSet in subtypeSets") 
136
                 'by episode': `${sortTypes.episode}`,   //:3
147
                 'by episode': `${sortTypes.episode}`,   //:3
137
                 'by type': `${sortTypes.subtype}`,      //:4
148
                 'by type': `${sortTypes.subtype}`,      //:4
138
                 'by past': `${sortTypes.past}`,         //:5
149
                 'by past': `${sortTypes.past}`,         //:5
150
+                'Organizations & Institutions': `${sortTypes.subtype}`,      //:6
139
                 // subtype: 'by-type',
151
                 // subtype: 'by-type',
140
             },
152
             },
141
             charaSets: [
153
             charaSets: [
143
                 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'
155
                 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'
144
             ],
156
             ],
145
             episodeSets: [
157
             episodeSets: [
146
-                'play', 'miniatures', 'inspiration', 'home', 'jewelry', 'harmony', 'storytellers', 
158
+                'collectors', 'science', 'play', 'miniatures', 'inspiration', 'home', 'jewelry', 'harmony', 'storytellers', 
147
                 'democracy', 'identity', 'quilts', 'visionaries', 'california', 
159
                 'democracy', 'identity', 'quilts', 'visionaries', 'california', 
148
                 'neighbors', 'borders', 'nature', 'teachers', 'music', 
160
                 'neighbors', 'borders', 'nature', 'teachers', 'music', 
149
                 'celebration', 'service', 'industry', 'holiday', 'forge', 
161
                 'celebration', 'service', 'industry', 'holiday', 'forge', 
185
                         Object.keys(this.sortTypes)[0],
197
                         Object.keys(this.sortTypes)[0],
186
                         Object.keys(this.sortTypes)[1],
198
                         Object.keys(this.sortTypes)[1],
187
                         Object.keys(this.sortTypes)[3],
199
                         Object.keys(this.sortTypes)[3],
188
-                        Object.keys(this.sortTypes)[4],
200
+                        Object.keys(this.sortTypes)[6],
189
                         // `by ${this.type} type`,
201
                         // `by ${this.type} type`,
190
                     ]
202
                     ]
191
                     break
203
                     break
203
                     break
215
                     break
204
                 case 'post':
216
                 case 'post':
205
                     opts = [
217
                     opts = [
206
-                        Object.keys(this.sortTypes)[4],
218
+                        // Object.keys(this.sortTypes)[4],
207
                     ]
219
                     ]
208
                     break
220
                     break
209
                 case 'short':
221
                 case 'short':

Carregando…
Cancelar
Salvar