fubi 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,15 +1,16 @@
1
1
  # Fubi
2
2
 
3
- Fubi is a lightweight, feature-rich in-page feedback and collaboration tool built with Svelte. It allows users to leave contextual comments on specific elements of your web application, streamlining the feedback process for teams.
3
+ Fubi is a lightweight, universal in-page feedback and collaboration tool. It allows users to leave contextual comments on specific elements of any web application, streamlining the feedback process for teams. For more information, visit [fubi.dev](https://fubi.dev).
4
4
 
5
5
  ## Features
6
6
 
7
- - **Element Isolation**: Select and isolate specific page elements for targeted feedback
8
- - **Threaded Comments**: Create and manage comment threads tied to specific page elements
9
- - **Project Management**: Organize feedback by projects
10
- - **Page Tracking**: Automatically tracks pages where feedback is provided
11
- - **Real-time Updates**: Get notified of new comments and threads in real-time
12
- - **Easy Integration**: Simple to integrate into any web application
7
+ - 🎯 **Element Isolation**: Select and isolate specific page elements for targeted feedback
8
+ - 💬 **Threads and Comments**: Create comment threads attached to specific page elements
9
+ - **Mark as Done**: Track progress by marking feedback threads as completed
10
+ - 🔄 **Page Switcher**: Easily navigate between pages where feedback is provided
11
+ - **Real-time Updates**: Get notified of new comments and changes instantly
12
+ - 🔌 **Easy Integration**: Simple to integrate into any web application
13
+ - 📦 **Tiny Footprint**: Lightweight package with minimal impact on your application
13
14
 
14
15
  ## Installation
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fubi",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",