aboutsummaryrefslogtreecommitdiff
path: root/components/network-form.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* components: Use onInput instead of onChangeJuan Cruz Orioli2023-01-101-3/+3
| | | | | | | This is one of the differences between React and Preact: https://preactjs.com/guide/v10/differences-to-react/#use-oninput-instead-of-onchange Closes: https://todo.sr.ht/~emersion/gamja/128
* Auto-join when adding new network on irc:// link clickSimon Ser2021-11-071-1/+20
| | | | Closes: https://todo.sr.ht/~emersion/gamja/111
* Open dialog to create new network on IRC URL clickSimon Ser2021-10-131-6/+6
| | | | | | | | If we're running under a bouncer and the user clicks a link with a server we aren't connected to yet, open the dialog to add a new network. References: https://todo.sr.ht/~emersion/gamja/71
* Make "Remove network" button redSimon Ser2021-06-111-1/+1
|
* s/var/let/Simon Ser2021-06-101-4/+4
|
* Make <summary> easier to click on Firefox MobileSimon Ser2021-06-061-1/+1
| | | | | | Add role=button to mark the element as a touch target. Closes: https://todo.sr.ht/~emersion/gamja/80
* Add UI to edit/delete a networkSimon Ser2021-05-251-15/+53
|
* Add UI to add a new bouncer networkSimon Ser2021-05-251-0/+91