openreplay/spot
Delirium 2cd96b0df0
Highlight UI (#2951)
* ui: start highlight ui

* ui: tag items

* ui: connecting highlights to notes api...

* Highlight feature refinements (#2948)

* ui: move clips player to foss, connect notes api to hl

* ui: tune note/hl editing, prevent zoom slider body from jumping around

* ui: safe check for tag

* ui: fix thumbnail gen

* ui: fix thumbnail gen

* ui: make player modal wider, add shadow

* ui: custom warn barge for clips

* ui: swap icon for note event wrapper

* ui: rm other, fix cancel

* ui: moving around creation modal

* ui: bg tint

* ui: rm disabled for text btn

* ui: fix ownership sorting

* ui: close player on bg click

* ui: fix query, fix min distance for default range

* ui: move hl list header out of list comp

* ui: spot list header segmented size

* Various improvements in highlights (#2955)

* ui: update hl in hlPanel comp

* ui: rm debug

* ui: fix icons file

---------

Co-authored-by: Sudheer Salavadi <connect.uxmaster@gmail.com>
2025-01-24 09:59:54 +01:00
..
.yarn spot: upgrade wxt, fix missing network timestamps 2024-12-11 18:04:11 +01:00
assets Various minor improvments (#2516) 2024-09-02 10:03:16 +02:00
entrypoints spot: fix ingest resetting 2024-12-12 10:45:31 +01:00
public Various minor improvments (#2516) 2024-09-02 10:03:16 +02:00
utils Highlight UI (#2951) 2025-01-24 09:59:54 +01:00
.gitignore feat spot: init commit for extension (#2452) 2024-08-29 13:35:58 +02:00
.nvmrc feat spot: init commit for extension (#2452) 2024-08-29 13:35:58 +02:00
.prettierrc feat spot: init commit for extension (#2452) 2024-08-29 13:35:58 +02:00
.yarnrc.yml spot: upgrade wxt, fix missing network timestamps 2024-12-11 18:04:11 +01:00
bun.lockb spot: upgrade wxt, fix missing network timestamps 2024-12-11 18:04:11 +01:00
declarations.d.ts spot: refactor types, update wxt core, use global browser 2024-09-05 10:58:27 +02:00
package-lock.json feat spot: init commit for extension (#2452) 2024-08-29 13:35:58 +02:00
package.json spot: 1.0.13 2024-12-12 10:47:37 +01:00
postcss.config.js feat spot: init commit for extension (#2452) 2024-08-29 13:35:58 +02:00
README.md spot: docs 2024-09-11 17:13:21 +02:00
tailwind.config.js feat spot: init commit for extension (#2452) 2024-08-29 13:35:58 +02:00
tsconfig.json Spot network refactoring (#2617) 2024-09-30 09:47:27 +02:00
wxt.config.ts spot: fixing inconsistent recording 2024-10-08 17:48:50 +02:00

spot

Report bugs in no time. Simply record bugs you spot directly from your browser and instantly generate comprehensive bug reports with all the information engineers need to fix them. No more back-and-forth.

Contributing

Be sure to install nvm or n before starting, or simply use node >= v20.0.0.

Running yarn dev will start new chrome instance with spot extension installed already, but you need to change ingest point to your local dev env if you don't have account on app.openreplay.com.

Building

If you wish to compile your own version of the extension:

  • run yarn build
  • open chrome://extensions/ in your browser
  • enable developer mode
  • click on "Load unpacked" and select the chrome-mv3 folder inside spot/.output