PromucFlow_constructor/app/client/src
Bhavin K 6ea90e7c7b
feat: add document viewer widget (#7666)
* created new widget

* new lib for document viewer

* added cypress tests

* updated icon

* handling different url types with viewer

* add to ignore react-documents in jest transformIgnorePatterns

* added jest test, updated comments

* required changes

* updated cypress test

* updated icon svg

* doc viewer new renderers added

* comment as required

* updated test case

* added url / base64 validations

* updated url checking condition for space and updated test case

* cypress selector update

* updated url validations

* Merge branch 'release' into feature/new-document-viewer

* lazy load external lib
2021-11-29 15:37:49 +00:00
..
actions feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
api feat: progress, loading and error states for git flows, pull button and minor misc changes (#9052) 2021-11-16 15:54:38 +05:30
assets feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
comments fix: Button size inside the Table widget has increased + Property pane's panel not scrollable + Alignment issues (#9318) 2021-11-24 17:55:07 +05:30
components fix: MenuItem overflow (#9195) 2021-11-29 11:51:01 +05:30
configs fix: evaluation of escaped characters (#8796) 2021-11-10 12:41:23 +05:30
constants fix: update tooltip record count prop table (#9297) 2021-11-26 10:44:00 +05:30
enterprise
entities fix: Evaluation issue with Button in table Widget (#9356) 2021-11-26 17:03:50 +05:30
globalStyles Fixes type display of JS keywords and adds autocomplete support on backspace. (#8800) 2021-10-26 14:26:10 +05:30
icons feat: create button group widget (#7337) 2021-11-11 06:41:05 +00:00
mockComponentProps refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
mockResponses fix: unread indicator behaviour (#8290) 2021-10-19 15:56:56 +05:30
normalizers refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
notifications fix: git sync minor fixes (#9183) 2021-11-18 06:48:52 +00:00
pages fix: Alignment of point numbers in welcome pages (#9353) 2021-11-26 11:46:08 +05:30
polyfills Feature: Property pane enhancements(Bug fixes + Draggable popper) (#3748) 2021-03-29 21:17:22 +05:30
reducers feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
resizable feat: resizable modal (#7312) 2021-09-20 22:36:13 +05:30
sagas fix: Correcting the throwing error to logging error for promisified triggers (#9385) 2021-11-26 15:30:24 +05:30
selectors feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
templates Feature: Widget grouping Phase I (Multi select and Bulk Delete) + Canvas Enhancements. (#4219) 2021-05-18 23:59:39 +05:30
transformers fix: improve dropdown component (#8183) 2021-10-06 20:20:35 +01:00
utils feat: add document viewer widget (#7666) 2021-11-29 15:37:49 +00:00
widgets feat: add document viewer widget (#7666) 2021-11-29 15:37:49 +00:00
workers fix: Add default props dependency in dependency map (#9418) 2021-11-29 09:04:40 +00:00
.gitignore
App.css
AppErrorBoundry.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
AppRouter.tsx feat: Introduce a welcome banner and a form to fill in role, useCase for new user (#8312) 2021-10-21 11:06:17 +05:30
index.css feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
index.tsx feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
LandingScreen.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
react-app-env.d.ts
serviceWorker.js
store.ts feat: Enable Promises in Appsmith (#6253) 2021-08-27 14:55:28 +05:30
wdyr.ts Add performance tracker for resizable component (#5573) 2021-07-06 14:51:46 +05:30