aboutsummaryrefslogtreecommitdiff
path: root/components (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* connect-form: focus nickname inputSimon Ser2021-07-041-2/+9
* composer: cycle through auto-completionsSimon Ser2021-06-302-34/+57
* composer: add smart suffix after auto-completionSimon Ser2021-06-301-0/+8
* composer: auto-complete word at carret positionSimon Ser2021-06-301-9/+30
* Always mark own messages as readSimon Ser2021-06-241-0/+4
* Handle RPL_INVITINGSimon Ser2021-06-242-1/+10
* Treat server broadcasts as highlightsSimon Ser2021-06-231-1/+3
* Don't focus composer on key press if modifier is also pressedSimon Ser2021-06-221-0/+5
* Turn dialog close button into a <button>Simon Ser2021-06-221-1/+1
* Use semantically more correct elements for error bubbleSimon Ser2021-06-221-3/+3
* Focus buffer scrollview instead of composerSimon Ser2021-06-222-8/+31
* Improve composer form indentationSimon Ser2021-06-221-1/+11
* Allow resetting nick and auto-join with query paramsSimon Ser2021-06-221-2/+2
* component/app: Automatically prepend wss to server URL if unspecifieddelthas2021-06-201-0/+3
* Allow resetting server URL with query paramSimon Ser2021-06-201-1/+1
* Move MODE state updates outof AppSimon Ser2021-06-111-86/+0
* Add STATUSMSG indicatorSimon Ser2021-06-114-4/+49
* Move message key generation to State.addMessageSimon Ser2021-06-111-5/+0
* Make "Remove network" button redSimon Ser2021-06-111-1/+1
* Add /quiet and /unquietSimon Ser2021-06-111-0/+2
* Bump direct message unread prioritySimon Ser2021-06-101-1/+2
* Ensure config has a server objectSimon Ser2021-06-101-5/+13
* Reset config.server.auth when using custom server URLSimon Ser2021-06-101-2/+8
* Move auto-join field out of advanced options if pre-filledSimon Ser2021-06-102-6/+15
* s/var/let/Simon Ser2021-06-1012-247/+247
* Show again connect form when last server is closedSimon Ser2021-06-101-1/+7
* Add "auth" parameter to tune connect formDrew DeVault2021-06-102-6/+26
* Add notification tagsSimon Ser2021-06-101-0/+2
* Add Notification workaround for Chrome on AndroidSimon Ser2021-06-102-22/+50
* Linkify MOTDSimon Ser2021-06-101-1/+1
* Don't open a new buffer on NOTICESimon Ser2021-06-101-0/+4
* Switch to server buffer on server name clickSimon Ser2021-06-101-2/+3
* Remove callback arg from App.createBufferSimon Ser2021-06-101-5/+2
* Add State.createServerSimon Ser2021-06-101-12/+5
* Blur the composer when hiding itSimon Ser2021-06-071-0/+4
* Route channel mode and invite/except list to channel bufferSimon Ser2021-06-071-0/+6
* Improve buffer header layout on mobileSimon Ser2021-06-061-3/+3
* Add case-mapping support to irc.isHighlightSimon Ser2021-06-061-1/+1
* Make <summary> easier to click on Firefox MobileSimon Ser2021-06-062-2/+2
* Show connect form during connectionSimon Ser2021-06-062-15/+34
* Add support for labeled-responseSimon Ser2021-06-041-0/+1
* Add support for draft/event-playbackSimon Ser2021-06-041-34/+47
* Remove App.isChannelSimon Ser2021-06-041-9/+4
* Add State.addMessageSimon Ser2021-06-041-26/+4
* Handle TOPIC in State.handleMessageSimon Ser2021-06-041-3/+0
* Handle JOIN/PART in State.handleMessageSimon Ser2021-06-041-11/+0
* Move createBuffer to StateSimon Ser2021-06-041-54/+3
* Introduce State.handleMessageSimon Ser2021-06-041-111/+12
* Move some state utilities to state.jsSimon Ser2021-06-041-90/+13
* Allow config.server.ping to be a StringSimon Ser2021-06-041-1/+1