Merge branch 'main' into dev

This commit is contained in:
Jariel Que 2022-08-01 14:43:00 +08:00 committed by GitHub
commit b328d27574
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

View file

@ -8,11 +8,11 @@
<hr> <hr>
###### Traveller Information: You are on the main dev't branch. Things break here. For latest stable check branch v1. > 💡 You are currently looking at the rebranded version of pint which is currently unreleased, the released one is located [here](https://github.com/fuwaa/pint/tree/v1)
[pint](https://projects.fuwa.sh/pint/) is a theming engine that allows you to rice your github experience. [pint](https://projects.fuwa.sh/pint/) is a theming engine that allows you to rice your github experience.
![pintpreview](https://go.fuwa.sh/u/ufuvwg.png) ![image](https://user-images.githubusercontent.com/53419401/180970561-02cc824d-f4e5-4935-97f0-560d3860b05a.png)
<br> <br>
<br> <br>
@ -22,7 +22,7 @@ you can install this extension via the chrome web store (old version) or manuall
### chrome web store installation ### chrome web store installation
please note that the version in the chrome web store is V1, which is very bad and outdated. > ⚠️ Please note that the version in the chrome web store is V1, which is very bad and outdated.
<a href="https://chrome.google.com/webstore/detail/gitccentify/mjhmdkcefcklflcmmokoahfdodcpeobg"><img src="https://storage.googleapis.com/web-dev-uploads/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/UV4C4ybeBTsZt43U4xis.png" /></a> <a href="https://chrome.google.com/webstore/detail/gitccentify/mjhmdkcefcklflcmmokoahfdodcpeobg"><img src="https://storage.googleapis.com/web-dev-uploads/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/UV4C4ybeBTsZt43U4xis.png" /></a>
@ -37,7 +37,17 @@ please note that the version in the chrome web store is V1, which is very bad an
## roadmap ## roadmap
please check #12. please check issue [#12](https://github.com/fuwaa/pint/issues/12) for more information :)
## limitations
> 💡 I am still looking for ways to better implement this! if you have any idea, please open an issue or create a pull request [here](https://github.com/fuwaa/pint/issues/new/choose)
The old implementation used a `setTimeout()` function, however the delay makes the project look like garbage as you can see the original colors before seeing your palette applied. The new implementation simply throws the entire css of github and unsets it while hiding the entire html making github look like an empty page until your palette gets loaded. Slight issue though, a flicker comes from time to time but it isn't noticable.
## documentation
Documentation is planned to debut on [fuwadocs](https://docs.fuwa.sh/pint/), however it is still in progress and is quite low on the priority queue.
## contributing ## contributing

View file

@ -22,4 +22,4 @@
</g> </g>
</g> </g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB