Joseph Caburnay
Joseph Caburnay
Too many lines of code being pushed in a webapp repo because of the css file in `dist` folder. `dist` folder in github repo is for free gh-pages hosting.
Can be useful for implementing computed values.
Apparently, the CLEAN PROMPT doesn't work in my machine. Basically, the ✔ symbol is not showing even though the repo is clean. I don't know if that is the case...
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines...
```js export function useAutofocus() { const comp = useComponent(); const ref = useRef("autofocus"); useEffect( (el) => { if (el) { el.focus(); } }, () => [ref.el] ); return ref; }...
### Describe the bug Navigate to the CSS Animations example and it won't render anything because it crashes with the following error: ``` eruda:8 Console was cleared eruda:8 TypeError: Cannot...
Steps to reproduce: 1. Open a session for the restaurant config. 2. Create an order without payment in 3 tables. 3. Return to the 3rd table and pay the order....
**Steps to reproduce** 1. Open restaurant. 2. In a different tab, delete the order in table 1. 3. In the opened restaurant, open table 1. 4. [ISSUE 1] the table...
## Commit 1 After paying an order in a table, the table isn't rendered to be "emtpy". In this change, we make sure that the order that makes a table...