Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
612c01b to
bcf7dd7
Compare
3afc05d to
a2ac9fa
Compare
a2ac9fa to
921f750
Compare
2c32315 to
b5a2129
Compare
|
SIWE message URL is api.heyvincent.ai shouldn't it be the frontend? Otherwise the user/dev will get an alert message due to mismatch URLs? |
@DashKash54 we do not at the moment. I think we'd need it to be a Vincent 2.0 ability anyways |
We have a database with abilities, but it's mostly empty right now since we just initialized it. We will provide the first ability, which will be the |
It is a must-have, since that file contains the IPFS CID. The ability and policy registration hasn't changed from the Vincent 1.0 dashboard, but you can use the latest versions of the vincent-demo-ability and vincent-demo-policy packages which I published myself. |
I'll ensure this is fixed on our production deployment. Working on it now. |
f763295 to
db594fe
Compare
…egistering an app in the db
db594fe to
31e8ae6
Compare
|
Summary
Note: This PR should not be merged. After review, I will split this into two PRs and handle the deployment of the new dashboard.
If we want to have the working preview deployment as part of the review process, as opposed to running this locally, please let me know. I'll have to split this PR immediately, merge the
registry-backend/registry-sdkchanges, and then redeploy the backend. At that point I can setup a new Vercel project and configure secure mutations + authentication from the FE to the BE. Just let me know if we'd like that.App Dashboard
Authentication
SignInScreencomponent for wallet-based sign-inApp Management
SetActiveVersionFormfor choosing which version users seeCreateAppVersionWrapperfor creating versions with abilitiesAppVersionDetailsWrapperandAppVersionsWrapperCreateAppWrapper(~1000 lines → modular components increate-app/folder)EditAppForm,DeleteAppForm,ManageDelegateesFormRemoved Components
/user-dashboard/*pages and utils)PublishAppVersionWrapper,AppVersionDetailWrapperAppMismatchResolution,AppVersionMismatchResolutionAppUnpublishedButtons,AppVersionPublishedButtons,PublishAppVersionButton, etc.EditAppVersionForm,DeleteAppVersionForm,EditAppVersionAbilityForm,CreateAppVersionFormlit.ts,transactionService.ts,getAgentPkps.ts,withdrawHandler.ts, etc.Registry SDK
deleteAppVersion/undeleteAppVersionendpoints (on-chain is source of truth)Registry Backend