Skip to content
#

JavaScript

javascript logo

JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.

Here are 670 public repositories matching this topic...

fiedl
fiedl commented May 8, 2017

I'm not sure if this is the right approach and maybe I've not understood this new part of the pipeline, yet, but:

Suppose, the major part of the app code lives inside a rails engine including all javascripts. And there are several main apps using that engine. The main apps only contain some layout changes and some minor patches.

Therefore, in order to integrate the webpacker gem into this se

chatwoot
iammattmartin
iammattmartin commented Jul 14, 2020

Is your enhancement request related to a problem? Please describe.
No

Describe the solution you'd like
A dark mode theme for the staff interface.

Describe alternatives you've considered
Can use alternative hacks but these often break notifications on some platforms.

Additional context
This would help with late night working whereas most OSs support dark mode for applic

plots2
You can’t perform that action at this time.