Skip to content

Commit

Permalink
Search params carried in URL; major refactor of path handling (#108)
Browse files Browse the repository at this point in the history
* draft on new urls

* ItemProperties: destructure HasProperties.

* ItemProperties: more unpacking PSets and tests.

* urls: upstream merge in prep for staging.

* urls: merge with bounce, test 1

* urls: merge with bounce, test 2

* urls: merge with bounce, test 3

* urls: merge with bounce, test 4

* urls: merge with bounce, test 5

* urls: merge with bounce, test 6

* urls: merge with bounce, test 6

* urls: merge with bounce, test 7

* urls: merge with bounce, test 8

* urls: merge with bounce, test 9

* urls: merge with bounce, test 10

* urls: merge with bounce, test 11

* urls: merge with bounce, test 12

* urls: merge with bounce, test 13

* urls: merge with bounce, test 14

* urls: merge with bounce, test 15

* urls: merge with bounce, test 16

* urls: final test.

* urls: cleanup debug output on test.

* urls: load local file also works.

* urls: with local load. test 2.

* urls: with local load. test 3.

* urls: with local load. test 4.

* urls: converting most arrow funcs to functions.

* urls: using helper for first useEffect and cleaned up some debug logs.

* urls: fixed newScene bug.

* urls: better commenting.

* Rename tinyhouse.ifc to index.ifc and update with better model from SP.

* search: passing state through url working. Remove jsonata for now.

* index.ifc: rebuild for serve.

* eslint: testing git hook requiring eslint to pass

* eslint: fix IconGroup button display.

* eslint: build for pr.

* search: working with tests.  preparing for big eslint merge.

* precommit: introduce single precommit command

* debug: lint

* fix navtree toggle
  • Loading branch information
pablo-mayrgundter committed Feb 19, 2022
1 parent 41f9a85 commit e9d4e97
Show file tree
Hide file tree
Showing 30 changed files with 2,011,591 additions and 16,431 deletions.
Empty file removed .eslintignore
Empty file.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ module.exports = {
'semi': ['error', 'never'],
'max-len': ['error', 100],
'no-irregular-whitespace': ['error'],
'no-trailing-spaces': ['error']
'no-trailing-spaces': ['error'],
'prefer-rest-params': 'off'
},
'settings': {
'react': {
'version': 'latest',
},
},
'reportUnusedDisableDirectives': true
}
27,785 changes: 11,835 additions & 15,950 deletions docs/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/index.js.map

Large diffs are not rendered by default.

0 comments on commit e9d4e97

Please sign in to comment.