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

Created the Profile Template #4

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

Conversation

RITIKHARIANI
Copy link
Member

@RITIKHARIANI RITIKHARIANI commented Jul 18, 2020

Done:
First i cloned Prithvi's Repo and then we made the static Profile page as per the Figma template made by CT.
Check it out... To access it u need to type /profile in the URL.

Issues I see are:
There is a commit that shows i merged my repo with Prithvi's. So might need to rebase?
This PR also contains the work done so far by his team, so it might create conflicts?
Need to make this Reponsive. For some reason AntD isn't responsive on its own

We are working on the Edit Profile page as well

@vercel
Copy link

vercel bot commented Jul 18, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: In Progress
✅ Preview: In Progress

'process.env.serverURL': JSON.stringify(serverURL),
}),
);
Copy link

Choose a reason for hiding this comment

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

Missing semicolon.

new webpack.DefinePlugin({
'process.env.serverURL': JSON.stringify(serverURL),
}),
Copy link

Choose a reason for hiding this comment

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

Expected ')' and instead saw ';'.
Expected an identifier and instead saw ')'.
Missing semicolon.
Unexpected ')'.

module.exports = withCSS({
exportTrailingSlash: true,
serverURL: serverURL,
Copy link

Choose a reason for hiding this comment

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

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

const withCSS = require('@zeit/next-css');

const isProduction = (process.env.NODE_ENV || 'production') === 'production';
Copy link

Choose a reason for hiding this comment

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

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

const webpack = require('webpack');
const withCSS = require('@zeit/next-css');

Copy link

Choose a reason for hiding this comment

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

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

const webpack = require('webpack');
Copy link

Choose a reason for hiding this comment

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

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

-Basic Edit Profile page added, need to make it responsive.
@vercel vercel bot had a problem deploying to Preview August 16, 2020 13:59 Failure
@vercel
Copy link

vercel bot commented Aug 16, 2020

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/thealcodingclub/settings/billing

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.

4 participants