New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lokalise/comments-ui

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lokalise/comments-ui

A sidebar component that displays Lokalise projects', keys', and translations' comments and provides callbacks to perform comments CRUD operations as well comments list interactions.

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-81.82%
Maintainers
5
Weekly downloads
 
Created
Source

Comments Sidebar

A sidebar component that displays Lokalise projects', keys', and translations' comments and provides callbacks to perform comments CRUD operations as well comments list interactions.

How to develop locally

We will be using yalc to symlink the Comments Sidebar package locally in your application. The following steps assuming you're using it in lokalise-main app. but you can follow the same procedures with any other app. like review-center

  1. Run npm run dev
    The package will be built and published to store when you see the following message:-
@lokalise/comments-sidebar@X.X.X published in store.
  1. In your app (in this example lokalise-ui), add the package using yalc
cd lokalise-main/services/app/lokalise-ui
npx yalc add @lokalise/comments-sidebar

The script will copy the current version to .yalc folder and update your package.json with file:.yalc/@lokalise/comments-sidebar

  1. To install @lokalise/comments-sidebar peer depedncies
npm i
  1. In your app, start importing CommentsSidebar component, your IDE shall pick it up from @lokalise/comments-sidebar

  2. Any changes in lokalise-comments-sidebar project, will be built and copied automatically to your dependent project.

  3. Don't forget to discard any changes in your dependent project after finishing your changes testing

FAQs

Package last updated on 25 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc