akloeckner

Results 158 comments of akloeckner

I just found that the light is even turned on explicitly, here https://github.com/resoai/TileBoard/blob/b7da8bd85b1080dab28fb6f0c851159e9b76ab60/scripts/controllers/main.js#L832 . I believe this should either be removed or be overridable by an option. I'd prefer the...

Just to keep a record: #388 might be the first step to start from scratch as discussed in #313

You're right. There's nothing "disallowed", currently, :-) As example: Take the caching with `cacheInItem`. It expects a persistent `item` to use for caching. (And it's also used by `openPopup`.) This...

Shouldn't you be able to do exactly that in the config.js file? E.g. by building the config variable programmatically and iterating over the global states variable, instead of adding each...

Check this out: https://github.com/resoai/TileBoard/pull/264

> Please don't merge yet. Still figuring out if this is the best way to do it. Isn't there a "draft PR" feature for this situation?

My 50ct: Yes, please ignore my suggestions, if they are blocking improvement! If there is interest in advancing this, we should go with the usual spirit... Improve step by step...

As soon as #519 will be merged, you will be able to overwrite the default history popup layout. You can then add, e.g., an additional tile with custom `action` to...

Flexbox should be ok. I think, I started with that in the history tile (and popup). And I am the one with the old iPad. :-) I'll be happy to...

I also see your two options. We'd have a third option, too: 3. Use first option, plus, if `fullscreen === false`, do not show in fullscreen. That's what I'd regard...