1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/common/utils
Roman be4e1aa15c
Navigation refactoring, handling extension page params (#1651)
* decentralizing page url-params management -- PoC / tsc 4.1 random fixes

Signed-off-by: Roman <ixrock@gmail.com>

* fixes, tweak example-extension for demo

Signed-off-by: Roman <ixrock@gmail.com>

* lint fixes, revert tests

Signed-off-by: Roman <ixrock@gmail.com>

* removed occasional changes related to typescript 4.1

Signed-off-by: Roman <ixrock@gmail.com>

* updated example with 2 menu-items targeting same page with different params

Signed-off-by: Roman <ixrock@gmail.com>

* fix: merge page url chunks with native URL()-api, simplified default page-params registration

Signed-off-by: Roman <ixrock@gmail.com>

* fix: make lint happy

Signed-off-by: Roman <ixrock@gmail.com>

* fix: unit-tests

Signed-off-by: Roman <ixrock@gmail.com>

* renaming by jim's request: UrlParam => PageParam (type), createUrlParam => createPageParam (helper)

Signed-off-by: Roman <ixrock@gmail.com>

* fix: reverting NamespaceStore public-api breaking changes

Signed-off-by: Roman <ixrock@gmail.com>

* lint fix

Signed-off-by: Roman <ixrock@gmail.com>

* fine-tuning

Signed-off-by: Roman <ixrock@gmail.com>

* yes, lint always unhappy

Signed-off-by: Roman <ixrock@gmail.com>

* fix build

Signed-off-by: Roman <ixrock@gmail.com>

* small fixes

Signed-off-by: Roman <ixrock@gmail.com>

* fix merge-conflicts

Signed-off-by: Roman <ixrock@gmail.com>

* removed `isSystem` page-param's init field exposed to extensions-api

Signed-off-by: Roman <ixrock@gmail.com>
2020-12-22 15:29:25 +02:00
..
__tests__ Refactor testing harness to use defaults (#808) 2020-10-02 10:05:59 -04:00
app-version.ts Enforce semicolons in eslint 2020-11-19 16:35:04 +02:00
autobind.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
base64.ts Lens restructure (#540) 2020-06-30 14:35:16 +03:00
buildUrl.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
camelCase.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
cloneJson.ts Migrating Vue components to React and stores refactoring (#585) 2020-08-20 08:53:07 +03:00
debouncePromise.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
defineGlobal.ts Add confirmation dialog to extension uninstall (#1547) 2020-11-27 12:52:34 +02:00
downloadFile.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
escapeRegExp.ts add no-unused and react/recommended to eslint (#1523) 2020-11-27 08:48:38 -05:00
getRandId.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
index.ts Navigation refactoring, handling extension page params (#1651) 2020-12-22 15:29:25 +02:00
openExternal.ts Enforce semicolons in eslint 2020-11-19 16:35:04 +02:00
saveToAppFiles.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
singleton.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
splitArray.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
tar.ts Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00