-
-
Notifications
You must be signed in to change notification settings - Fork 30
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: post to linkedin projects #177
Conversation
Perhaps it is a caching thing, but I was not able to see the title and description populate when I clicked. I also think this PR will need to have documentation before being merged. Because this only works on the repository pages, most user will not know it exists. This most likely similar to the profile pages, which is also not documented. |
I did a patch to wait for the element to load, as you mentioned I think it was cached on my machine from a previous script or something. Here is a video of the expected behavior. If it's okay, I will process with the documentation. 2023-06-14.00-43-59.mp4 |
Looks good. One more thing. Could we use the LinkedIn icon instead of the pencil? |
@a0m0rajab checking in here to see if you could handle the merge conflicts. Also swap out the pencil with |
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.
Added a copy update and removed a console.log
Co-authored-by: Brian Douglas <[email protected]>
Co-authored-by: Brian Douglas <[email protected]>
Looks like this is close, it just has one |
Checks Passed π |
please move forward with a docs when you have a moment. |
## [1.9.0-beta.1](v1.8.1-beta.1...v1.9.0-beta.1) (2023-06-21) ### π Features * post to linkedin projects ([#177](#177)) ([a20bff4](a20bff4))
π This PR is included in version 1.9.0-beta.1 π The release is available on GitHub release Your semantic-release bot π¦π |
## [1.9.0](v1.8.0...v1.9.0) (2023-06-29) ### β Tests * Tests for colorPreference and getUserPRVelocity ([#190](#190)) ([6b9a5c3](6b9a5c3)) ### π Features * post to linkedin projects ([#177](#177)) ([a20bff4](a20bff4)) ### π Bug Fixes * Made the "Tools:" conditional according to the current page ([#197](#197)) ([b08ad07](b08ad07)), closes [issue#112](https://github.com/open-sauced/issue/issues/112) [issue#112](https://github.com/open-sauced/issue/issues/112) * separate vite and vitest configs ([#193](#193)) ([7a980c8](7a980c8))
π This PR is included in version 1.9.0 π The release is available on GitHub release Your semantic-release bot π¦π |
## [1.9.0-beta.1](open-sauced/ai@v1.8.1-beta.1...v1.9.0-beta.1) (2023-06-21) ### π Features * post to linkedin projects ([#177](open-sauced/ai#177)) ([a20bff4](open-sauced/ai@a20bff4))
## [1.9.0](open-sauced/ai@v1.8.0...v1.9.0) (2023-06-29) ### β Tests * Tests for colorPreference and getUserPRVelocity ([#190](open-sauced/ai#190)) ([6b9a5c3](open-sauced/ai@6b9a5c3)) ### π Features * post to linkedin projects ([#177](open-sauced/ai#177)) ([a20bff4](open-sauced/ai@a20bff4)) ### π Bug Fixes * Made the "Tools:" conditional according to the current page ([#197](open-sauced/ai#197)) ([b08ad07](open-sauced/ai@b08ad07)), closes [issue#112](https://github.com/open-sauced/issue/issues/112) [issue#112](https://github.com/open-sauced/issue/issues/112) * separate vite and vitest configs ([#193](open-sauced/ai#193)) ([7a980c8](open-sauced/ai@7a980c8))
What type of PR is this? (check all applicable)
Description
This feature is related to #58 and does the next:
Related Tickets & Documents
closes #58
Mobile & Desktop Screenshots/Recordings
On the repo page:
When the repo button clicked it open linkedin and populate project name from the name of repo and description of repo.
Added tests?
Added to documentation?
[optional] Are there any post-deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?