scaife-viewer / explorehomer

front-end for the Scaife "Explore Homer" prototype
https://scaife-viewer.org/
MIT License
4 stars 0 forks source link

scaife/widgets #1

Closed jhrr closed 4 years ago

jhrr commented 4 years ago

Modularize the project and port the first set of widgets to the ATLAS reader.

Notes

jtauber commented 4 years ago

The fact the Text Width widget has 3 choices, not 4 suggest it's not the latest thing I did for Scaife. Not a blocker but we should update to the latest (the one with the "Full" widget option)

jtauber commented 4 years ago

@paltman you should definitely review this too!

jhrr commented 4 years ago

@paltman you should definitely review this too!

Absolutely! Added as a reviewer.

jhrr commented 4 years ago

The fact the Text Width widget has 3 choices, not 4 suggest it's not the latest thing I did for Scaife. Not a blocker but we should update to the latest (the one with the "Full" widget option)

Oh yep, easily done. Adding to TODO list.

jhrr commented 4 years ago

Yes I definitely agree that the global/scoped CSS situation needs some attention, I'll look into your comments and see what I can sort out.

On Mon, 25 Nov 2019, 20:36 Patrick Altman, notifications@github.com wrote:

@paltman requested changes on this pull request.

Just a few suggested changes. Overall, looks great!

In package.json https://github.com/scaife-viewer/explorehomer/pull/1#discussion_r350375444 :

@@ -21,29 +25,25 @@ "webpack": "^4.41.2" }, "devDependencies": {

  • "@babel/core": "^7.0.0-0",

Latest is 7.7.4. Should we use the latest?

In src/App.vue https://github.com/scaife-viewer/explorehomer/pull/1#discussion_r350376621 :