Anthony O'Brien

Results 6 issues of Anthony O'Brien

This will make the package more lightweight for wally users and easier to maintain. People who don't use a package manager can download a rbxm/zip from the github releases page...

Type: Enhancement
Scope: Core
Priority: Low

I propose the other icons should smoothly fill the void space when an Icon is deleted, in a similar way to how they move when an Icon is created or...

Type: Bug
Scope: Core
Priority: Low

The animation could be smoother, with the text only becoming visible once it is in the right position. This animation is done well on the old style UI. https://github.com/1ForeverHD/TopbarPlus/assets/129159900/85f4323b-b6af-4695-9720-ee5fe815c116

Type: Bug
Scope: Core
Priority: Low

We are able to use UseSpringsApi but UseSpringApi is not exposed. Is this for a reason? e.g. ```luau api: ReactSpring.UseSpringApi ```

In all examples in the docs, executor functions never return after a `resolve()`. Someone new to promises would be forgiven for thinking this is not needed. However, it is sometimes...