brutalism icon indicating copy to clipboard operation
brutalism copied to clipboard

Battleaxe's component library for Adobe CEP panels

Results 24 brutalism issues
Sort by recently updated
recently updated
newest added

Noticeably because of the difference between Browser and Adobe context (browser is better at 12px, default Adobe context is 10px) and because IDSN has a higher retina UI scaling than...

enhancement

Should create a new event detecting mousewheel scroll (input only) and increment accordingly with the same modifier key functions as scrubbing, since other apps (PS/AE) with these elements do this...

enhancement

On [this line](https://github.com/battleaxedotco/brutalism/blob/92b417c828af324ec5fca86e878cb6b8ecba6370/components/Panel/Panel.vue#L93), if `debug` is set to the default value `false`, this line will clear all console messages prior to the point the Panel component is mounted. As a...

Should make space for an error message, if not replace the Label and allow Inputs to have specific validation rules -- for things like email, passwords, custom regex or conditions....

enhancement

Similar to style mixins, it would be nice to have custom class props like so: ```html Click me ``` I've found myself manually setting the style attribute of certain components...

enhancement

Add a `download` prop with a URL string to prompt instant download of particular file, either into app memory and returned on an `@download` event or automatically saved to an...

enhancement

> brutalism button idea: when using the copy property, can you fire a tooltip that confirms that a copy has been done? Shouldn't need to add any more HTML elements,...

enhancement

Since the default control modifier step is `0.1` and `lazy` doesn't validate the input value, it doesn't clamp or use `Math.floor` and can turn values like `29.97` into `32.4699999999907` by...

bug

Leaving this here so I don't forget to fix it. To recreate,[ open the API and click on a few tabs.](https://xenodochial-knuth-23208d.netlify.app/#/) Notice that when you press browser forward/back, the routes...

enhancement

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea Should have props to specify things like `autocapitalize`, `autofocus`, `maxlength`, `minlength` and etc.

enhancement