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:
André Jaenisch 2024-06-30 16:41:31 +02:00
parent f20587cf1f
commit fff02c459b
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854
2 changed files with 0 additions and 2 deletions

View file

@ -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>

View file

@ -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';