-
### Overview
Review all components in`./src/components/parts/boxes/TitledBox.js` and replace all standard HTML components with applicable MUI components.
### Action Items
- [ ] Review components …
-
### Overview
Review all components in`./src/components/parts/form/ValidatedTextField.js` and replace all standard HTML components with applicable MUI components.
### Action Items
- [ ] Review com…
-
## TL;DR; ⏲️
* Should we adopt a naming convention for component names in UX packages and documentation? If so, which one?
* Should all component names be case-sensitive?
## Context 🔠
While …
-
Review and improve the accessibility of the components, ensuring they meet WCAG guidelines.
This issue's scope should be focused on making sure components render with appropriate semantic HTML attr…
-
### Overview
Review all components in`./src/components/dashboard/AddTeamMember.js` and replace all standard HTML components with applicable MUI components.
### Action Items
- [ ] Review component…
-
- Code Connect CLI version: 1.2.0
Apologies if I am missing something obvious, but I'm encountering an issue when using the HTML implementation for a Vue component library. While I understand that…
-
Hi =)
We would like to allow people to download the `PDF`, but not the source `ipynb` file. Is that possible using a config, or doable as a feature request?
Thanks!
-
What are you building with SQLPage ?
A link sharing tool
What is your problem ? A description of the problem, not the solution you are proposing.
I am using `htmx` to add interactivity to som…
-
## Remove inline HTML in API components
### Description
We should not be using inline HTML in Astro components. We should be using the existing components for since, deprecated, etc.
Example u…
-
Well… My ideas go beyond anything right now 😄
try to reuse as much functionallity as possible from [phoenix live view](https://hexdocs.pm/phoenix_live_view)
```elixir
defmodule MyCLI do
use…