Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/create chat box #4

Merged
merged 7 commits into from
Aug 17, 2020
Merged

Feature/create chat box #4

merged 7 commits into from
Aug 17, 2020

Conversation

Sirbuland
Copy link
Collaborator

No description provided.

Copy link
Contributor

@HamptonMakes HamptonMakes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also remove the .DS_Store files?

I'd recommend that you merge this in, then please follow up with commits to address my comments! Thanks!

@@ -0,0 +1,11 @@
# frozen_string_literal: true

class ChatRoomChannel < ApplicationCable::Channel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be live_video_channel and use it for hearts/messages/etc? Or is it better to have many types of channels?

<p class="web--message__name">
${name}
</p>
<label class="web--message__label">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you try and prefix everything with "web"? Why not put it on the body-tag and just use it everywhere?

$medium-gray: #d0d0d0;

@mixin text-style ($f-size, $color, $f-family ,$f-weight) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This definitely seems like it should be in the utils.

$light-silver:#d8d8d8;
$light-blue: #616583;
$medium-gray: #d0d0d0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Break these out into a vars.scss file.

@Sirbuland Sirbuland merged commit e3cef59 into main Aug 17, 2020
@HamptonMakes HamptonMakes deleted the feature/create_chat_box branch September 23, 2020 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants