Is this still relevant? I am no saying that I am able to do something without fricking everything up...
EDIT: AFAIK English doesn't use actual in this context.
Is this still relevant? I am no saying that I am able to do something without fricking everything up...
EDIT: AFAIK English doesn't use actual in this context.
Well, I am not sure we understand each other. The dark mode already exists, the problem is, there is no way to trigger it, except knowing the URL, which is not truly user-friendly.
Well, I am not sure we understand each other. The dark mode [already exists](https://patek.cz/?darkmode=true), the problem is, there is no way to trigger it, except knowing the URL, which is not truly user-friendly.
And as I have currently discovered, it not only exists, but is broken as well.
And as I have currently discovered, it not only exists, but is [broken as well](https://gitlab.com/patek-devs/patek.cz/commit/bcc8f50658cee1338732efe71401e28d577cffc2#note_257679698).
Yes of course, be so nice and create the UI to trigger the dark mode instead of creating the dark mode itself. I mean, a button or a switch, that will go to darkmode and back.
Yes of course, be so nice and create the UI to trigger the dark mode instead of creating the dark mode itself. I mean, a button or a switch, that will go to darkmode and back.
Try writing an article. You could also try to build the website on your local computer, as that should be the first step before doing any changes to the code.
Try writing an article. You could also try to build the website on your local computer, as that should be the first step before doing any changes to the code.
don't be like me and make the changes into a new branch. After you're done, submit a PR.
Make sure the build succeeds.
A few points for the button:
- we use Bulma, please use it
- don't be like me and make the changes into a new branch. After you're done, submit a PR.
- Make sure the build succeeds.
The most important part is IMHO making it in a branch not to upset others. Otherwise we will help you with everything.
For the git part, simply do git checkout -b <any branch name you want, usually author/featurename> and then git commit and git push --set-upstream origin <the branch name>
The most important part is IMHO making it in a branch not to upset others. Otherwise we will help you with everything.
For the git part, simply do `git checkout -b <any branch name you want, usually author/featurename>` and then `git commit` and `git push --set-upstream origin <the branch name>`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
That would be really cool!
984c0e16d6Consider it done! (well, almost)
A sightly off-topic note:
Use of the
enhancementlabel is a little weird, since in every issue we discuss some enhancements...mentioned in commit
b5013b5817closed via commit
b5013b5817@Greenscreener Is there an UI way to enable/disable this?
+1
reopened
Is this still relevant? I am no saying that I am able to do something without fricking everything up...
EDIT: AFAIK English doesn't use actual in this context.
Yes, the UI still doesn't exist. It's not really necessary, but it's nice to have someday in the future.
Missclicked... Sorry
How should it look? Just black background and grey text?
Well, I am not sure we understand each other. The dark mode already exists, the problem is, there is no way to trigger it, except knowing the URL, which is not truly user-friendly.
And as I have currently discovered, it not only exists, but is broken as well.
Really? Hadn't noticed. I'll fix it soon hopefully.
Oh. Well, I think that I am useless even more now.... Is there ANYTHING that I could do on patek.cz?
Yes of course, be so nice and create the UI to trigger the dark mode instead of creating the dark mode itself. I mean, a button or a switch, that will go to darkmode and back.
Try writing an article. You could also try to build the website on your local computer, as that should be the first step before doing any changes to the code.
No problem, fixing it is very straightforward, we should instead discuss the preferred way of fixing it
A few points for the button:
Well, as I said: I do not really know if I am able to do that, but I will try my best.
1/ I love Bulma
2/ OK
3/ Ok
JS?
You can use it, if you want.
The most important part is IMHO making it in a branch not to upset others. Otherwise we will help you with everything.
For the git part, simply do
git checkout -b <any branch name you want, usually author/featurename>and thengit commitandgit push --set-upstream origin <the branch name>mentioned in issue #10
@Dejwut Are you still willing to do this?
Yes, I am. Will get on it right after internship...
mentioned in merge request !38
mentioned in commit
edf81d21bbmentioned in commit
ebd2774eab