Skip to content
Open
Changes from 1 commit
Commits
Show all changes
131 commits
Select commit Hold shift + click to select a range
c42c090
Handle failed fetches / anonymous user tooltips
MarkH817 Feb 24, 2026
e558acb
Convert App, Login, and DraggableDiv to Composition API
MarkH817 Feb 24, 2026
98ce1fe
Rename login form file
MarkH817 Feb 24, 2026
be3e5a3
Allow chat/setting store proxies access outside of classes
MarkH817 Feb 24, 2026
968e997
Convert more components to Composition API format
MarkH817 Feb 25, 2026
1cc7c61
Remove vue-resource. Not used.
MarkH817 Feb 26, 2026
66778d6
Update OperLogin to Composition API
MarkH817 Feb 26, 2026
f60cd78
Update ItemOptions and data classes
MarkH817 Feb 26, 2026
f5aa550
Update SettingsSection and simplify MinimizationTriangle
MarkH817 Feb 26, 2026
a4e381d
Update SettingsEnableDisable component
MarkH817 Feb 26, 2026
6c4927f
Convert more settings to Composition API
MarkH817 Feb 26, 2026
e50821e
Update Operator login, text size, and toolbar to Composition API
MarkH817 Feb 26, 2026
86dadd5
Fix keyword notification to allow all keywords to be removable
MarkH817 Feb 27, 2026
8a93ec5
Refactor ColorPicker to stop using anti-patterns
MarkH817 Feb 27, 2026
b5b6cda
Add prettier
MarkH817 Feb 27, 2026
868351b
Add Pinia and @vueuse/core to migrate stores
MarkH817 Feb 28, 2026
fc0721a
Move settings interaction to Pinia store version
MarkH817 Mar 2, 2026
36b5369
Update emoticon bar
MarkH817 Mar 2, 2026
ebb3fe9
Migrate to Vue 3
MarkH817 Mar 5, 2026
b8df195
Add Husky
MarkH817 Mar 5, 2026
df4a7e3
Add Oxlint and Vitest
MarkH817 Mar 5, 2026
938f414
Add initial stores for chat state tracking and actions
MarkH817 Mar 6, 2026
9f90959
Move DraggableDiv component
MarkH817 Mar 12, 2026
de083b3
Update irc-framework types
MarkH817 Mar 12, 2026
17e84b0
Move puzzle/user data fetching to services directory
MarkH817 Mar 12, 2026
8e7e281
Add channel and user list stores
MarkH817 Mar 12, 2026
6ec4cb4
Move src/app/assets to src/assets
MarkH817 Mar 13, 2026
c77f938
Remove unused types
MarkH817 Mar 13, 2026
51c1f1c
Use IRC client's reconnect feature and emitted events
MarkH817 Mar 13, 2026
acef402
Add `isInitialized` flag to keep chat visible during reconnection
MarkH817 Mar 13, 2026
c72058c
Move connection UI components
MarkH817 Mar 14, 2026
f1d85b6
Update reconnection UI components
MarkH817 Mar 14, 2026
8ee3464
Add more fields to User model
MarkH817 Mar 15, 2026
f3b38dc
Add auto join list variable for debugging
MarkH817 Mar 17, 2026
dd66f60
Allow spec files to be next to related files
MarkH817 Mar 17, 2026
8c01af9
Update irc-framework types
MarkH817 Mar 18, 2026
d478f97
Update UID parser to handle "unverified" identities
MarkH817 Mar 18, 2026
e9bec5b
Use message tags data in messages and user colors
MarkH817 Mar 18, 2026
5bd7939
Add typing status updates via tagmsg
MarkH817 Mar 18, 2026
2cf2c9d
Add Vite legacy-plugin and postcss-preset-env
MarkH817 Mar 18, 2026
dd32b37
Add initial command handler placeholders
MarkH817 Mar 19, 2026
7023156
Add useMessageGroups composable
MarkH817 Mar 19, 2026
59869ec
Prevent notification triggers when replaying chat history
MarkH817 Mar 19, 2026
a180ee4
Add date formatting helper
MarkH817 Mar 19, 2026
4fd2603
Move markdown parser to utils
MarkH817 Mar 19, 2026
37824f4
Add initial channel message components
MarkH817 Mar 19, 2026
91e8ba4
Fix Tag type definition
MarkH817 Mar 19, 2026
587269b
Add sortedInsert utility for message inserts
MarkH817 Mar 19, 2026
ceb2c84
Add message pending status for sent messages
MarkH817 Mar 20, 2026
e3b99ac
Remove `writeLine` override for Connection
MarkH817 Mar 20, 2026
457a43e
Listen for username color tags on messages
MarkH817 Mar 20, 2026
5a95b1a
Move Styles to src/utils
MarkH817 Mar 21, 2026
9359cea
Updated channel, user list, and chat stores for better clarity and ch…
MarkH817 Mar 21, 2026
c1cd396
Update channel/username regex to also target them at the end of sente…
MarkH817 Mar 22, 2026
585cb22
Add subset of operator-only, settings, and user slash-commands
MarkH817 Mar 23, 2026
214cf89
Move channel auto-join logic to store
MarkH817 Mar 24, 2026
55a86ce
Remove old vxm module
MarkH817 Mar 24, 2026
426ad1d
Update DraggableWindow to use responsive layout
MarkH817 Mar 24, 2026
a1bf9b5
Save chat window position and size to local storage
MarkH817 Mar 24, 2026
8d226fc
Add kick, ban, unban, mute, unmute actions for operators
MarkH817 Mar 25, 2026
d5dc393
Update chat layout logic
MarkH817 Mar 26, 2026
41329b3
Adjust scroll behavior for sidebar menu and channel messages
MarkH817 Mar 26, 2026
f28f000
Split message groups if on different days
MarkH817 Mar 26, 2026
051cb6b
Add online users list
MarkH817 Mar 26, 2026
ec1cb46
Reopen last active channel upon rejoining
MarkH817 Mar 26, 2026
4827c3d
Add channel navigation and fix direct message logic
MarkH817 Mar 27, 2026
cd11a4c
Update star button styles
MarkH817 Mar 27, 2026
5828b3c
Adjust layout for smaller windows
MarkH817 Mar 27, 2026
7bceb69
Add operator side menu section and system messages
MarkH817 Mar 28, 2026
25b80a1
Prevent non-operators from joining #ops-notification channel
MarkH817 Mar 29, 2026
1e99410
Auto-scroll on received messages
MarkH817 Mar 29, 2026
3a28ce7
Adjust banmask check to ignore casing
MarkH817 Mar 30, 2026
acc143a
Add `.util` to util file names
MarkH817 Mar 30, 2026
cc224f7
Add `.store` to store file names
MarkH817 Mar 30, 2026
f33bb57
Add `.model` to model file names
MarkH817 Mar 30, 2026
8685931
Remove unused Ban model
MarkH817 Mar 30, 2026
53d529b
Add `.const` to constants file names
MarkH817 Mar 30, 2026
c4b18b6
Remove `starred` from Message model
MarkH817 Mar 31, 2026
454eeb4
Add Report model
MarkH817 Mar 31, 2026
7cbddf8
Define report store logic for opening, closing, and submitting from a…
MarkH817 Mar 31, 2026
7b4d755
Close menu on Escape
MarkH817 Mar 31, 2026
083194e
Fix aria usage for the minimization button
MarkH817 Mar 31, 2026
068e956
Add AppModal UI component
MarkH817 Apr 1, 2026
d95566d
Add report modal to submit additional comments
MarkH817 Apr 1, 2026
cfa73e1
Add message options dropdown to report message
MarkH817 Apr 1, 2026
dad0abb
Handle external nickname change
MarkH817 Apr 1, 2026
5aa7b22
Update IRC server config to new Ergo instance
MarkH817 Apr 2, 2026
a5255f9
Add i flag to username RegEx
MarkH817 Apr 2, 2026
e925be3
Cleanup unused types/props
MarkH817 Apr 2, 2026
b578dcc
Add notification settings
MarkH817 Apr 3, 2026
91cc727
Add labelled by attribute for modals
MarkH817 Apr 4, 2026
4b0c33f
Allow keyboards to toggle user popovers
MarkH817 Apr 4, 2026
24df882
Track NICKs as lowercase strings
MarkH817 Apr 4, 2026
dcb73c2
Update keyword detection to be case-insensitive
MarkH817 Apr 4, 2026
de7a657
Add auto-AWAY timeout
MarkH817 Apr 6, 2026
965902c
Add away status to settings
MarkH817 Apr 7, 2026
b7c9bb2
Add font size to settings
MarkH817 Apr 7, 2026
bbe7ed9
Refactor markdown renderer implementation
MarkH817 Apr 8, 2026
3facdbf
Add initial logic for puzzle tooltips
MarkH817 Apr 10, 2026
b49085a
Display puzzle information
MarkH817 Apr 10, 2026
e6189a1
Add external link confirmation
MarkH817 Apr 13, 2026
a814757
Navigate on clicking tagged channel in message
MarkH817 Apr 13, 2026
985f419
Extract puzzle tooltip into separate component
MarkH817 Apr 14, 2026
7b01280
Extract message content rendering into separate component
MarkH817 Apr 14, 2026
20cfb8f
Add chat input preview
MarkH817 Apr 15, 2026
aff7694
Update to Vite 8
MarkH817 Apr 15, 2026
cb59481
Marked message preview as inert
MarkH817 Apr 16, 2026
0978f56
Add markdown underline format
MarkH817 Apr 16, 2026
dbb91f0
Add chat toolbar
MarkH817 Apr 17, 2026
b280116
Add initial markdown format toggle
MarkH817 Apr 17, 2026
664f793
Connect keybind to input
MarkH817 Apr 18, 2026
1ceab0f
Switch from `renderInline` to `render` in MessageContent
MarkH817 Apr 20, 2026
2c71e71
Add help command
MarkH817 Apr 21, 2026
6863815
Add ignore/unignore commands and settings section
MarkH817 Apr 22, 2026
62a686f
Add ignore/unignore button to message options and player tooltip
MarkH817 Apr 23, 2026
d6c6490
Use IRC store directly in login form component
MarkH817 Apr 27, 2026
cddd018
Use BSpinner replace loading gif
MarkH817 Apr 27, 2026
790ec54
Use v-bind in minimization triangle
MarkH817 Apr 27, 2026
58a0328
Reduce default channels and remove channel joining
MarkH817 Apr 28, 2026
5d175ba
Add mute/unmute mask commands
MarkH817 Apr 28, 2026
eb342dc
Update user related labels/descriptions
MarkH817 Apr 28, 2026
a43a5fc
Remove color overriding and legacy nick parsing
MarkH817 Apr 28, 2026
5223a1e
Remove page title overriding
MarkH817 Apr 28, 2026
d548b44
Remove former `src/app` directory
MarkH817 Apr 28, 2026
aa27102
Add dropdown for joining channels
MarkH817 Apr 29, 2026
925fe65
Remove ESLint/Prettier and add Oxfmt
MarkH817 Apr 30, 2026
cd124ef
Adjust KICK/NOTICE commands if operator is not in channel
MarkH817 Apr 30, 2026
2f96951
Simplify message grouping
MarkH817 Apr 30, 2026
8bfbb6f
Move max channel messages to setting
MarkH817 Apr 30, 2026
1d612b8
Add delay for leaving temporarily joined channels
MarkH817 May 1, 2026
d26939e
Use LockManager Web API to coordinate notifications
MarkH817 May 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove old vxm module
  • Loading branch information
MarkH817 committed Mar 24, 2026
commit 55a86ce9aee25efc56a9d59b1cf528fee77d97c5
14 changes: 0 additions & 14 deletions src/store/vxm.ts

This file was deleted.