-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dapp update #42
Merged
Merged
Dapp update #42
Changes from 86 commits
Commits
Show all changes
109 commits
Select commit
Hold shift + click to select a range
e4e0f1a
feat: add getProject function in project.ts
0xExp-po c39cd48
chore: add check project/select path function in set project page
0xExp-po 80b8ab7
feat: add project info component commit page
0xExp-po 600acac
refactor: update components file structure
0xExp-po e88e57c
feat: create modal component
0xExp-po 0eed507
feat: add update config function
0xExp-po b4ca722
feat: add update config function in commit page
0xExp-po 3c94b9e
chore: keep displaying connected wallet
0xExp-po 6f472cd
Update dapp/src/components/ProjectInfo.astro
0xExp-po 570f912
chore: update project link and remove console
0xExp-po 3f7e912
Merge branch 'dapp-dev' of https://github.com/0xExp-po/soroban-versio…
0xExp-po 3b05c21
Linter
tupui d599bef
chore: update project info component ui
0xExp-po 23ad649
chore: update 'update config' button function
0xExp-po 38309b6
chore: add theme props to loading component
0xExp-po 78c9978
refactor: rename the file of project.ts and restruct
0xExp-po 86283b9
chore: add commit history view in project info
0xExp-po 812f952
Merge branch 'tupui:main' into dapp-dev
0xExp-po 2340066
Merge branch 'dapp-dev' of https://github.com/0xExp-po/soroban-versio…
0xExp-po b3f26ac
style: set color theme as extend in tailwindconfig
0xExp-po b026f26
feat: create formatTime and Date function
0xExp-po a8a5153
feat: add commit history section
0xExp-po 7d1b143
feat: create get commit function
0xExp-po 2453634
chore: update github service
0xExp-po d482522
chore: update commit history table
0xExp-po 6809121
chore: remove change project name function
0xExp-po 4989e60
chore: highlight latest commit in history
0xExp-po a4c866b
chore: fix type script error
0xExp-po 461eccd
chore: change scroll bar style
0xExp-po 3731700
refactor: divide project service to state service
0xExp-po 152fbbf
feat: create project repo info state variable
0xExp-po 98cad04
feat: initialize state variables by local storage
0xExp-po 2d7ab70
feat: divide project service to state service (2)
0xExp-po 7e6b48c
chore: update ui of project info view
0xExp-po dda12e5
feat: fix bug wallet connection after set project
0xExp-po 3069ad7
feat: create utils functions related get link
0xExp-po 042a38f
chore: jump to latest commit
0xExp-po e27177d
chore: fix scroll bar error and jump delay time
0xExp-po f743a74
feat: add astro/react
0xExp-po 4755873
feat: display real commit history
0xExp-po 4c2010c
chore: delete commit history demo data
0xExp-po 5dc8193
Merge branch 'tupui:main' into dapp-dev
0xExp-po 2845f8f
chore: display update commit section only for maintainer
0xExp-po 62ba7f0
Fix button handlers and re-registration, missing loadedProjectInfo an…
tupui 91384c1
Merge branch 'dapp-dev' of https://github.com/0xExp-po/soroban-versio…
0xExp-po 43ba04e
Fix button handlers, re-registration, missing loadedProjectInfo and h…
tupui e65bba2
Merge branch 'dapp-dev' of https://github.com/0xExp-po/soroban-versio…
0xExp-po 323be3b
Fix buttons
tupui 37f4293
fix:change registerProject function
0xExp-po 8da7530
chore: create package-lock
0xExp-po ff704dd
Merge from origin/dapp-dev
0xExp-po deb7f0e
chore: change loadedProjectInfo name to loadProjectInfo
0xExp-po d35d037
fix: load project latestsha function invoking
0xExp-po 5a51e2c
chore: update layout style
0xExp-po ba732d7
chore: update style set project page
0xExp-po ec978e4
chore: responsive padding
0xExp-po cabb609
chore: update style in navbar and footer
0xExp-po 1bd7336
chore: submit by enter key down
0xExp-po 431da61
feat: create primary button
0xExp-po d8ddb8a
chore: change button with pimary button
0xExp-po 3755145
chore: change padding of primary button
0xExp-po e83b5d3
chore: exchange with primary button
0xExp-po 876ef22
chore: change modal button with primary button
0xExp-po 2c39acf
chore: update connect wallet button style
0xExp-po ceb6820
chore: connect wallet after set project
0xExp-po a59e673
chore: format code style in projectinfo
0xExp-po ea49f41
fix: scroll bar style
0xExp-po 0f0ee28
chore: create modal Input box
0xExp-po 80b09a3
chore: update components style
0xExp-po 7623435
chore: update project info section style
0xExp-po ca41604
chore: update commit record style
0xExp-po bb7198a
chore: update get commit section style
0xExp-po 6f37499
chore: update commit section style
0xExp-po aebfddf
Merge branch 'tupui:main' into dapp-update
0xExp-po f608901
Merge branch 'dapp-update' of https://github.com/0xExp-po/soroban-ver…
0xExp-po f9a6fb3
chore: commit record has popup updating
0xExp-po 41b13be
fix: set hash length 64
0xExp-po 2eaf2de
chore: change input to modalinput in register project section
0xExp-po 1c20809
chore: remove console in commit history
0xExp-po 3b9580c
chore: update style of modal
0xExp-po 97b618d
feat: add config data variable in state service
0xExp-po fb718bd
chore: change project name to lowercase
0xExp-po c2ee164
feat: create fetch config function
0xExp-po 9670ffa
feat: get config data in set project page
0xExp-po 7714f4b
feat: add config data modal in project info section
0xExp-po 3a58df5
chore: add maintainer badge to commit record
0xExp-po b2b56d2
chore: change the badge name
0xExp-po cf994bf
chore:remove verion from config data
0xExp-po 03ce656
feat: add refresh state variable function
0xExp-po ceea420
chore: error alert when config data is empty
0xExp-po ecfea36
chore: ellipsis middle of publick key
0xExp-po 1c38a5c
chore: add more icons in project info modal
0xExp-po e59c7fa
feat: add project list section
0xExp-po c7e3cf8
fix: life cycle error and add nanostore
0xExp-po f5b1d76
chore: add click function in project card
0xExp-po 651d7c3
chore: separate to read and write contract services
0xExp-po d2b46fd
chore: remove unnecessary logs
0xExp-po f83159d
chore: remove button and show hash
0xExp-po 6b79544
chore: set the latest sha as initial value of commit input
0xExp-po 6f49841
fix: add nanostores in package
0xExp-po 374f4be
chore: remove logo in project info modal
0xExp-po b91c621
fix: undefined error fix
0xExp-po 3d2c91a
chore: update demo config data
0xExp-po f205696
fix: get latest sha error
0xExp-po 25e2e2a
feat: add convert logo link function
0xExp-po b3da47e
chore: update demo config data
0xExp-po 8675746
refactor: rebase utils functions structure
0xExp-po a719f09
fix: remove toast
0xExp-po 08a32f3
feat: add dropdown, search box and register button
0xExp-po File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good enough for now 👍 At some point hopefully we can make some art for stuff like these 😄 Curious here, is this something you know how to do?