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

Cleaned Up Vue Modal Styling #112

Merged
merged 5 commits into from Sep 18, 2019
Merged

Cleaned Up Vue Modal Styling #112

merged 5 commits into from Sep 18, 2019

Conversation

nandanmen
Copy link
Contributor

Fixes #111

Changes:

  • Fixed font size being too large
  • Changed modal paddings and margins to look cleaner
  • Changed common elements to use classes instead of ids

new webpack.LoaderOptionsPlugin({
minimize: true
})
])
Copy link

Choose a reason for hiding this comment

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

Missing semicolon.

}

if (process.env.NODE_ENV === 'production') {
module.exports.devtool = '#source-map'
Copy link

Choose a reason for hiding this comment

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

Missing semicolon.

hints: false
},
devtool: '#eval-source-map'
}
Copy link

Choose a reason for hiding this comment

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

Missing semicolon.

@@ -0,0 +1,79 @@
var path = require('path')
var 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.

Missing semicolon.

@@ -0,0 +1,79 @@
var path = require('path')
Copy link

Choose a reason for hiding this comment

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

Missing semicolon.

*/
async updatePermissions(nodeMetaId, permissions) {
try {
const url = `${apiUrl}/tapestries/${this.postId}/nodes/${nodeMetaId}/permissions`;
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).
'template literal syntax' is only available in ES6 (use 'esversion: 6').

*
* @return {Object}
*/
async updatePermissions(nodeMetaId, permissions) {
Copy link

Choose a reason for hiding this comment

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

Class properties must be methods. Expected '(' but instead saw 'updatePermissions'.
Duplicate class method 'async'.

async addLink(link) {
try {
const url = `${apiUrl}/tapestries/${this.postId}/links`;
const response = await axios.post(url, link);
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).
Missing semicolon.

*/
async addLink(link) {
try {
const url = `${apiUrl}/tapestries/${this.postId}/links`;
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).
'template literal syntax' is only available in ES6 (use 'esversion: 6').

*
* @return {Object}
*/
async addLink(link) {
Copy link

Choose a reason for hiding this comment

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

Class properties must be methods. Expected '(' but instead saw 'addLink'.
Duplicate class method 'async'.

@nandanmen nandanmen changed the base branch from master to tapestry-d3-vue September 12, 2019 21:59
Copy link
Collaborator

@wynnset wynnset left a comment

Choose a reason for hiding this comment

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

  • Please remove any styling-only changes (minimize your changes) to avoid merge conflicts
  • Please use dashes to separate words in your classes / IDs instead of (double) underscores

@nandanmen nandanmen assigned wynnset and unassigned nandanmen Sep 17, 2019
@wynnset wynnset merged commit c2dddaa into tapestry-d3-vue Sep 18, 2019
@wynnset wynnset deleted the 111-clean-up-css branch September 18, 2019 08:47
@wynnset wynnset mentioned this pull request Sep 21, 2019
wynnset pushed a commit that referenced this pull request Sep 28, 2019
* Tidy up add/edit node modal
* Utilize Bootstrap-Vue components to tidy up add/edit modal even more
wynnset pushed a commit that referenced this pull request Sep 28, 2019
* Tidy up add/edit node modal
* Utilize Bootstrap-Vue components to tidy up add/edit modal even more
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.

None yet

2 participants