58 Commits

Author SHA1 Message Date
Infi dcf77e27f2 - Fix migration not running for new users
- Use PlayerState for character
2026-04-30 18:14:15 +02:00
Infi b4cb8b25ec - API 15
- Migrate config for API 15
- Migrate database for API 15
- Allow usage of new target source
- Implement first tell target option
2026-04-30 02:59:58 +02:00
Infi c424311b24 - Check auto translation for commands and execute them instead of sending
- Plugin commands trigger the command helper window now
- Fix auto translation with empty text appearing
- Switch up all dalamud payload usage to ROSS if possible
- Prepare 7.5 changes
- Cleanup
2026-04-08 21:15:28 +02:00
Infi 9f7a6267f6 - Swap Queue to ConcurrentQueue 2026-03-22 15:03:37 +01:00
Infi 4341035c74 - Fix links not showing up in webinterface
- Switch to debug logging
2026-02-09 11:32:06 +01:00
Infi 4f9a6cd5be - API 14 2025-12-19 06:49:18 +01:00
Infi 602f245c34 - Switch to message id already generated 2025-11-17 17:53:01 +01:00
Infi 1ccb6b42ed - Delete old template file structure 2025-11-17 17:50:08 +01:00
Infi 4b94c6e30e - Identify web payloads better
- Switch to IconId field name
- Add unique id to every message
- Automate nodejs build step via csproj
- Add unread color to tab opener
- Add unread number to tab name
- Update ImageSharp dep
2025-11-17 17:48:53 +01:00
Ennea 7119838f81 tab pane styles/handling mobile/portrait, smaller changes
* tab pane in portrait mode now covers the entire viewport
* tab pane X turned into a chevron
* added divider between tab pane header and content
* changed default tab pane state to open
* added code to scroll messages back to bottom after tab pane animation
  and message input resize
2025-11-15 16:54:25 +01:00
Infi c54efe5420 - Implement unread state sync for SSE 2025-10-01 21:30:41 +02:00
Infi ad77299e9e - Restructure imports to follow a more core architurcte 2025-10-01 21:11:14 +02:00
Infi d7326896b1 - Better handle newline paste
- Resize whenever box gets emptied
2025-10-01 20:29:00 +02:00
Infi 14336a9417 - Change dynamic textarea to better height scale 2025-10-01 19:49:58 +02:00
Ennea f325ee1593 add css classes for unread indicators 2025-10-01 16:49:41 +02:00
Ennea 9f097b4df3 persist tab pane state, handle vertical scrolling in tab pane 2025-10-01 16:35:27 +02:00
Ennea 2cdc5bfcd9 add collapsible tab pane 2025-09-30 18:03:22 +02:00
Infi 11311316fd - Add textarea for input
- Remove channel switch button
- Integrate channel switch selection into channel name
- Fix state() warnings
2025-09-24 22:57:22 +02:00
Infi e2df709003 - Downgrade deps to fix current connection reset error 2025-09-20 17:21:08 +02:00
Infi 94b345c6a3 First implementation of sveltekit for webinterface 2025-09-20 16:07:46 +02:00
Infi efdf69f782 - Fix incorrect function call for novice network
- Fix keybind handler being obsolete
2025-09-11 01:30:07 +02:00
Infi 1c306c2219 - Fix #141 2025-02-03 21:59:44 +01:00
Infi bf27d3e853 Final API11 updates and new channel switcher 2024-11-16 21:06:35 +01:00
Infi 45fdac0dd6 API 11 2024-11-13 04:13:18 +01:00
Ennea e9e6cda3a2 remove leftover content property on emotes
this lead to the emotes not being displayed at all in safari. woops
2024-09-09 15:40:35 +02:00
Ennea 25354083d2 more explicit css for emotes, hopefully fixing display in safari 2024-09-03 22:36:41 +02:00
Ennea 862d495a71 cleaner removal of pointer-events property 2024-09-02 13:05:30 +02:00
Infi 725fe449f8 - Support locked channels
- Implement render limit for webinterface [default 1000]
2024-09-02 12:46:09 +02:00
Infi c4d5bfaf36 - Check for color 0 in JS
- Fix error with frag usage
2024-08-30 14:18:33 +02:00
Infi c7b596289e - Add doc comments for structs
- Small cleanup of the js file
2024-08-30 14:08:23 +02:00
Infi ff223bda2e Move message processing to javascript, future proofing it for other frameworks 2024-08-30 13:31:58 +02:00
Infi 5e9f20c116 Fix /auth bug that prevented redirect in some browser 2024-08-28 21:23:46 +02:00
Infi 6fe560d111 - 404 favicon
- Try to fix chrome redirect bug
2024-08-28 19:57:50 +02:00
Infi f6531907a4 - Partially implement tab switch
- Better support character switch
2024-08-28 18:18:20 +02:00
Ennea 0023988ada chat2web frontend: fortify autoscroll code
so that it hopefully works across all devices.. scrolling needs another
look or ten in the javascript spec, seriously
2024-08-28 17:22:13 +02:00
Ennea d309030def chat2web frontend: wrap JSON.parse()s in try-catch blocks 2024-08-28 16:37:26 +02:00
Ennea d10d37011f chat2web frontend: several small adjustments, fixes, refactor
* moving the frontend gfd code into its own file
* refactoring the rest of the js code
* new "more messages"/scroll indicator
* autoscroll fixes in both javascript and css
* adjustments to mobile layout to use space more effectively
* make sure view keeps being scrolled to bottom on viewport changes
  (mobile keyboard show/hide)
2024-08-28 16:27:16 +02:00
Infi 2ababa82b0 - Implement better start/stop for the webinterface
- Save session tokens between startups
2024-08-28 14:09:09 +02:00
Infi 579d405621 Use JSON for POST responses 2024-08-28 12:52:23 +02:00
Infi 7b96b52217 Use QueryParser for redirect and expose method for new clients 2024-08-28 12:42:01 +02:00
Infi 2d7d1c9615 Switch to HTML encoded strings 2024-08-27 18:13:02 +02:00
Infi 0482f20fdf Support URI payloads 2024-08-27 17:26:34 +02:00
Infi 3da41c86fc End SSE connection successfully no matter the cause 2024-08-27 17:11:16 +02:00
Infi 3dedc315ca Add SSE disconnect logic 2024-08-27 16:40:36 +02:00
Infi 1c60556cc8 switch to chat.html 2024-08-26 22:42:35 +02:00
Infi 7ee4151973 test 2024-08-26 22:41:50 +02:00
Ennea 769d34befd disable inter's on-by-default ligatures, redo icon/emote CSS
also:
* proper styling for auth page
* clean-up of html, css, js
* fix scroll indicator eating mouse events
* fix scroll indicator on (mobile?) chrome
* re-calculate timestamp width on each new message, to account for
  unknown/unexpected formats like the inclusion of AM/PM
2024-08-26 22:21:04 +02:00
Infi abde7447be use short path 2024-08-26 17:59:08 +02:00
Infi f97da5d3fd Fix rate limit not applying correctly 2024-08-26 00:15:00 +02:00
Infi f6ea2c0dd3 Adjust emote size and implement load delay 2024-08-26 00:10:56 +02:00