-
Notifications
You must be signed in to change notification settings - Fork 187
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
Module loaders #503
Module loaders #503
Conversation
Note 2** there are onload functions in |
Getting this message on
|
@localjo Yeah I saw that yesterday. Need to switch the |
- Added examples of description, layergroup, daynight, and track
Specifically: * Shimmed d3 * Shimmed Jquery and it's plugins * Removed `const` that were exported and replaced them with default * executions * Added build folder to place store transpiled code * Removed uglify * Removed jQuery plugin tags * Adjusted `export` && `import` naming to make them correspond/work * A number of bug fixes with help from the linter
Module loader debugged
Pull in correct ol CSS files with Grunt and update link tags in index.html
npm install automatically updated this
- Target `a` elements with sortable's cancel attribute within the layer `li`
- Create .github default folder for housing github related docs - Add a link to our waffle.io board to contributing doc - Minor spellcheck corrections
- Increase validScreenSize width detection to prevent the tour window from appearing on devices with too small of an area for the window to fit correctly.
- Change `left` position direction to `right` as per documentation - Import `jquery-ui/position` to wvui to prevent unexpected results
Make documentation match standard readme format Simplify organization Improve formatting Update information for Apache
…EXWEXs-fix-loading
Clean up documentation
Fix sortable overriding layer controls on Android tablets
Prevent tour window from appearing in incorrect position
Fix toolbar modal positioning
Resolves #494
Fixes #528
Fixes #673
Depends on nasa-gibs/worldview-components#32
Outstanding Items
Features to be modularized and re-enabled
Update Buster Tests
All tests should be modularized, and the code should be tested against them before that section is marked complete)
Other Tasks
/ext
to package.jsonBugs
iCheck iCheck-checkbox
classes on div which is affecting the styling.wv-running
/.wv-active
classes not being added frommap/runningdata.js
)jQuery.easing[this.easing] is not a function
error when opening projection switcher.React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components).
when trying to open share link button.-- Text appears darker than before. This can be seen in the Events / Date tab, Measurement setting tab (Add Layers modal),
-- The "Squash Layer" checkbox in the sidebar has no border and is missing padding/margin right
-- The radio "check" buttons under Color palettes in the sidebar is missing thick borders
-- jQuery UI default font-stack is no longer
Segoe UI,Arial,sans-serif
, it isVerdana,Arial,sans-serif
, so the "Add Layers" button looks differentNote* This is related to toggle-event being removed in jQuery 1.9+ (https://api.jquery.com/toggle-event/)
Cleanup
main.js
@localjo Finish main.js modularization #656NODE_ENV
in production - @localjo Clean Up Build Scripts #659/bin
,/tasks
, and/deploy
) - @localjo Clean up project structure and simplify build scripts #664worldview-private
deployment scripts - @localjo