Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Todomvc preact 02 #108

Merged
merged 42 commits into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
f482f2f
speedometer updates
flashdesignory Mar 14, 2023
9323a4d
update versions
flashdesignory Mar 14, 2023
9bfc236
build after package.json updates
flashdesignory Mar 14, 2023
67fe080
rollup cleanup
flashdesignory Mar 14, 2023
286bdb0
add eslintrc
flashdesignory Mar 15, 2023
ba27f81
format
flashdesignory Mar 15, 2023
6483f2d
initial cleanup
flashdesignory Mar 15, 2023
025a3f1
remove utils
flashdesignory Mar 15, 2023
3e9fbe9
model cleanup
flashdesignory Mar 15, 2023
928451f
footer functional component
flashdesignory Mar 15, 2023
220c8e4
enter
flashdesignory Mar 15, 2023
7394fb9
rename methods
flashdesignory Mar 15, 2023
d20651f
remove console log
flashdesignory Mar 15, 2023
2f0a133
more cleanup
flashdesignory Mar 15, 2023
d4b6976
cleanup item
flashdesignory Mar 15, 2023
2283b44
change vars
flashdesignory Mar 15, 2023
779dac1
item input
flashdesignory Mar 15, 2023
e01cce6
app input
flashdesignory Mar 15, 2023
8bc383e
use a header
flashdesignory Mar 15, 2023
e2be5dc
item function component
flashdesignory Mar 15, 2023
ca44fb3
small cleanup in item
flashdesignory Mar 15, 2023
757c62f
move route out
flashdesignory Mar 15, 2023
719b760
small cleanup app
flashdesignory Mar 15, 2023
c7817ec
footer props
flashdesignory Mar 15, 2023
a2e770e
app functional
flashdesignory Mar 15, 2023
a665e41
format
flashdesignory Mar 15, 2023
962785b
ignore prettier line
flashdesignory Mar 15, 2023
4a111d9
run build after format
flashdesignory Mar 15, 2023
6f97e0e
update submit
flashdesignory Mar 15, 2023
f5e2980
merged main
flashdesignory Mar 16, 2023
f2b6d8b
run build
flashdesignory Mar 16, 2023
2511dba
format
flashdesignory Mar 16, 2023
a606528
pr feedback
flashdesignory Mar 16, 2023
5a1e81d
use useRef
flashdesignory Mar 16, 2023
367a7ab
add label for input
flashdesignory Mar 16, 2023
2df2c08
Merge branch 'main' into todomvc-preact-02
flashdesignory Mar 16, 2023
997fd0b
Enter
flashdesignory Mar 16, 2023
057fb66
clean up html
flashdesignory Mar 16, 2023
6ca62d2
Merge branch 'main' into todomvc-preact-02
flashdesignory Mar 16, 2023
d196164
update ignore files
flashdesignory Mar 16, 2023
0f6a97d
format
flashdesignory Mar 16, 2023
cce5b68
merge main
flashdesignory Mar 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions resources/todomvc/architecture-examples/preact/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": ["eslint:recommended", "plugin:react/recommended"],
"rules": {
"no-extra-parens": 0,
"react/react-in-jsx-scope": 0,
"react/no-unknown-property": 0,
"react/prop-types": 0
// "react/jsx-max-props-per-line": [1, { "maximum": 2 }]
}
bgrins marked this conversation as resolved.
Show resolved Hide resolved
}
3 changes: 2 additions & 1 deletion resources/todomvc/architecture-examples/preact/dist/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading