threetwo icon indicating copy to clipboard operation
threetwo copied to clipboard

A good comic book curation app.

Results 16 threetwo issues
Sort by recently updated
recently updated
newest added

Upon following the docker-compose unraid tutorial I'm getting the following error on the UI: `[vite:css] Preprocessor dependency "sass" not found. Did you install it? Try npm install -D sass.`

bug

Following up on the introduction of `react-query` and `zustand` in [this PR](https://github.com/rishighan/threetwo/pull/96), this one will address the comic detail page, and given how complex it is, might be the most...

Trying to spin up the app with `yarn start` results in a `sass` dependency error thrown with the following trace: ``` [vite:css] Preprocessor dependency "sass" not found. Did you install...

bug

When the user initiates an import by going to `Import > Start Import` the import endpoint is hit, and the actual import job queue starts processing the import jobs. However:...

bug

Hi, i´m rnning the Docker Container on a Raspberry pi 4, but when a i see the logs of threetwo-Ui exit code 1 exec /usr/local/bin/npm: exec format error that means...

enhancement

The `Dockerfile` needs to be updated to account for the [changes to the build system](https://github.com/rishighan/threetwo/pull/62) TODO: 1. Update the `npm` script that bootstraps the UI 2. Remove unnecessary dependencies from...

tech debt

If they have no name then there is no way to navigate to them. If they have the storyline name, then "aquisition" defaults to that name. Consider instead "series_name issue...

enhancement

This is not the only site I've seen have problems with it, but I cannot expand the hamburger menu on mobile.

bug

During import, the core-services exited with the following error: Error: ENOENT: no such file or directory, open '/userdata/covers/100 Bullets #82 1999/100 Bullets 082 G85-Megan pg01.jpg' Emitted 'error' event on ReadStream...

bug
catch-all
P0

``` react_devtools_backend.js:4012 TypeError: Cannot read properties of undefined (reading 'pattern') at Bh (AcquisitionPanel.tsx:213:41) ``` Some results were returned, but then it crashes.