Per Bothner

Results 363 comments of Per Bothner

I suspect you're not actually using the `dev` branch. The clue is you didn't run into any problem, errors, or dealing with API changes ... plus of course the fact...

This is what it should like in the Inspector with the `dev` branch, wiyh two movable components. Note there is a `lm_goldenlayout` element which manages the component hieracy. There is...

You need to`npm run build:bundles` to bundle the JavaScript and `npm run build:styles` for the CSS. What you need should be in the `dist` sub-directory.

I don't much much about node/npm or how to make node_modules. I don't use them more than I have to.

> I must assume a lot of apis and the config has changed from the master branch? Yes. Simple configurations might work as-is but I wouldn't count on it. There...

Have you tried the `master` or `dev` branches? Both are written in TypeScript and do not use jquery.

It's not quite abandoned, but it is very inactive. I am personally only interested in working on the `dev` branch., but even that is a low priority for me: I'm...

> It sounds like (time permitted), a release from the dev branch would go a long way - perhaps as a pre-release on npm. Well, I'm not going to do...

A "stack" in GL is a collection of one or more tabs, each containing a single component. Stacks (and tabs) are still available, in both the master and dev branches....

> Can I drag a tab between separate divs on a page where each div is a GL instance? Yes, if you use the `dev` branch, which uses (by default)...