Coder Social home page Coder Social logo

computernewb / collab-vm-1.2-webapp Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 36.0 10.39 MB

The webapp for the CollabVM Server

Home Page: https://computernewb.com/collab-vm/

License: GNU General Public License v3.0

TypeScript 81.77% CSS 4.01% HTML 14.14% JavaScript 0.08%

collab-vm-1.2-webapp's Introduction

CollabVM 1.2 Webapp 2.0

CollabVM Web App

The CollabVM Web App is the viewer for the CollabVM Server.

Building

Copy config.example.json to config.json and edit to your needs, then:

yarn

  • yarn
  • yarn build

npm

  • npm i
  • npm run build

The build output directory is dist/.

Unit testing

This is very minimal and only tests a single standalone part at the moment:

  • yarn test

Serving

Just drop the contents of dist/ somewhere into your webroot.

For testing or development purposes only, you can throw up a quick test webserver with the following command:

yarn

yarn serve

npm

npm run serve

collab-vm-1.2-webapp's People

Contributors

ctrlaltf2 avatar dakrk avatar dependabot[bot] avatar dfault-user avatar eastcation avatar elijahr2411 avatar enderman0125 avatar geoegii555 avatar iceburglettuce17 avatar indonesia1331 avatar iptvmanreal avatar johnmacrocraft avatar mdmck10 avatar modeco80 avatar mvoolt avatar nephacks avatar nonamevm avatar novastrum avatar pap-git avatar pikterra32 avatar riko avatar rostyc avatar thailand39544 avatar tsumetaayz avatar ubuntu2310fake avatar undefishin avatar xdlivecat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

collab-vm-1.2-webapp's Issues

Staff dropdown breaks on rename

When a user renames, staff dropdown actions break as they try to execute on the old username. I assume this is a scoping problem but ill need to look into it more

JS rewrite

Part or all of the JS needs to be rewritten to segregate the cvm client from the webapp itself into its own class. Too many problems are caused by having the client class interact directly with the DOM.

This takes precedence over all other issues as it amounts to almost a total rewrite

VM disconnect bug - chat username box's class doesn't get reset

When you get disconnected from the VM while being authenticated as admin or moderator, the chat username box's class doesn't get reset, so when you go on another VM it will still show in red or green despite you not being authenticated.

How to reproduce:

  1. Go on a VM and log in as an operator
  2. Wait until the server disconnects you (another bigger issue that you get randomly disconnected, but that's out of the scope of this issue)
  3. Go to another VM again
  4. Notice the chat username box is still colored, in spite of you not being logged in, otherwise it'd be normal.

Windows/Super key doesn't work

Pressing a key not in the keyidentifier_keysym array (like the Windows key) throws ReferenceError: keycodeKeysyms is not defined.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.