Rewriting board #79

Closed
thepaperpilot wants to merge 0 commits from thepaperpilot/Profectus:feat/board-rewrite into main
Collaborator
#72 https://code.incremental.social/profectus/profectus-docs/pulls/13
thepaperpilot added 12 commits 2024-03-12 20:18:15 +00:00
escapee approved these changes 2024-11-26 22:08:32 +00:00
escapee left a comment
Collaborator

Currently looks like these'll take a good chunk of manual work to build up whatever utilities around boards you're looking for, but that can be improved as people use them more - it's a nice basic setup to extend into whatever design might be needed.

The updates to dependencies that have happened since this was made seems to have broken things a bit, primarily on vscode's end - actually running this stuff works out fine once you insert /* @vue-ignore */ into the CircleProgress and SquareProgress sample components. Since those issues look to be far more related to dependencies being out-of-whack after 9 months of me not paying attention to this, I'm approving this PR, with the intent that I'll help figure out another dependency bump before we do the next release.

Currently looks like these'll take a good chunk of manual work to build up whatever utilities around boards you're looking for, but that can be improved as people use them more - it's a nice basic setup to extend into whatever design might be needed. The updates to dependencies that have happened since this was made seems to have broken things a bit, primarily on vscode's end - actually running this stuff works out fine once you insert `/* @vue-ignore */` into the CircleProgress and SquareProgress sample components. Since those issues look to be far more related to dependencies being out-of-whack after 9 months of me not paying attention to this, I'm approving this PR, with the intent that I'll help figure out another dependency bump before we do the next release.
Author
Collaborator

I think this PR still has the missing fork information bug that's been fixed on the newer PRs, so if I have to push to this branch again anyways (to reset the fork information), I think I'll merge the other update deps PR into this one, so its all up to date. The feature rewrite was also based off the update deps PR so doing it this way will make that one easier to resolve as well.

I think this PR still has the missing fork information bug that's been fixed on the newer PRs, so if I have to push to this branch again anyways (to reset the fork information), I think I'll merge the other update deps PR into this one, so its all up to date. The feature rewrite was also based off the update deps PR so doing it this way will make that one easier to resolve as well.
thepaperpilot added 35 commits 2024-11-29 13:53:07 +00:00
This reverts commit 1c7824b550.
Update deps some more
Some checks failed
Run Tests / test (pull_request) Failing after 47s
bd165da264
Fix build issues
Some checks failed
Run Tests / test (pull_request) Failing after 58s
052a01d3f7
Update container version
Some checks failed
Run Tests / test (pull_request) Failing after 1m21s
3eeff40910
Add rollup for linux
Some checks failed
Run Tests / test (pull_request) Failing after 13s
a676829d66
Remove node install
Some checks failed
Run Tests / test (pull_request) Failing after 5s
5ce3e64f5d
Update node
Some checks failed
Run Tests / test (pull_request) Failing after 1m20s
ccd685cb9c
Remove processedPropType and convert all components to composition API
Some checks failed
Run Tests / test (pull_request) Failing after 1m8s
1e5411d279
Remove _props abstraction (fixes #2)
Some checks failed
Run Tests / test (pull_request) Failing after 1m7s
6c8dd66677
Fix last lint issue
All checks were successful
Run Tests / test (pull_request) Successful in 1m10s
4987916900
Merge branch 'feat/update-deps' into feat/board-rewrite
Some checks failed
Run Tests / test (pull_request) Failing after 1m43s
99511288c9
thepaperpilot closed this pull request 2024-12-11 20:47:04 +00:00
Some checks failed
Run Tests / test (pull_request) Failing after 1m43s
Required
Details

Pull request closed

Sign in to join this conversation.
No description provided.