Skip to content
#

Electron

electron logo

Electron is a desktop application framework developed by GitHub and created by Cheng Zhao. It allows for the development of desktop applications using front- and back-end infrastructure such as HTML, CSS, and JavaScript.

Here are 9,838 public repositories matching this topic...

DocBouCou
DocBouCou commented Mar 13, 2021

Is your feature request related to a problem? Please describe.
I am using QInnerLoading a lot in my app, I think it is very convenient. I have a very common use case which is not directly covered by the component: I put a short explanation text under the spinner (e.g. "checking parameters...", "saving..." etc.).

Describe the solution you'd like
A direct solution would be to add optio

theia
hackerkid
hackerkid commented Jun 3, 2021

The following assert in dispatch.js should be replaced with assert.equal. assert being present there instead of assert.equal is a bug.

 {
        event = event_fixtures.update_display_settings__default_view_all_messages;
        page_params.default_view = "recent_topics";
        dispatch(event);
        assert(page_params.default_view, "all_messages");
    }
Kap
responsively-app
geiras
geiras commented May 7, 2021

🚀 Feature Request

📝 Description

When debugging mobile views, it's important to understand the cursor target size and simulate, as much as possible, the native behaviour of touchscreens.

Describe the solution you'd like

I believe that it makes sense to emulate as much as possible the real behaviour of pointing devices.
My suggestion is to allow the user to define what is the pr

Created by GitHub

Released July 15, 2013

Latest release 2 days ago

Repository
electron/electron
Website
electronjs.org
Wikipedia
Wikipedia

Related Topics

electron-app electron-application