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

Fix issue #1652 #2547

Conversation

dvkam
Copy link
Contributor

@dvkam dvkam commented Jun 27, 2023

Release Note Draft Snippet

This closes issue #1652.

✅ - Adjusted the source icons to have a transparent background, so it looks well in both light and dark modes.

✅ - TZIP-10 column caption can be the same as the other ones: I removed the link in the column caption and put it above the table in the sentence Wallets that support the TZIP-10...
This way no changes in the CSS styles were needed.

✅ - Can the font for the tables be increased? It looks very tiny in comparison to the rest of the text. NOTE: This applies to the style of all the tables on the website. Hopefully, this just needs to be changed in 1 place.
Thi was just a change in one place in tables.scss (font-size: 16px;). I increased it from 12px to 16px. But if any other size is preferred please let me know.

Screenshot dark mode:
grafik

Light mode:
grafik

Thank you for your contribution to Taquito.

Before submitting this PR, please make sure:

  • Your code builds cleanly without any errors or warnings
  • You have run the linter against the changes
  • You have added unit tests (if relevant/appropriate)
  • You have added integration tests (if relevant/appropriate)
  • All public methods or types have TypeDoc coverage with a complete description, and ideally an @example
  • You have added or updated corresponding documentation
  • If relevant, you have written a first draft summary describing the change for inclusion in Release Notes.

In this PR, please also make sure:

  • You have linked this PR to the issue by putting closes #TICKETNUMBER in the description box (when applicable)
  • You have added a concise description on your changes

@netlify
Copy link

netlify bot commented Jun 27, 2023

Deploy Preview for taquito-test-dapp ready!

Name Link
🔨 Latest commit e775d50
🔍 Latest deploy log https://app.netlify.com/sites/taquito-test-dapp/deploys/64a6045907f0ef00097b2158
😎 Deploy Preview https://deploy-preview-2547--taquito-test-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dsawali
Copy link
Contributor

dsawali commented Jul 5, 2023

Hello @dvkam, your contribution is much appreciated!

The code looks good, but it seems that there's a merge conflict. Do you mind rebasing with current master?

dsawali and others added 2 commits July 6, 2023 02:00
…dlabs#2535)

* updated rxjs version from 6 to 7, ts to 4.2.4, and some necessary refactors

* updated unit tests, and refactored necessary packages

* updated example

* addressed PR comments

* debug tests

* debug flextesa failure

* remove debug statements

* trigger build

* try previous flextesa version
@dvkam
Copy link
Contributor Author

dvkam commented Jul 6, 2023

Hey @dsawali should be done. Let me know if there is anything else!

@dsawali
Copy link
Contributor

dsawali commented Jul 10, 2023

Thank you @dvkam, the files changed seem to have a lot of the things that already exist in master but highlighted as 'changed'. Kinda weird 🤔

@hui-an-yang
Copy link
Collaborator

Hi @dvkam,

We really appreciate your contribution to make our website better 🙌.
I created a new branch off our current master am hopping that you can point your current pr to branch support-dvkam-contribution-of-website-adjustments.
This way that we can review your changes clearly and can see the website deploy preview.
We'd like to review and merge your changes soon.
Thanks you so much!

@dvkam dvkam changed the base branch from master to support-dvkam-contribution-of-website-adjustments July 10, 2023 23:49
@dvkam
Copy link
Contributor Author

dvkam commented Jul 11, 2023

Hello @hui-an-yang thank you for your help. I just pointed the pr to branch support-dvkam-contribution-of-website-adjustments.

Not sure what happened, I suppose I did something wrong during rebase with master. Now looking at changed files it looks good (to me).
Thanks!

@hui-an-yang hui-an-yang merged commit 00b80e4 into ecadlabs:support-dvkam-contribution-of-website-adjustments Jul 11, 2023
hui-an-yang added a commit that referenced this pull request Jul 17, 2023
* Fix issue #1652 (#2547)

* fix issues from #1652

* added TZIP link above the column caption

* removed the TZIP link at the bottom of the page

* updated rxjs version from 6 to 7, ts to 4.2.4, and some refactor (#2535)

* updated rxjs version from 6 to 7, ts to 4.2.4, and some necessary refactors

* updated unit tests, and refactored necessary packages

* updated example

* addressed PR comments

* debug tests

* debug flextesa failure

* remove debug statements

* trigger build

* try previous flextesa version

* fix issues from #1652

* changed color back to brown like it was before

---------

Co-authored-by: Davis Sawali <davis.sawali@ecadlabs.com>
Co-authored-by: David <david.kaminski93@gmail.com>

* docs: extended website adjustment changes to next version

* revert: package-lock.json to comply with master

* docs: removed broken link in lambda_view and update sapling contract for live code example

* docs: updated version 17.1.0 doc changes accordingly

---------

Co-authored-by: dvkam <82422481+dvkam@users.noreply.github.com>
Co-authored-by: Davis Sawali <davis.sawali@ecadlabs.com>
Co-authored-by: David <david.kaminski93@gmail.com>
@dvkam dvkam deleted the fix-issue-#1652 branch November 28, 2023 16:09
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.

3 participants