Der_Googler

Results 16 issues of Der_Googler

- updated dependencies - replaced `style: any` with `style: React.CSSProperties`

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Add a function to save current opened tabs like opera gx, **Describe alternatives you've considered**...

Please add more useragent detections, like instagram facebook etc

![image](https://user-images.githubusercontent.com/54764558/173858321-02efdf0c-c491-472e-a0aa-278bf0fa2f71.png)

The TSX files inside the Diohub app having no style highlights Image: ![Screenshot_20211025-060841](https://user-images.githubusercontent.com/54764558/138633424-1401ac79-7e7e-47ee-ae60-83c79bb225a9.jpg)

bug
enhancement

### Make only the latest changelog release blue. #### Example: ![Screenshot_20211225000421](https://user-images.githubusercontent.com/54764558/147373943-e673f556-d79e-4d2b-bc5b-be2720483f3e.png) > Only photo is edited What do you think? 🤔

bug
fixed

### Version 0.1.5 ### Platform Linux {device-name} 5.15.0-43-generic #46-Ubuntu SMP Tue Jul 12 10:30:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### What steps will reproduce the bug? ```js console.log(global) ```...

bug
need repro

Here is an example how it could works ```tsx import * as React from "react"; import { ReactStringReplace, ReactStringReplaceRules } from "react-string-replace"; function App() { const rules: ReactStringReplaceRules = [...

I added some TSDocs to the Giscus type definition. I also added `style` and `className` props for inline styling. Class name is useful for styled components Feel free to make/open...