Kolja

Results 7 issues of Kolja

Great idea, but maybe one feature is missing: The possibility to set more than one custom layout. I would like to have a desktop, a tablet and a mobile resolution...

good first issue
feature-request

If javascript is switched off, there is no content on any page.

My `Login.svelte`Modal starts like this: ```html import { getContext } from 'svelte'; const { close } = getContext('simple-modal'); export let title: string; export let callbackFCN = (value: boolean) => {};...

improvement

Hi there I can't install the app on a fresh NC 18, running on a normal webspace (no root access) There are this message: "`Es ist ein Fehler bei der...

stale

My system: Ubuntu 20, VSC 1.57.1 My settings.json: ``` "ego.power-tools": { "buttons": [ { "text": "Gist-Settings", "tooltip": "Upload Settings to Gist", "action": { "type": "command", "command": "extension.updateSettings" } }, {...

I cloned the repo, installed in the example folder all dependencies with composer and pnpm. Installed and start PHP with brew, stated the dev server. Root page woks well, but...

One way to solve, use text-stroke instead of font-weight: ```css ._6ff7c9c4f4683653-ribbonTitlePanel ._6ff7c9c4f4683653-tabHeader:hover { (-) font-weight: 700; (+) -webkit-text-stroke: .65px black; } ```