-
-
Notifications
You must be signed in to change notification settings - Fork 915
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
Taiga #326
Taiga #326
Conversation
new file: images/reference/tutanota.svg renamed: images/svg/tutanova.svg -> images/svg/tutanota.svg
new file: images/reference/taiga.svg new file: images/svg/taiga.svg
OMG no conflicts. |
If I may say that: you did some great contributions! 👍 |
could this be accepted? I've caught a bit of a minimal SVG bug. |
I'll take a look this weekend. Thank you for all your contributions 😁 |
sure - sorry I sounded a bit pushy! I was just making sure I hadn't made some sort of mistake :D |
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.
Few small changes, then good to go.
images/svg/tutanota.svg
Outdated
@@ -0,0 +1,8 @@ | |||
<svg | |||
xmlns="http://www.w3.org/2000/svg" | |||
aria-label="..." role="img" |
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.
This ARIA label needs to be completed.
images/svg/tutanota.svg
Outdated
width="512" height="512" | ||
rx="15%" | ||
fill="#fff"/> | ||
<path d="M113 97c-17 0-31 14.09-31.455 31.451v290.461c0 1.102.063 2.212.17 3.284a1700 1700 0 0037-14c91-36 165-67 165-102 0-1.12-.077-2.25-.236-3.38-4.717-34.512-87.191-45-87-61.028.01-.84.248-1.719.754-2 9-17 49-16 63-17 14-1 48-.996 50-11.336.048-.32.078-.637.078-.956.039-9-23-13-23-13s28 4 28 15c0 .54-.066 1.1-.217 1.67-3.055 11-28 14-44 14-15.615.782-39 2-39 10.186-.01.445.067.908.226 1 3 11 90 16 146 45 32 16 48 44 55 73V128c0-17-14-31-31-31H113z" fill="#a01e20"/></svg> |
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.
Remove this newline.
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.
which line? (number)
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.
At the end of line 7. fill="#fff"/>\n<path
can become fill="#fff"/><path
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.
ok done.
killed newlines
updated readme to current
do I make the readme up to the current then? |
killed newline
i don't know how to resolve this conflict. |
It should show you the conflicting lines when you click into the conflict. It's probably just the fact that another icon has been added to the README in the same place as yours - you can probably accept both changes and put your icon on the line below. This might help explain: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github |
I understand now. didn't know one could edit that file. I think I diverged from the master file though. |
README.md
Outdated
@@ -177,6 +178,9 @@ Say thanks! | |||
<td>Sentry<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/sentry.svg" width="125" title="Sentry" /><br>507 Bytes</td> | |||
<td>Behance<br><img src="images/svg/behance.svg" width="125" title="Behance" /><br>916 Bytes</td> | |||
</tr> | |||
<tr> |
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.
You probably want to remove the </tr>
and <tr>
here as there is still space in the row above.
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.
ok thanks! didn't see that :D
I think this looks ok (in terms of resolving the conflict). You might want to put the Taiga icon in the readme in the previous row rather than starting a new one though as there is space - see the comment I've put in the change! |
rejigged tables
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.
pls check?
README.md
Outdated
@@ -177,6 +178,9 @@ Say thanks! | |||
<td>Sentry<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/sentry.svg" width="125" title="Sentry" /><br>507 Bytes</td> | |||
<td>Behance<br><img src="images/svg/behance.svg" width="125" title="Behance" /><br>916 Bytes</td> | |||
</tr> | |||
<tr> |
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.
ok thanks! didn't see that :D
so how would I avoid having conflicts due updates made to readme.md (other commits coming it)? perhaps update my local repo to current ? Or just hack the file and merge? |
Yes, you either have to update your repo from the master, or just use the merge tools. I don't know "the best" way - I'm just a hobbyist and tend to fumble my way around git! |
@wuxmedia You currently have You need to change that to I'll merge once that is done. Cheers :-) |
added Aria label
updated tutanota bytes
ok Done! |
All done. In future, probably best to add only one icon per PR. |
taiga and tutanota added, possibly