Commit Graph

9 Commits

Author SHA1 Message Date
Poppabear b1de6a86a8 (Feature) TimeAgo Timestamps 2018-05-13 17:12:28 -04:00
Poppabear 5122acaf6c (Update) Fixed various bugs and added tooltips 2018-05-13 15:06:20 -04:00
Poppabear 82f0378856 (Fix) Bug: Emoji Parsing Issue
Sometime emoji's would randomly not render due to VueJS being reactive
and during DOM updates, it would just cause it to be wacky!

By parsing the emoji's server side before VueJS renders the dom, we now
solve this issue.
2018-05-10 21:13:17 -04:00
poppabear8883 e123b60104 (Beta) Chat v2.0
This is a "Beta" commit. Its expected to be appropriate for local or
public testing.
2018-05-09 14:10:11 -04:00
poppabear8883 f37df6fede (Beta) Chat v2.0
This is a "Beta" commit. Its expected to be appropriate for local or
public testing.
2018-05-08 16:14:24 -04:00
poppabear8883 34ff5d33db (WIP) Chat v2.0 (pusher)
This is a "Work In Progress" commit. Its not expected to work.
2018-05-02 23:08:26 -04:00
HDVinnie 5064235e28 (WIP) New Chat
- Powered by VueJS, Socket.io and Laravel Echo Server for broadcasting
events.
- Alpha Stage
- Not ready for use!!!
- https://trello.com/c/tzHOvz5h/16-shoutbox-20
2018-04-29 11:57:22 -04:00
poppabear8883 eca56f4cba (Rework) Laravel Mix + Webpack
ref: https://laravel.com/docs/5.6/mix

We will now handle assets primarily through packages.

Consider packages and node modules to be the same as
JavaScript/CSS libraries.

Think about it this way, if we use "composer" to import PHP packages
for backend libraries, we would then use "npm" to import JS/CSS packages
for front-end libraries.

We use "composer.json" for PHP packages and "package.json" for JS/CSS
packages.

Unlike composer, we will compile our assets into specified files
per instructed via the "webpack.mix.php" file.

Please Note, you don't version control "node_modules" nor need it in a
production environment! You do NOT edit any of the JS/CSS files in the
public directory!

With Laravel Mix using simple method chaining, you can fluently define
your asset pipeline.
2018-04-25 16:28:18 -04:00
HDVinnie 5a32c2c38d (Release) UNIT3D v1.0
- BETA
- There are bugs and features not yet complete
- This is not recommended for production use
2017-12-10 21:06:18 -05:00