Aleksanteri

Results 7 issues of Aleksanteri

Setting `options.replaceState = true` causes the atom to overwrite current path with `#{jotai_hash}`. I would think what it should instead write `previous/path#{jotai_hash}`. Current implementation does not work well in SPAs...

help wanted

Some example queries that use the `filterGroups` and other related options provided by the search endpoint would be helpful. Add documentation somewhere that if you want to do complex queries...

After cloning current repo and running `taito develop` ``` => ERROR [full-stack-template_full-stack-template-www 9/9] RUN npm run install-site 29.1s ------ > [full-stack-template_full-stack-template-www 9/9] RUN npm run install-site: #0 1.130 #0 1.130...

https://github.com/TaitoUnited/full-stack-template/blob/2f2dfff89f8de103e9748ae62f340724b6f10f0e/client/src/components/uikit/Buttons/types.ts#L17C3-L17C10 This should use the button onclick type from react aria.

https://github.com/TaitoUnited/full-stack-template/blob/c071d951aae7fba4210d1aae23d595c93ca663f2/client/src/components/feature-flags/FeatureFlagManager.tsx#L21 At least firefox on linux reports Control instead of Meta

This needs to be wrapped in `box-shadow: ;`, and moved to Wrapper, then add border-radius and overflow: hidden to Wrapper. This way modal children get correct border-radius. https://github.com/TaitoUnited/full-stack-template/blob/bcdc9c527ff1770dd03efb484f5dc5d2f3928d18/client/src/components/uikit/Modal/index.tsx#L130

### Provide a general summary of the issue here Using the first example in Modal documentation I noticed that if you do not copy the key-frames definition into css the...