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

Interface fixes #44

Merged
merged 14 commits into from
May 28, 2020
Merged

Interface fixes #44

merged 14 commits into from
May 28, 2020

Conversation

RitaOak
Copy link
Collaborator

@RitaOak RitaOak commented May 26, 2020

This change is Reviewable

@RitaOak RitaOak requested a review from brecke May 26, 2020 22:32
@RitaOak
Copy link
Collaborator Author

RitaOak commented May 26, 2020

But we always had a .gitignore. What is this witchcraft?

Copy link
Member

@brecke brecke left a comment

Choose a reason for hiding this comment

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

Ok, so:

  • Remove comments that we no longer need
  • Remind me again why we need a bunch of (temporary) V2 files
  • Feel free to remove old scaffolding files at will

Reviewed 20 of 25 files at r1, 5 of 5 files at r2.
Reviewable status: all files reviewed, 5 unresolved discussions (waiting on @RitaOak)


src/components/shop-products.js, line 13 at r2 (raw file):

/* eslint-disable import/no-unassigned-import */

class ShopProducts extends PageViewElement {

why don't you just erase it? this is a file from the project template


src/components/sidebarV2.js, line 1 at r2 (raw file):

import { html, LitElement } from 'lit-element';

what does V2 mean?


src/components/top-navV2.js, line 1 at r2 (raw file):

import { html, LitElement } from 'lit-element';

Why do we need a V2?


style/app.scss, line 168 at r2 (raw file):

.menu {
  width: 185px;
  //position: fixed;

do we need these comments? and the others above?


style/topnav-buttons.scss, line 19 at r2 (raw file):

  font-size: 14px;
  height: 35px;
  //border-radius: 25px;

do we need these?

@RitaOak RitaOak requested a review from brecke May 27, 2020 17:34
@RitaOak
Copy link
Collaborator Author

RitaOak commented May 27, 2020


style/app.scss, line 168 at r2 (raw file):

Previously, brecke (Miguel Laginha) wrote…

do we need these comments? and the others above?

they're helpers to revert to a previous layout, nothing too important but that should stay for now

@RitaOak
Copy link
Collaborator Author

RitaOak commented May 27, 2020


style/topnav-buttons.scss, line 19 at r2 (raw file):

Previously, brecke (Miguel Laginha) wrote…

do we need these?

same as before

@RitaOak
Copy link
Collaborator Author

RitaOak commented May 27, 2020


src/components/shop-products.js, line 13 at r2 (raw file):

Previously, brecke (Miguel Laginha) wrote…

why don't you just erase it? this is a file from the project template

I've been trying to delete the shop files, but for some reason they cause the project to send several error messages. It didn't crash, but hours later I still haven't figured out where the problem lies, so I'll just leave those files for now.

Copy link
Collaborator Author

@RitaOak RitaOak left a comment

Choose a reason for hiding this comment

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

Reviewable status: all files reviewed, 5 unresolved discussions (waiting on @brecke)


src/components/sidebarV2.js, line 1 at r2 (raw file):

Previously, brecke (Miguel Laginha) wrote…

what does V2 mean?

Done.


src/components/top-navV2.js, line 1 at r2 (raw file):

Previously, brecke (Miguel Laginha) wrote…

Why do we need a V2?

Done.

Copy link
Member

@brecke brecke left a comment

Choose a reason for hiding this comment

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

Reviewed 12 of 12 files at r3.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @RitaOak)


src/components/shop-products.js, line 13 at r2 (raw file):

Previously, RitaOak (Rita Oak) wrote…

I've been trying to delete the shop files, but for some reason they cause the project to send several error messages. It didn't crash, but hours later I still haven't figured out where the problem lies, so I'll just leave those files for now.

lol ok
create an issue for that on github if you please


style/app.scss, line 168 at r2 (raw file):

Previously, RitaOak (Rita Oak) wrote…

they're helpers to revert to a previous layout, nothing too important but that should stay for now

then expand the comment to say that explicitly. Even you won't know what they're for in a year otherwise :)


style/topnav-buttons.scss, line 19 at r2 (raw file):

Previously, RitaOak (Rita Oak) wrote…

same as before

do as I suggested then

@RitaOak RitaOak requested a review from brecke May 27, 2020 23:41
Copy link
Collaborator Author

@RitaOak RitaOak left a comment

Choose a reason for hiding this comment

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

Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @brecke)


style/app.scss, line 168 at r2 (raw file):

Previously, brecke (Miguel Laginha) wrote…

then expand the comment to say that explicitly. Even you won't know what they're for in a year otherwise :)

Done.


style/topnav-buttons.scss, line 19 at r2 (raw file):

Previously, brecke (Miguel Laginha) wrote…

do as I suggested then

Done.

Copy link
Member

@brecke brecke left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 2 of 4 files at r4.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@brecke brecke merged commit 48b22e4 into oaeproject:master May 28, 2020
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.

2 participants