Skip to content
#

Svelte

svelte logo

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.

Here are 2,532 public repositories matching this topic...

storybook
paulathevalley
paulathevalley commented Feb 23, 2021

Describe the bug
When applying a dark theme to the Docs page, the table still has white and light gray background colors. This obviously ruins the readability of the table as the text color is also a light gray. There is a hardcoded background-color: white; value applied to the table tr element.

To Reproduce
Steps to reproduce the behavior:

  1. Use a dark theme for the docs page
tsparticles
j3rem1e
j3rem1e commented Jan 8, 2020

The various popup shown can be placed outside the viewport, making them hard to view/use.

For example, a tooltip can be partially hidden if the activator is in the right of the screen, or a menu can be longer than the viewport height.

Smelte should probably provides utils to position popup on the viewport.

(by the way, thanks for your work, smelte is great :)

LibreLingo
dmitrydvornichenko
dmitrydvornichenko commented Apr 16, 2020

Is your feature request related to a problem? Please describe.
Hello team.
I have a task to deploy a tiny and cute frontend, which will distribute wg configs for users of our organization. I decided to use your package, because it is 100% suitable.
We use dedicated server as a wg endpoint (VyOS cluster on vrrp), so I don't need to create peers from UI. I am populating config.json by ansible

Mlocik97
Mlocik97 commented Feb 20, 2021

Is your feature request related to a problem? Please describe.
Now I need to write svelte.showCompiledCodeToSide command everytime I switch to another file to be able to see compiled code of that file.

Describe the solution you'd like
When I open compiled version of code by svelte.showCompiledCodeToSide command, it would be nice if it would automatically change that compiled versi

iampaulmata
iampaulmata commented Nov 17, 2020

I use a custom transition when going from/to my intro/outro scene to my live scene, but use the standard fade transition when live to switch between different scenes that have different camera views. I need to be able to select which transition I want to use before executing a scene change. According to the websocket documentation, it should be possible to show the available transitions in the web

Created by Rich Harris

Released November 2016

Repository
sveltejs/svelte
Website
svelte.dev
Wikipedia
Wikipedia

Related Topics

angular react vue