-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
But we always had a .gitignore. What is this witchcraft? |
There was a problem hiding this 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?
style/app.scss, line 168 at r2 (raw file): Previously, brecke (Miguel Laginha) wrote…
they're helpers to revert to a previous layout, nothing too important but that should stay for now |
style/topnav-buttons.scss, line 19 at r2 (raw file): Previously, brecke (Miguel Laginha) wrote…
same as before |
src/components/shop-products.js, line 13 at r2 (raw file): Previously, brecke (Miguel Laginha) 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. |
There was a problem hiding this 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.
There was a problem hiding this 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
There was a problem hiding this 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 4 files at r4.
Reviewable status: complete! all files reviewed, all discussions resolved
This change is