imanjra

Results 6 comments of imanjra

@smartmouse As a workaround, I used webpack for modules using jsonpath as dep and it worked fine

@itowlson I think you will need option below in webpack options ``` node: { fs: 'empty' } ``` ### Our Example From: ``` gulp.task('browserify:test', function () { return browserify('./app.js', {standalone:...

Dark mode: ![image](https://user-images.githubusercontent.com/25350704/196272766-2f37c97f-508a-4453-9cfc-29d0a19250ca.png) Light mode: ![image](https://user-images.githubusercontent.com/25350704/196272838-d8d97900-9568-4186-957f-e59c4413af91.png)

Converting to draft. Based on offline discussion, design needs some more work.

> Also, wondering if there is any opportunity to reuse the React components from Saved Views? Yah, I do want to consolidate and share some more components (some are shared...

> For completeness, I believe some permission handling might need to be added similar to saved views, .i.e. usage of canEditSavedViews atom? I just pushed an equivalent canEditWorkspaces atom. Can...