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: react/unreact on highlights #200

Merged
merged 4 commits into from
Jul 10, 2023
Merged

feat: react/unreact on highlights #200

merged 4 commits into from
Jul 10, 2023

Conversation

diivi
Copy link
Contributor

@diivi diivi commented Jul 4, 2023

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • 🎨 Style
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build
  • πŸ” CI
  • πŸ“¦ Chore (Release)
  • ⏩ Revert

Description

This PR introduces a new feature that allows users to react or unreact on highlights. It adds the necessary functionality to the React component, enabling users to interact with highlights and provide feedback. This feature enhances the user experience by providing a more interactive and engaging platform.

Generated using OpenSauced.

Related Tickets & Documents

Fixes #195

Mobile & Desktop Screenshots/Recordings

Peek 2023-07-04 09-21

Added tests?

  • πŸ‘ yes
  • πŸ™… no, because they aren't needed
  • πŸ™‹ no, because I need help

Added to documentation?

  • πŸ“œ README.md
  • πŸ““ docs.opensauced.pizza
  • πŸ• dev.to/opensauced
  • πŸ“• storybook
  • πŸ™… no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

@Anush008
Copy link
Member

Anush008 commented Jul 4, 2023

This works great! Β πŸ‘πŸ‘

@diivi, can you replace

import * as manifest from "./manifest.json";
with import manifest from "./manifest.json" assert { type: "json" };?

As a fix for this error.
Screenshot 2023-07-04 at 7 48 08 PM

@diivi
Copy link
Contributor Author

diivi commented Jul 6, 2023

Thanks!

@bdougie bdougie merged commit c65eca0 into beta Jul 10, 2023
github-actions bot pushed a commit that referenced this pull request Jul 10, 2023
## [1.10.0-beta.1](v1.9.0...v1.10.0-beta.1) (2023-07-10)

### πŸ• Features

* react/unreact on highlights ([#200](#200)) ([c65eca0](c65eca0))
@github-actions
Copy link

πŸŽ‰ This PR is included in version 1.10.0-beta.1 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

@bdougie bdougie mentioned this pull request Jul 12, 2023
github-actions bot pushed a commit that referenced this pull request Jul 12, 2023
## [1.10.0](v1.9.0...v1.10.0) (2023-07-12)

### πŸ• Features

* Cherry pick susmita ([#204](#204)) ([7458724](7458724))
* react/unreact on highlights ([#200](#200)) ([c65eca0](c65eca0))

### πŸ› Bug Fixes

* Create issue-metrics.yml ([4a6c19d](4a6c19d))
* Rename project-utilities.md to 3-project-utilities.md ([d0a6702](d0a6702))
* Updated RepoChecker to allow all types of repos ([#202](#202)) ([2161918](2161918)), closes [issue#112](https://github.com/open-sauced/issue/issues/112) [issue#112](https://github.com/open-sauced/issue/issues/112)
@github-actions
Copy link

πŸŽ‰ This PR is included in version 1.10.0 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

zer0and1 pushed a commit to zer0and1/open-sauced.ai that referenced this pull request Jul 26, 2023
## [1.10.0-beta.1](open-sauced/ai@v1.9.0...v1.10.0-beta.1) (2023-07-10)

### πŸ• Features

* react/unreact on highlights ([#200](open-sauced/ai#200)) ([c65eca0](open-sauced/ai@c65eca0))
zer0and1 pushed a commit to zer0and1/open-sauced.ai that referenced this pull request Jul 26, 2023
## [1.10.0](open-sauced/ai@v1.9.0...v1.10.0) (2023-07-12)

### πŸ• Features

* Cherry pick susmita ([#204](open-sauced/ai#204)) ([7458724](open-sauced/ai@7458724))
* react/unreact on highlights ([#200](open-sauced/ai#200)) ([c65eca0](open-sauced/ai@c65eca0))

### πŸ› Bug Fixes

* Create issue-metrics.yml ([4a6c19d](open-sauced/ai@4a6c19d))
* Rename project-utilities.md to 3-project-utilities.md ([d0a6702](open-sauced/ai@d0a6702))
* Updated RepoChecker to allow all types of repos ([#202](open-sauced/ai#202)) ([2161918](open-sauced/ai@2161918)), closes [issue#112](https://github.com/open-sauced/issue/issues/112) [issue#112](https://github.com/open-sauced/issue/issues/112)
@Anush008 Anush008 deleted the feat/react-to-highlights branch August 1, 2023 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Add reactions to highlights from the extension
4 participants