Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Links #70

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Links #70

wants to merge 11 commits into from

Conversation

VinaiRachakonda
Copy link
Contributor

adds links and attachment dropdown to company links page

@albertzhidong
Copy link
Collaborator

@VinaiRachakonda UI changes made!

client/schemas/gdrive.ts Outdated Show resolved Hide resolved
@@ -55,6 +55,15 @@ export interface CompanyLink {
url?: string;
}

export const companyLinkSchema = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Where is this used?

Copy link
Collaborator

Choose a reason for hiding this comment

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

client/components/CompanyProfile/AttachmentDropdown.tsx Outdated Show resolved Hide resolved
client/components/CompanyProfile/AttachmentDropdown.tsx Outdated Show resolved Hide resolved
client/components/CompanyProfile/AttachmentDropdown.tsx Outdated Show resolved Hide resolved
import {
withAC,
ApplicationContainerProps,
} from '../../containers/ApplicationContainer';
import Comment from './Comment';
import CommentForm from './CommentForm';

const CommentSectionWrapper = styled.div`
margin-top: 15%;
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reason this is a %? This may get unpredictable. @albertzhidong

Copy link
Collaborator

Choose a reason for hiding this comment

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

nah we can switch to 15vh -- will do

Copy link
Collaborator

Choose a reason for hiding this comment

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

done

Copy link
Contributor

Choose a reason for hiding this comment

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

Mm still not a fan--can we move to ems? It doesn't really make sense to have the padding be a function of vertical space on screen since we scroll vertically imo

@casey-chow
Copy link
Contributor

This is how it looks for me now. Is this the intent?

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants