|
168 | 168 | </div> |
169 | 169 | </div> |
170 | 170 |
|
171 | | - <!-- Analytics --> |
| 171 | + <%# Analytics section hidden for now |
172 | 172 | <div class="px-4 mb-4"> |
173 | 173 | <button @click="toggle('analyticsOpen')" class="flex items-center justify-between w-full px-4 py-2 text-xs font-semibold text-gray-400 uppercase tracking-wider hover:text-gray-300 transition-colors"> |
174 | 174 | <span>Analytics</span> |
|
178 | 178 | </button> |
179 | 179 |
|
180 | 180 | <div x-show="analyticsOpen" x-collapse> |
181 | | - <%= link_to site_admin_analytics_path, id: "tour-analytics", class: "flex items-center px-4 py-2 rounded-lg hover:bg-gray-700 #{request.path.start_with?('/site_admin/analytics') ? 'bg-gray-700' : ''}" do %> |
| 181 | + link_to site_admin_analytics_path, id: "tour-analytics", class: "flex items-center px-4 py-2 rounded-lg hover:bg-gray-700 #{request.path.start_with?('/site_admin/analytics') ? 'bg-gray-700' : ''}" do |
182 | 182 | <svg class="w-5 h-5 mr-3" fill="currentColor" viewBox="0 0 20 20"> |
183 | 183 | <path d="M2 11a1 1 0 011-1h2a1 1 0 011 1v5a1 1 0 01-1 1H3a1 1 0 01-1-1v-5zM8 7a1 1 0 011-1h2a1 1 0 011 1v9a1 1 0 01-1 1H9a1 1 0 01-1-1V7zM14 4a1 1 0 011-1h2a1 1 0 011 1v12a1 1 0 01-1 1h-2a1 1 0 01-1-1V4z"></path> |
184 | 184 | </svg> |
185 | 185 | <span>Analytics</span> |
186 | | - <% end %> |
| 186 | + end |
187 | 187 |
|
188 | | - <%= link_to site_admin_activity_logs_path, id: "tour-activity", class: "flex items-center px-4 py-2 rounded-lg hover:bg-gray-700 #{request.path.start_with?('/site_admin/activity_logs') ? 'bg-gray-700' : ''}" do %> |
| 188 | + link_to site_admin_activity_logs_path, id: "tour-activity", class: "flex items-center px-4 py-2 rounded-lg hover:bg-gray-700 #{request.path.start_with?('/site_admin/activity_logs') ? 'bg-gray-700' : ''}" do |
189 | 189 | <svg class="w-5 h-5 mr-3" fill="currentColor" viewBox="0 0 20 20"> |
190 | 190 | <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" clip-rule="evenodd"></path> |
191 | 191 | </svg> |
192 | 192 | <span>Activity Logs</span> |
193 | | - <% end %> |
| 193 | + end |
194 | 194 | </div> |
195 | 195 | </div> |
| 196 | + %> |
196 | 197 |
|
197 | 198 | <!-- Settings --> |
198 | 199 | <div id="tour-settings-section" class="px-4 mb-4"> |
|
277 | 278 | <span>Storage</span> |
278 | 279 | <% end %> |
279 | 280 |
|
280 | | - <%= link_to site_admin_onboarding_path, id: "tour-onboarding", class: "flex items-center px-4 py-2 rounded-lg hover:bg-gray-700 #{request.path.start_with?('/site_admin/onboarding') ? 'bg-gray-700' : ''}" do %> |
| 281 | + <%# Setup Wizard hidden for now |
| 282 | + link_to site_admin_onboarding_path, id: "tour-onboarding", class: "flex items-center px-4 py-2 rounded-lg hover:bg-gray-700 #{request.path.start_with?('/site_admin/onboarding') ? 'bg-gray-700' : ''}" do |
281 | 283 | <svg class="w-5 h-5 mr-3" fill="currentColor" viewBox="0 0 20 20"> |
282 | 284 | <path fill-rule="evenodd" d="M6.267 3.455a3.066 3.066 0 001.745-.723 3.066 3.066 0 013.976 0 3.066 3.066 0 001.745.723 3.066 3.066 0 012.812 2.812c.051.643.304 1.254.723 1.745a3.066 3.066 0 010 3.976 3.066 3.066 0 00-.723 1.745 3.066 3.066 0 01-2.812 2.812 3.066 3.066 0 00-1.745.723 3.066 3.066 0 01-3.976 0 3.066 3.066 0 00-1.745-.723 3.066 3.066 0 01-2.812-2.812 3.066 3.066 0 00-.723-1.745 3.066 3.066 0 010-3.976 3.066 3.066 0 00.723-1.745 3.066 3.066 0 012.812-2.812zm7.44 5.252a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"></path> |
283 | 285 | </svg> |
284 | 286 | <span>Setup Wizard</span> |
285 | | - <% end %> |
| 287 | + end |
| 288 | + %> |
286 | 289 |
|
287 | 290 | <%= link_to site_admin_support_tickets_path, id: "tour-support", class: "flex items-center px-4 py-2 rounded-lg hover:bg-gray-700 #{request.path.start_with?('/site_admin/support_tickets') ? 'bg-gray-700' : ''}" do %> |
288 | 291 | <svg class="w-5 h-5 mr-3" fill="currentColor" viewBox="0 0 20 20"> |
|
293 | 296 | </div> |
294 | 297 | </div> |
295 | 298 |
|
296 | | - <!-- Site Design --> |
| 299 | + <!-- Site Content --> |
297 | 300 | <div id="tour-site-design-section" class="px-4 mb-4"> |
298 | 301 | <button @click="toggle('siteDesignOpen')" class="flex items-center justify-between w-full px-4 py-2 text-xs font-semibold text-gray-400 uppercase tracking-wider hover:text-gray-300 transition-colors"> |
299 | | - <span>Site Design</span> |
| 302 | + <span>Site Content</span> |
300 | 303 | <svg class="w-4 h-4 transition-transform duration-200" :class="siteDesignOpen ? 'rotate-0' : '-rotate-90'" fill="currentColor" viewBox="0 0 20 20"> |
301 | 304 | <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> |
302 | 305 | </svg> |
|
358 | 361 | </div> |
359 | 362 | </div> |
360 | 363 |
|
361 | | - <!-- Take a Tour Button --> |
| 364 | + <%# Take a Tour Button - hidden for now |
362 | 365 | <div class="px-4 mt-4 pt-4 border-t border-gray-700"> |
363 | 366 | <button id="start-tour-btn" class="flex items-center w-full px-4 py-2 rounded-lg text-blue-400 hover:bg-gray-700 hover:text-blue-300 transition-colors"> |
364 | 367 | <svg class="w-5 h-5 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24"> |
|
367 | 370 | <span>Take a Tour</span> |
368 | 371 | </button> |
369 | 372 | </div> |
| 373 | + %> |
370 | 374 | </nav> |
371 | 375 | </div> |
372 | 376 | </aside> |
0 commit comments