eternagame / HTML-Chat

HTML5 implementation of chat to replace the legacy Flash-based implementation
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

New layout/more functionality #95

Closed AlexHalb closed 9 months ago

AlexHalb commented 4 years ago

New layout in vue.js based off

Also adds quite a bit of new functionality.

Closed issues * Closes #5 * Closes #6 * Closes #7 * Closes #8 * Closes #10 * Closes #11 * Closes #12 * Closes #13 * Closes #14 * Closes #15 * Closes #16 * Closes #17 * Coses #18 * Closes #19 * Closes #20 * Closes #21 * Closes #23 * Closes #26 * Closes #27 * Closes #29 * Closes #38 * Closes #41 * Closes #49 * Closes #51 * Closes #53 * Closes #62 * Closes #79 * Closes #82 This also includes issues currently fixed and issues resolved in the vue-rewrite branch. Apologies, I know this list is painfully verbose. Github only recognizes issues as being linked to a PR if they are prefixed with closes/resolved/fixes for every issue and they have to all be in the PR description.
AlexHalb commented 4 years ago

Here's a list of the functionality of the toolbar (also, before I forget, here's a screenshot)

What I still want/need to implement

luxaritas commented 4 years ago
AlexHalb commented 4 years ago

For the builtin browser resizer, that's something I can only hide on webkit browsers (-webkit::resizer is the pseudo-class I believe). The restrictive min and max sizes are mostly arbitrary. The minimum size is somewhat large so everything fits properly (mainly in the settings menu). The maximum size could be removed entirely, as there isn't really any reason for it. The profile picture does display for the user cards, it just takes a while to load (if you're not seeing them, it's likely because the chat doesn't parse UIDs from the old chat correctly and sets them as anonymous).

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa4 commented 4 years ago

amaziong!

luxaritas commented 9 months ago

Finally merging, will take care of further adjustments outside of PR