Skip to content
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

feat(git-notes): place all git related button in the footer #15

Merged
merged 10 commits into from
Sep 21, 2018

Conversation

DrSensor
Copy link
Contributor

image

❌ remove ShowButton.vue in favor of function
⚠️ all function and component that can be used in Dashboard.vue will have JSDoc annotation 😉
TODO: now let me create some usage diagram and put it to PR message 😉
🐛 still buggy, always say private key mismatch 😢
💢 `PrivateKey.fromString(this.postingKey)` keep spewing `private key network mismatch`
😠 while `PublicKey.fromString(this.postingKey)` spewing `public key checksum mismatch`
😋 No particular reasons
⚠️ It use main net instead of testnet
change all `this.$steem.client` -> `this.$steem.testnet.client` to use testnet
➕ add checkbox for switching to use Posting key
💄 re-style experimental and danger section
🎨 Improving Dashboard.vue structure/format
🗣 add tooltip for droplet button

TODO:
- {GitLog.vue} make button that popup modal to checkout (choose commitId)
@DrSensor
Copy link
Contributor Author

DrSensor commented Sep 21, 2018

seems I forgot to rebase 😅 (don't squash it)

@DrSensor
Copy link
Contributor Author

DrSensor commented Sep 21, 2018

peek 2018-09-21 22-44

Ah yes, when recording, the color became little bit different because I use Wayland bases Desktop Environment on Ubuntu

@DrSensor DrSensor merged commit cd2d2c5 into master Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant