@@ -124,50 +124,32 @@ export default {
124
124
<template >
125
125
<CoreScrollable >
126
126
<CoreNavPanel class =" flex flex-col gap-1" >
127
- <CoreLink v-if = " !mediumPlus " :to =" { path: '/docs/new ' }" class =" sidebar-link" >
127
+ <CoreLink :to =" { path: '/docs' }" class =" sidebar-link" >
128
128
<div class =" flex gap-3 items-center" >
129
- <CoreAsset type =" DocumentPlus" class =" w-5" />
130
- <span >New Doc</span >
131
- </div >
132
- </CoreLink >
133
- <CoreLink v-if =" !mediumPlus" :to =" { path: '/docs' }" class =" sidebar-link" >
134
- <div class =" flex gap-3 items-center" >
135
- <SearchIcon class =" w-5" />
129
+ <SearchIcon class =" sq-5" />
136
130
<span >Search</span >
137
131
</div >
138
132
</CoreLink >
139
133
<CoreLink :to =" { path: '/docs/f/untagged' }" class =" sidebar-link" >
140
- <InboxIcon class =" w -5" />
134
+ <InboxIcon class =" sq -5" />
141
135
<span class =" action flex flex-grow items-stretch justify-between ml-3" >
142
136
<span >Inbox</span >
143
137
<ModKKey class =" text-layer-muted" >U</ModKKey >
144
138
</span >
145
139
</CoreLink >
146
- <CoreLink v-if = " !mediumPlus " :to =" { path: '/notepad' }" class =" sidebar-link" >
140
+ <CoreLink :to =" { path: '/notepad' }" class =" sidebar-link" >
147
141
<div class =" flex gap-3 items-center" >
148
- <CoreAsset type =" Daily" class =" w -5" />
142
+ <CoreAsset type =" Daily" class =" sq -5" />
149
143
<span >Daily Notepad</span >
150
144
</div >
151
145
</CoreLink >
152
146
<CoreLink :to =" { path: '/workspaces' }" class =" sidebar-link" >
153
- <WorkspacesIcon class =" w -5" />
147
+ <WorkspacesIcon class =" sq -5" />
154
148
<span class =" action flex flex-grow items-stretch justify-between ml-3" >
155
149
<span class =" action" >Workspaces</span >
156
150
<ModKKey class =" text-layer-muted" >C</ModKKey >
157
151
</span >
158
152
</CoreLink >
159
- <CoreLink v-if =" !mediumPlus" :to =" { path: '/account' }" class =" sidebar-link" >
160
- <div class =" flex gap-3 items-center" >
161
- <AccountIcon class =" w-5" />
162
- <span >Account</span >
163
- </div >
164
- </CoreLink >
165
- <CoreLink v-if =" !mediumPlus" :to =" { path: '/settings' }" class =" sidebar-link" >
166
- <div class =" flex gap-3 items-center" >
167
- <SettingsIcon class =" w-5" />
168
- <span >Settings</span >
169
- </div >
170
- </CoreLink >
171
153
<CoreLink :to =" linkFeedback" class =" sidebar-link" >
172
154
<div class =" flex gap-3 items-center" >
173
155
<CoreAsset type =" Feedback" class =" sq-5" />
@@ -176,38 +158,50 @@ export default {
176
158
</CoreLink >
177
159
<div v-if =" experimentalFeaturesEnabled" >
178
160
<button class =" sidebar-link w-full" title =" Experimental" @click =" openFile" >
179
- <DocumentIcon class =" w -5" />
161
+ <DocumentIcon class =" sq -5" />
180
162
<span class =" action flex flex-grow items-center justify-between ml-3" >
181
163
<span >Open File</span >
182
164
<BeakerIcon class =" text-layer-muted w-5" />
183
165
</span >
184
166
</button >
185
167
</div >
186
168
<CoreLink v-if =" experimentalFeaturesEnabled" :to =" { path: '/assistant' }" class =" sidebar-link allow-link-active" >
187
- <CoreAsset type =" Logo" class =" w -5" />
169
+ <CoreAsset type =" Logo" class =" sq -5" />
188
170
<span class =" action flex flex-grow items-center justify-between ml-3" >
189
171
<span >Assistant</span >
190
172
<BeakerIcon class =" text-layer-muted w-5" />
191
173
</span >
192
174
</CoreLink >
193
175
<CoreLink v-if =" !firebaseDisabled && !user.id" :to =" { path: '/account' }" class =" sidebar-link text-brand" @click =" trackCta" >
194
- <SaveIcon class =" w -5" />
176
+ <SaveIcon class =" sq -5" />
195
177
<span class =" action flex flex-grow items-stretch justify-between ml-3" >
196
178
<span >Save Docs</span >
197
179
</span >
198
180
</CoreLink >
181
+ <CoreLink :to =" { path: '/settings' }" class =" sidebar-link" >
182
+ <div class =" flex gap-3 items-center" >
183
+ <SettingsIcon class =" sq-5" />
184
+ <span >Settings</span >
185
+ </div >
186
+ </CoreLink >
187
+ <CoreLink :to =" { path: '/account' }" class =" sidebar-link" >
188
+ <div class =" flex gap-3 items-center" >
189
+ <AccountIcon class =" sq-5" />
190
+ <span >Account</span >
191
+ </div >
192
+ </CoreLink >
199
193
</CoreNavPanel >
200
194
<CoreDivider />
201
195
<CoreNavPanel class =" flex flex-col gap-1" label =" Filters" >
202
196
<CoreLink :to =" { path: '/docs/f/tasks' }" class =" sidebar-link" >
203
- <CheckIcon class =" w -5" />
197
+ <CheckIcon class =" sq -5" />
204
198
<span class =" action flex flex-grow items-stretch justify-between ml-3" >
205
199
<span >Tasks</span >
206
200
<ModKKey class =" text-layer-muted" >T</ModKKey >
207
201
</span >
208
202
</CoreLink >
209
203
<CoreLink :to =" { path: '/docs/f/discarded' }" class =" sidebar-link" >
210
- <TrashIcon class =" w -5" />
204
+ <TrashIcon class =" sq -5" />
211
205
<span class =" action flex flex-grow items-stretch justify-between ml-3" >
212
206
<span >Discarded</span >
213
207
<ModKKey class =" text-layer-muted" >D</ModKKey >
@@ -230,7 +224,7 @@ export default {
230
224
<CoreDivider v-if =" contexts.length" />
231
225
<CoreNavPanel v-if =" contexts.length" class =" flex flex-col gap-1" label =" Workspaces" >
232
226
<button v-for =" workspace in contexts" :key =" workspace.id" class =" sidebar-link w-full" @click =" setContext(workspace)" >
233
- <WorkspaceIcon class =" w -5" />
227
+ <WorkspaceIcon class =" sq -5" />
234
228
<span class =" action flex flex-grow items-stretch justify-between ml-3" >
235
229
<span >{{ workspace.name }}</span >
236
230
</span >
@@ -239,7 +233,7 @@ export default {
239
233
<CoreDivider v-if =" tags.length" />
240
234
<CoreNavPanel v-if =" tags.length" class =" flex flex-col gap-1" label =" Tags" >
241
235
<CoreLink class =" sidebar-link md:hidden" :to =" { path: '/tags' }" >
242
- <TagIcon class =" w -5" />
236
+ <TagIcon class =" sq -5" />
243
237
<span class =" ml-3 flex-grow" >Tags</span >
244
238
</CoreLink >
245
239
<div v-if =" mediumPlus" class =" flex flex-col gap-1" >
@@ -249,13 +243,13 @@ export default {
249
243
<CoreDivider />
250
244
<CoreNavPanel class =" flex flex-col gap-1" label =" Policies" >
251
245
<CoreLink :to =" { path: '/privacy-policy' }" class =" sidebar-link" >
252
- <DocumentTextIcon class =" w -5" />
246
+ <DocumentTextIcon class =" sq -5" />
253
247
<span class =" action flex flex-grow items-stretch justify-between ml-3" >
254
248
<span >Privacy Policy</span >
255
249
</span >
256
250
</CoreLink >
257
251
<CoreLink :to =" { path: '/terms-and-conditions' }" class =" sidebar-link" >
258
- <DocumentTextIcon class =" w -5" />
252
+ <DocumentTextIcon class =" sq -5" />
259
253
<span class =" action flex flex-grow items-stretch justify-between ml-3" >
260
254
<span >Terms & ; Conditions</span >
261
255
</span >
0 commit comments