feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 68cf0e30ce - Show all commits

View File

@ -16,7 +16,7 @@
}}
</message>
<dl class="shortcut-project">
<dl class="shortcut-list">
konrad marked this conversation as resolved Outdated

This is a list of shortcuts. Not a project.

This is a list of shortcuts. Not a project.

Most definitley. Fixed.

Most definitley. Fixed.
<template v-for="(sc, si) in s.shortcuts" :key="si">
<dt class="shortcut-title">{{ $t(sc.title) }}</dt>
<shortcut
@ -58,7 +58,7 @@ function close() {
padding: .75rem;
}
.shortcut-project {
.shortcut-list {
konrad marked this conversation as resolved Outdated

Same here

Same here
display: grid;
grid-template-columns: 2fr 1fr;
}