aboutsummaryrefslogtreecommitdiff
path: root/webAO
AgeCommit message (Collapse)Author
2023-12-21Use datalist in pairing to make it searchableDavid Skoland
By using data list instead of select, we can easily make it searchable and render a platform-native dropdown which filters options based on the search. This makes finding your pairing partner much easier, especially in servers with many characters.
2023-12-21Remove objection_button stylingDavid Skoland
2023-12-19Use client_button instead of objection_buttonDavid Skoland
Currently, we use objection_button class for the shouts, but the toggleShout function actually changes it to client_button instead. This makes it change style (height) whenever it is pressed. We can fix this by just using client_button. That makes it look more like the rest of the buttons as well. Since we don't use objection_button anymore, remove it from the styles.
2023-12-08bring to frontstonedDiscord
didnt work
2023-12-08throw out dialogstonedDiscord
2023-12-08rename callbackstonedDiscord
2023-12-08throw out googlestonedDiscord
2023-12-08remove close()stonedDiscord
2023-12-07fix ooc autoscrollstonedDiscord
2023-12-06fix singleplayerstonedDiscord
2023-12-02Merge pull request #203 from Troid-Tech/adjust-connect-timeoutstonedDiscord
Add connect timeout
2023-11-30Move where we set server.onlineDavid Skoland
2023-11-30Make localhost and singleplayer fill the type correctlyDavid Skoland
2023-11-30Make online non-nullableDavid Skoland
2023-11-30Revert fileExistsDavid Skoland
2023-11-29Catch errors in fileExistsDavid Skoland
2023-11-29Use findImgSrc in setSideDavid Skoland
2023-11-29Add findImgSrcDavid Skoland
2023-11-29Add filesExistDavid Skoland
2023-11-29Simplify and make fileExists proper typescriptDavid Skoland
2023-11-29Rename fileExists.js to fileExists.tsDavid Skoland
2023-11-29minor formattingDavid Skoland
2023-11-29merge master into masterstonedDiscord
2023-11-23Hide chatbox on blankpostsDavid Skoland
2023-11-23FormattingDavid Skoland
2023-11-23Merge pull request #202 from SymphonyVR/masterstonedDiscord
Some bugfixes (upscaling, preanimation, webp on char buttons, viewport layout)
2023-11-22Also log the error itself on errorDavid Skoland
2023-11-22Set timeout to connecting to server to 5 secondsDavid Skoland
2023-11-22Add client stateDavid Skoland
It's very useful to know the state of client, whether it's connected or properly joined.
2023-11-22Merge pull request #201 from Troid-Tech/connect-to-wssstonedDiscord
Fix https and add wss support
2023-11-22Add clause for checking ws in httpsDavid Skoland
2023-11-22adjust offsetstonedDiscord
2023-11-22fix autoscrollstonedDiscord
2023-11-22Remove old "left" fieldSymphonyVR
2023-11-22Reverted some bugs caused by experimentingSymphonyVR
Now is stable
2023-11-22Make the web client UI behave more like AO2 clientSymphonyVR
Fix: background scaling #92 Changes: Now every image on the viewport is centered in the X and Y.
2023-11-22Add support for webp on the char buttons.SymphonyVR
2023-11-22Fix "Empty messages don't play the preanimation"SymphonyVR
Fix for: Empty messages don't play the preanimation #191
2023-11-22Smarter upscaling/downscalingSymphonyVR
By default it used to make all images pixelated.
2023-11-20Remove subdomain terribleness and split clientURL into a functionDavid Skoland
2023-11-20host isn't usedDavid Skoland
2023-11-20Upgrade asset link to https in secure contextDavid Skoland
2023-11-20Fix domain tricks for localhostDavid Skoland
2023-11-20More protocol magicDavid Skoland
2023-11-20Missing colonDavid Skoland
2023-11-20Need to adjust http/s as wellDavid Skoland
2023-11-20Warning about no ws portDavid Skoland
2023-11-20Nice off-by-one error broDavid Skoland
2023-11-20Remove debug statementDavid Skoland
2023-11-20Make Join button open in new tabDavid Skoland