C-Bass

Results 390 comments of C-Bass

I noticed that your btnReload forces a full reload of the page but doesn't give any indication on the backend that this button has been pressed, so we don't have...

I'm looking to do the same. Do you have to maintain your own fork in order to use your customized version?

@dmitrybubyakin Thank you for the links. It's all a bit confusing though, since S3 with private links is a fairly popular usage case it would be nice if you could...

I was already using a custom url generator so I just added this conditional to it and it works ``` public function getUrl(): string { if (substr($_SERVER['REQUEST_URI'], 0, strlen('/nova')) ===...

@coroo any update? I also want to display a resource-specific chart on the detail page So for example on the user detail page, I want to display a chart of...

Would love to see this added too.. in the meantime have you figured out a workaround @cord ?

I was able to add this by generating a custom theme and adding this bit of css ``` .top_level ul li ul li { margin-left: 5px; } ```

@milewski this package is widely used. I've built on top of it a lot for many projects. I feel like if it's simple to upgrade to Nova V4.. and judging...

@workupsrl @rklugman @marispro I see that all three of you forked this package and attempted to add support for Nova V4. I tried all of your forks, and while they...

also, I can't seem to get `1.13` to be installed even with `code-push 3.0.1` Even though my `package.json` says `"cordova-plugin-code-push": "^1.13.0",`, when I do `cordova plugin add cordova-plugin-code-push` it always...