feat: translate sidebar elements + drawer
This shows an overlay when selecting an element. The next part is populating the drawer with actual content. I want to get feedback in the meantime, on whether the drawer is going in the right direction (even if I need tweaking the size and transition). Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
parent
f20587cf1f
commit
fff02c459b
2 changed files with 0 additions and 2 deletions
|
@ -12,7 +12,6 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
|||
|
||||
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
|
|
@ -4,7 +4,6 @@ SPDX-FileCopyrightText: 2024 André Jaenisch
|
|||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
|
||||
<script>
|
||||
import { locale } from 'svelte-i18n';
|
||||
import { computePosition, autoUpdate, offset, shift, flip, arrow } from '@floating-ui/dom';
|
||||
|
|
Loading…
Add table
Reference in a new issue