Moved DashboardData type to lib/api/user.ts and added source and exportPath properties.#1842
Closed
DevScoopee wants to merge 1 commit into
Closed
Moved DashboardData type to lib/api/user.ts and added source and exportPath properties.#1842DevScoopee wants to merge 1 commit into
DevScoopee wants to merge 1 commit into
Conversation
…rtPath properties. Relocated the DashboardData interface from types/dashboard.ts to api/user.ts to establish it as the proper source. Added the required source and exportPath properties to the interface, updated the mock data, and fixed all imports in the application to use the new export path. Closes #805
Contributor
|
Great job so far There’s just one blockers — the workflow is failing. Could you take a look and fix it so all checks pass? |
Author
|
Alright, I am on it
…On Wed, Jul 1, 2026, 11:05 Rukayat Zakariyau ***@***.***> wrote:
*RUKAYAT-CODER* left a comment (EarnQuestOne/stellar_Earn#1842)
<#1842 (comment)>
Great job so far
There’s just one blockers — the workflow is failing. Could you take a look
and fix it so all checks pass?
You could pull from the main to get the changes before pushing.
—
Reply to this email directly, view it on GitHub
<#1842?email_source=notifications&email_token=BFSYCOCWO532TNPJLGVCMY35CTO6ZA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBVGMYTMMJUGA42M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4853161409>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFSYCODOAE2OJABDYRM3NFD5CTO6ZAVCNFSNUABGKJSXA33TNF2G64TZHMYTCMZUHE2DGNZRHE5US43TOVSTWNBXG4YTAOJQGE4DLILWAI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/BFSYCOBGNLUGZDFPXUAW5LT5CTO6ZA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBVGMYTMMJUGA42M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/BFSYCOGLUZZ7YDYV5RVSZBL5CTO6ZA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBVGMYTMMJUGA42M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relocated the DashboardData interface from types/dashboard.ts to api/user.ts to establish it as the proper source. Added the required source and exportPath properties to the interface, updated the mock data, and fixed all imports in the application to use the new export path.
Closes #805