Would you guys like help with a UI and UX redesign? #111
Replies: 3 comments 1 reply
-
|
Sounds promising, especially if you're willing to implement also. |
Beta Was this translation helpful? Give feedback.
-
|
@elonen I went ahead and started a new project for myself to create a next.js front-end that will communicate via API, the idea being someone could install that front-end to self-host. I was curious if you have an instance running already that I can tie into to pull data from for testing as I build? I don't currently have a server that I can run this from to work with the API myself. |
Beta Was this translation helpful? Give feedback.
-
|
I don't have a publicly accessible instance on the web, and if you're doing client development, you'll want to see debug level log output from the server anyway. The easiest way to start would probably to run the demo image in Docker, ignore the client that Nginx servers there, and just connect to the server endpoint from your local client instance: docker run --rm -it \
-p 127.0.0.1:8095:80 \
-e CLAPSHOT_SERVER__URL_BASE=http://127.0.0.1:8095/ \
-e CLAPSHOT_SERVER__CORS='*' \
-e CLAPSHOT_SERVER__DEBUG=true \
-v clapshot-demo:/mnt/clapshot-data/data \
elonen/clapshot:latest-demoYou can then... cd client
make dev-local # installs deps and then runs: npm run dev -- --host --port 5173...and open the locally running client in a browser http://127.0.0.1:5173/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I love the work you guys are doing here, and I am looking to build a synology server for my production company in the next year. I love the idea of a self-hosted frame.io! I am a ux and ui designer and was curious if you guys were interested in having a new ui designed for clapshot to make it more user friendly? I would be happy to create a high-fidelity design, potentially even help with implementation and development if you would like. Attached is an example I created of what the UI could look like, using the same features you already have, just with a visual update.
Beta Was this translation helpful? Give feedback.
All reactions