Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Vite #34

Draft
wants to merge 122 commits into
base: master
Choose a base branch
from
Draft

Vite #34

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
122 commits
Select commit Hold shift + click to select a range
5532fea
add default file nesting
lishaduck Dec 23, 2022
507b0ee
feat: js and eslint configs
lishaduck Dec 23, 2022
4effa33
add note to eslintrc
lishaduck Dec 23, 2022
09f0772
move modules to /modules
lishaduck Dec 23, 2022
a7ecfc0
feat(linting): set up eslint with prettier
lishaduck Dec 23, 2022
26a2dfb
fix: eslint errors
lishaduck Dec 23, 2022
7d9745c
feat(tooling): add cspell and commitlint
lishaduck Dec 23, 2022
a20900b
feat(tooling): add curly rule to eslint
lishaduck Dec 23, 2022
30fee03
Configure vite
lishaduck Dec 23, 2022
2415d0d
refactor: remove serviceWorker.ts
lishaduck Dec 23, 2022
82c17a2
feat: build using vite for production
lishaduck Dec 23, 2022
46dfe74
feat: add base
lishaduck Dec 23, 2022
6f208d7
fix: gitignore the dev server
lishaduck Dec 23, 2022
4b725b5
refactor: move pwa stuff
lishaduck Dec 24, 2022
9d6ddcf
feat: add sitemap.xml
lishaduck Dec 24, 2022
7396874
fix: eslint w/ typescript
lishaduck Dec 24, 2022
31f07fa
remove unused code in main.ts
lishaduck Dec 24, 2022
7726258
type canvas.ts
lishaduck Dec 24, 2022
227dfc6
fix: link in index.html
lishaduck Dec 24, 2022
241ec3a
style: add spacing to style.css
lishaduck Dec 24, 2022
4a031dc
fix: package.json, tsconfig.json
lishaduck Dec 24, 2022
682218d
feat(tooling): add more recommended extensions
lishaduck Dec 24, 2022
5f79e14
feat(tooling): add JSDoc linting
lishaduck Dec 24, 2022
e83f787
fix(TS): typings in canvas
lishaduck Dec 24, 2022
a9db7b5
feat(testing): vitest
lishaduck Dec 24, 2022
e7c94de
feat(testing): add a snapshot test
lishaduck Dec 24, 2022
735d97c
fix: issues with html
lishaduck Dec 24, 2022
dd23d89
feat: add typings and documentation
lishaduck Dec 24, 2022
d5b6a92
fix: add words to cspell
lishaduck Dec 24, 2022
694a161
remove unused fields in tsconfig
lishaduck Dec 24, 2022
d654c7a
fix: imports for vite.config.ts
lishaduck Dec 24, 2022
54ba0b7
fix: add more words to project-words
lishaduck Dec 24, 2022
1f535e1
feat(tooling): add switch-exhaustiveness-check
lishaduck Dec 24, 2022
7e7ec35
fix: re-add styles
lishaduck Dec 24, 2022
acb27cc
fix: styles
lishaduck Dec 24, 2022
dde8866
fix: remove unused tsconfig rules
lishaduck Dec 28, 2022
c1b8df3
fix: add more words to project-words
lishaduck Dec 28, 2022
ce1957c
deps: bump deps
lishaduck Dec 28, 2022
17f20aa
Update README.md
lishaduck Dec 30, 2022
3502b8c
fix: curve prettier badge
lishaduck Dec 30, 2022
eb86831
Merge branch 'master' into vite
lishaduck Dec 31, 2022
ac2330e
fix(docs): update the plan-of-work log
lishaduck Jan 1, 2023
4528a18
fix: file nesting
lishaduck Jan 2, 2023
ea69f30
fix: documentation
lishaduck Dec 31, 2022
3b19973
fix: cspell errors
lishaduck Dec 31, 2022
81fc02a
feat: add testing for file nesting
lishaduck Dec 31, 2022
dd8265c
fix: libs and triple-slash-references.
lishaduck Jan 3, 2023
71bb12a
fix: eslint errors in tests
lishaduck Jan 3, 2023
ff8817c
fix: settings merge
lishaduck Jan 3, 2023
c898630
fix: TSDoc
lishaduck Jan 3, 2023
a648150
chore(deps): add dev-deps
lishaduck Jan 3, 2023
3181f73
feat: markdownlint
lishaduck Jan 3, 2023
398cd5a
feat: commitlint
lishaduck Jan 3, 2023
2ea01cf
fix: spelling, grammar, etc.
lishaduck Jan 3, 2023
a3715e6
fix: cspell
lishaduck Jan 3, 2023
d40faa4
fix: remove importmap
lishaduck Jan 3, 2023
73647e3
fix: file-nesting
lishaduck Jan 3, 2023
0b4d5e4
feat: add run-pty
lishaduck Jan 3, 2023
188da01
fix: remove standard in eslint
lishaduck Jan 3, 2023
5f1d780
chore(deps): bump indirect
lishaduck Jan 3, 2023
0e1f667
feat: update CODEOWNERS
lishaduck Jan 4, 2023
fb82a6a
feat(docs): add sources
lishaduck Jan 4, 2023
03baf2b
fix: spelling
lishaduck Jan 5, 2023
02126e5
Update CODEOWNERS
lishaduck Jan 9, 2023
41798cb
fix: finish types
lishaduck Jan 12, 2023
75669ab
fix: work on global state issues
lishaduck Jan 13, 2023
9d9f1e1
fix: css
lishaduck Jan 13, 2023
c54d9fd
chore(deps): bump indirect
lishaduck Jan 13, 2023
40a8b52
feat: proof-of-concept CI pipeline
lishaduck Jan 13, 2023
f9df888
chore(deps): bump indirect
lishaduck Jan 13, 2023
85a4308
Merge branch 'master' into vite
lishaduck Jan 13, 2023
e0de91b
feat: add lighthouse
lishaduck Jan 13, 2023
307d63f
fix: installed commitlint version
lishaduck Jan 13, 2023
d5adf20
fix: some minor ci issues
lishaduck Jan 13, 2023
c06b68a
fix: rename some jobs
lishaduck Jan 13, 2023
95a600f
Update dependabot.yml
lishaduck Jan 13, 2023
8522cfd
fix: add notes on the work log
lishaduck Jan 13, 2023
67bacb3
feat: add more linting
lishaduck Jan 14, 2023
38b1674
style: reformat dependabot.yml and styles.css
lishaduck Jan 14, 2023
ee76a76
feat: add mega-linter to CI
lishaduck Jan 14, 2023
9998d3f
fix: stylelint and htmlhint errors
lishaduck Jan 14, 2023
5b0ec66
feat: add jsonlint config
lishaduck Jan 14, 2023
3e7ffdd
fix: remove linters
lishaduck Jan 14, 2023
932f85d
fix: comment out broken configs
lishaduck Jan 14, 2023
e0d202f
chore(deps): bump
lishaduck Jan 15, 2023
b51489a
fix: commitlint
lishaduck Jan 15, 2023
3158592
feat: reorganize src
lishaduck Jan 15, 2023
9c8e621
feat: add sass
lishaduck Jan 15, 2023
39214d3
fix: add new stuff to file nesting
lishaduck Jan 17, 2023
5cae9d9
feat: add scss
lishaduck Jan 17, 2023
5461da1
feat: update css
lishaduck Jan 19, 2023
3d2328f
Merge branch 'master' into vite
lishaduck Jan 20, 2023
b571bc8
WIP: state
lishaduck Feb 4, 2023
d46eda4
Merge branch 'master' into vite
lishaduck Feb 4, 2023
049d3c6
fix: prettier, a bit
lishaduck Feb 4, 2023
5fe06fe
revert: ts to js-ish
Ash-Greninja101 Feb 16, 2023
a443ea0
ci: editorconfig
lishaduck Feb 16, 2023
340f1bf
fix: cspell?
lishaduck Feb 16, 2023
9c8465d
ci: stylelint
lishaduck Feb 16, 2023
3c1d1d8
ci: css
lishaduck Feb 16, 2023
a689c03
ci: missing deps
lishaduck Feb 16, 2023
a953ab5
ci: missing deps
lishaduck Feb 16, 2023
353fa23
fix: eslint
lishaduck Feb 4, 2023
a211691
Pending changes exported from your codespace
lishaduck Feb 9, 2023
e63629a
ci: scss
lishaduck Feb 16, 2023
3221264
feat: use vite-plugin-virtual-mpa
lishaduck Feb 14, 2023
db72f17
chore(deps): bump
lishaduck Feb 14, 2023
f3ca791
fix: vendor properties
Ash-Greninja101 Feb 16, 2023
fcec899
fix: megalinter?
lishaduck Feb 17, 2023
3feb9e3
ci: pin
lishaduck Feb 17, 2023
eb9cdaf
chore(deps): bump transitive
lishaduck Feb 17, 2023
7f6aa69
chore(deps): bump direct
lishaduck Feb 17, 2023
0576bbd
ci: rename eslint to linting becuase megalinter runs eslint now
lishaduck Feb 17, 2023
c33468d
Fix: menu button work and alignment issue fixed
Ash-Greninja101 Feb 18, 2023
4e17ced
Merge branch 'button' into vite
Ash-Greninja101 Feb 21, 2023
43864a6
fix: stuff
Ash-Greninja101 Feb 21, 2023
ceee7ff
revert to original
Ash-Greninja101 Feb 21, 2023
1690221
format
Ash-Greninja101 Feb 21, 2023
58c7153
fix: button can be pressed
Ash-Greninja101 Feb 21, 2023
15dc59b
feat: pretty much everything.
Ash-Greninja101 Mar 16, 2023
e0ff19f
fix: rename `home.html` to `index`.
Ash-Greninja101 Mar 16, 2023
940c993
fix: css
lishaduck 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
84 changes: 0 additions & 84 deletions .all-contributorsrc

This file was deleted.

11 changes: 0 additions & 11 deletions .editorconfig

This file was deleted.

15 changes: 0 additions & 15 deletions .github/CODEOWNERS

This file was deleted.

13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/static.yml

This file was deleted.

145 changes: 1 addition & 144 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,145 +1,2 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
dev-dist/
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix
16 changes: 0 additions & 16 deletions .prettierc

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

20 changes: 0 additions & 20 deletions .vscode/extensions.json

This file was deleted.

10 changes: 0 additions & 10 deletions .vscode/launch.json

This file was deleted.

9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

Loading