Romel Perez

Results 26 issues of Romel Perez

The Arwes project needs to have a design specification for the user interfaces and the user experience to share across all projects built in the project, such as the UI...

package: theme
complexity: high
app: playground
app: website
type: ui/ux design
priority: high

Add a provider component to provide the Arwes core components theme interface. - [x] Add `ArwesThemeProvider` component. - [x] Add default theme palette with primary and secondary colors as cyan...

complexity: medium
type: feature
package: core

**RELATES TO #85** ---- The `Text` component uses `useLayoutEffect` hook to check the text data for the transition animations. Though it still works for server-side rendering, React compilation throws an...

complexity: high
type: refactor
package: core
priority: low

The project should provide a free sounds starter package for an average Arwes application. This would be the same sounds used for the website application and playground sandboxes. > Since...

complexity: medium
type: feature
app: playground
app: website
type: ui/ux design
type: sound design
package: core
priority: low

Create frames components variations. See: http://augmented-ui.com/ ## Base Components ### `FrameSVG` - [x] Add `assemble` bleep on transitions. - [x] Add `palette: string` prop to set visual design. - [x]...

complexity: medium
type: feature
package: core
priority: high

**RELATED TO #88** ---- The `Table` component has some issues in performance and accessibility when animations are executed. - [ ] Update animations to use CSS opacity and transforms as...

type: bug
type: enhancement
complexity: medium
type: refactor
package: core
priority: low

Core components do not support internal elements styles extension. To properly customize components, a simple way to extend elements styles is required. A possible approach could be to provide a...

complexity: high
type: feature
package: core
priority: low

Add a selection of options components with support for browser options and custom options panel. - [ ] Add `Select` component. - [ ] Allow custom content. - [ ]...

type: feature
package: core
priority: high

**RELATES TO #100 #134** ---- The `Button` component creates an HTML `button` element container that needs events to handle actions. There is no support to create the button as a...

type: feature
package: core
priority: low

**RELATES TO #90** ---- When `LoadingBars` component animator mounts/unmounts, sometimes the component gets invisible or it does not appear at all if `determinate` is enabled. It usually happens when the...

type: bug
package: core
priority: low