mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
chore: minor tweaks
This commit is contained in:
parent
29a43e451d
commit
3cd19ad983
@ -1,4 +1,4 @@
|
|||||||
import React from 'react';
|
import * as React from 'react';
|
||||||
|
|
||||||
import './styles.scss';
|
import './styles.scss';
|
||||||
|
|
||||||
@ -7,12 +7,12 @@ const Options: React.FC = () => {
|
|||||||
<div>
|
<div>
|
||||||
<form>
|
<form>
|
||||||
<p>
|
<p>
|
||||||
<label htmlFor="name">Name</label>
|
<label htmlFor="username">Your Name</label>
|
||||||
<br />
|
<br />
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
id="name"
|
id="username"
|
||||||
name="name"
|
name="username"
|
||||||
spellCheck="false"
|
spellCheck="false"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
required
|
required
|
||||||
@ -23,6 +23,8 @@ const Options: React.FC = () => {
|
|||||||
<input type="checkbox" name="logging" /> Show the features enabled
|
<input type="checkbox" name="logging" /> Show the features enabled
|
||||||
on each page in the console
|
on each page in the console
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
<p>cool cool cool</p>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import React from 'react';
|
import * as React from 'react';
|
||||||
import ReactDOM from 'react-dom';
|
import ReactDOM from 'react-dom';
|
||||||
|
|
||||||
import Options from './Options';
|
import Options from './Options';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import React from 'react';
|
import * as React from 'react';
|
||||||
import {browser, Tabs} from 'webextension-polyfill-ts';
|
import {browser, Tabs} from 'webextension-polyfill-ts';
|
||||||
|
|
||||||
import './styles.scss';
|
import './styles.scss';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import React from 'react';
|
import * as React from 'react';
|
||||||
import ReactDOM from 'react-dom';
|
import ReactDOM from 'react-dom';
|
||||||
|
|
||||||
import Popup from './Popup';
|
import Popup from './Popup';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user