WIP: feat(primary): develop-feat #56

Draft
icld wants to merge 19 commits from QWRK-org/laconic-deploy:develop-feat into main
Contributor
No description provided.
icld added 18 commits 2025-03-02 14:51:02 +00:00
* Consolidate layout pattern

* Duplicates cleared

* Tsdoc function docs

* Excess files

* Full types transition

* Thorough tsdoc of existing comoponents
* Adds typedoc for docs consolidation

* chore: add UI types

* fix: remove latent docs
Bump node v in docs workflow

fix(docs): treat warnings as errors false

fix(docs)Correct docs pattern in gitignore

Add target branch to docs build

fix(docs)Correct docs pattern in gitignore

Add target branch to docs build

Add target branch to docs build
commit ea08482596e10f27536af2d32040b476a18085e0
Author: icld <ian@icld.io>
Date:   Tue Feb 25 07:06:03 2025 -0800

    refactor: update WalletContext import and enhance layout components
This commit introduces a comprehensive documentation strategy for the project, focusing on:

- Centralizing routing configuration
- Adding detailed documentation for frontend architecture
- Creating standards for component documentation
- Implementing a feature building process template
- Removing legacy documentation files

Key changes include:
- Added routing strategy and implementation documents
- Created project-wide documentation standards
- Introduced new documentation structure in qwrk-docs
- Removed redundant README and documentation files
- Enhanced routing and layout documentation
feat: Add documentation and context for frontend architecture
Lint / lint (20.x) (pull_request) Has been cancelled
6f64513fc8
This commit introduces several key improvements to the frontend architecture:

- Created comprehensive documentation for TSDoc and TypeDoc usage
- Added WalletContext for managing wallet connection state
- Updated navigation and project components
- Introduced layout and routing strategy documentation
- Removed unused imports and commented code
- Enhanced project search and navigation components
icld added 1 commit 2025-03-02 19:07:54 +00:00
Merge branch 'main' into develop-feat
Lint / lint (20.x) (pull_request) Has been cancelled
88b555812a
Some required checks failed
Lint / lint (20.x) (pull_request) Has been cancelled
This pull request has changes conflicting with the target branch.
  • package.json
  • packages/frontend/src/components/projects/create/ApproveTransactionModal.tsx
  • packages/frontend/src/components/projects/create/CheckBalanceIframe.tsx
  • packages/frontend/src/components/projects/create/Configure.tsx
  • packages/frontend/src/components/shared/auth/AutoSignInIFrameModal.tsx
  • packages/frontend/src/hooks/useCheckBalance.tsx
  • packages/frontend/src/pages/org-slug/projects/id/Overview.tsx
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u https://git.vdb.to/QWRK-org/laconic-deploy develop-feat:QWRK-org-develop-feat
git checkout QWRK-org-develop-feat
Sign in to join this conversation.