-
### As ...
P.D. - Plugin Developer
### I want ...
Add support for querystrings in NavMenuItems. You can add buttons and args/kwargs, but not querystrings thanks to PR2267
### So that ...
…
-
Add the functionality to allow urls to have parameters within them.
ex: `#!/user/23` The `user` is the page, and `23` is a parameter, not a new page.
To handle this a few things must be done:
The `p…
-
I think maybe we shouldn't to keep a simple schema, but we should do a big warning about this in the docs. We can do some crazy things with them:
```json
$ echo '{"data": {"_limit": 5}}' | http pu…
-
If you try and get a url that also includes a querystring then level-static will try and get the full document with the querystring from the database.
Is this intentional?
I can see use cases for …
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Fastify version
4.26.1
### Plugin versio…
wuahi updated
2 months ago
-
Been using HA for years and I'm not sure what I'm missing here but I can't even add anything to my Fusion views.
- Most of The options under "Add" don't do anything
- "Add View" works but then I c…
-
Node 6 changed the [`querystring.parse`](https://nodejs.org/docs/latest-v6.x/api/querystring.html#querystring_querystring_parse_str_sep_eq_options) to return an object whose `__proto__` property [no l…
-
Hey;
Just a quick question about the serialization for array query strings within fluxthis.
We're currently attempting to send an array via the `params` option of the ApiActionCreators.
Over th…
-
Currently `preact-routlet` does not support **querystrings** on the URL (e.g `/testpath?foo=bar&zzz=baz`). When adding them to a url, the router does not recognize the path.
It would be nice to im…
-
## Goal
- Cortex Docs and README should be up-to-date with latest changes
- Goal: by end-Monday, Cortex Docs are good enough to
- Goal: epics start with Docs first, and then once approved coding can…