mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
Dark mode #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ramonsmits on GitHub.
I searched the code base for text listed on the front page like:
"Easy file sharing from the command line"
and
"Preview your files in the browser!"
but no hits... which is a bit surprising.
I want to modify the CSS coloring a bit to also support dark mode:
These are some of my current overrides
Where/how is this located in the repo so I can create a PR for it?
@paolafrancesca commented on GitHub:
https://github.com/dutchcoders/transfer.sh/issues/303#issuecomment-618833984
this comment might be useful for you to develop the frontend
no breaking changes in the name of the go template placeholders will be admitted. beware :)
@paolafrancesca commented on GitHub:
beware that i won't accept a default/new frontend change with a dark mode.
if you want to make the contribution part of the upstream code you'll have to add a light/dark mode switch 🙏
@ramonsmits commented on GitHub:
Doh.. hence why I could not find any css 😅
@ramonsmits commented on GitHub:
That would make sense. Ill check the frontend code. If it's just some css adding at minimum a dual light/dark mode should not be an issue. I'll see how I can contribute.
@paolafrancesca commented on GitHub:
the frontend is in a separate repo: https://github.com/dutchcoders/transfer.sh-web
you can develop locally (after generating the static content as describe the repo above) pointing to the static file with
--web-path/´WEB_PATH``if you are familiar with the stack in the other repo and you feel liking polishing stuff around your contribution would be more than welcomed :D