Skip to content
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

Display global data & component data on left sidebar #11

Closed
Navaneeth-pk opened this issue Apr 2, 2021 · 0 comments
Closed

Display global data & component data on left sidebar #11

Navaneeth-pk opened this issue Apr 2, 2021 · 0 comments

Comments

@Navaneeth-pk
Copy link
Collaborator

No description provided.

gondar00 added a commit that referenced this issue Mar 7, 2022
* Bugfix - Import button style (#1743)

* Bugfix - Import button style

* fix import button lint issues

* Removed class text-muted from Library card text (#1763)

* Fixed double-click and selectable problem of text input fields (#1757)

* Added a style option to change colour of selected radio button (#1665)

* added a style option to change colour of selected radio button

* Changed property name

* update docs for minio (#1772)

* Fixed placement for delete button on text input, button and etc. (#1773)

* [Home Page Re-Design] Left menu (#1751)

* Feature-1750 Design changes

* fix for app loading

* Review comments

* Added folder create popup

* Rebase

* fix

* Changed default active color of radio button (#1777)

* Changed default active color of radio button

* Color changed

* Bugfix: 'Password changes' doesn't reflect on client (#1770)

* [docs] added meta image  (#1785)

* Apply brand colors  (#1789)

* changed the active color of datepicker

* replaced with primary color

* Also Changed the radio btn active color

* Changed default dropdown theme (#1782)

* Bugfix: resolve missing query associations on importing app (#1798)

* Revert "Bugfix: resolve missing query associations on importing app (#1798)" (#1799)

This reverts commit 45d6c6e.

* Added feature: when you open the folder creation modal and click outside, the modal is closing. (#1803)

* Fixed incorrect color when hover logo image. (#1801)

* Chore: Run ci only when label is added (#1796)

* run ci only when label 'run-ci' is added

* add labeled type

* fix label

* now toggle only works if we click on the input (#1774)

* changed the selected dropdown item color (#1754)

* Added radius style property to change the radius of action buttons in the table widget (#1741)

* added action button border radius

* added documentation

* [Home Page Design Changes] Update icon API (#1787)

* Feature-1786 Update Icon API

* Update Folders.jsx

* Fixes minor spacing issues in multiselect component (#1806)

* Fixes scroll of datasource modal (#1804)

* Add upper & lower limit to number input widget (#1761)

* Add upper & lower limit to number input widget

* add documentation for number input widget limits

* Query manager panel resizes smoothly  (#1812)

* jumbing problem fixed with smooth transition

* now query panel can be drag using the border

* removed css transition

* added logos to querymanager (#1744)

* added logos to querymanager

* fixed to pass eslint check

* Querymanager add logo (#1818)

* added logos to querymanager

* fixed to pass eslint check

* fixed positioning of icons

* Update README.md (#1825)

* Update README.md (#1826)

* Feature: Mongodb more operations support (#1717)

* feature-842 mongo support

* feature-842 fix

* json parse improvement

* Feature-842 date data type support

* feature-842 fix

* convert ejson to bson on mongo queries

* fix type on parse

* json parsing

* Typo error fix

* Insert Many Fix

Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>

* Fix for pagination not visible in smaller resolutions (#1810)

* [WIP] Widget: List view (#1575)

* list view initial commit

* More stuffs

* More stuffs

* Minor changes

* merge fixes

* Minor changes

* Fix misspelt variable name that caused data to not show up

* Merge conflicts

* Fix lint for ListView component

* Update ListView to new API

* Fixes

* Fixes

* Fix radio

* Fix

* Lint fixes

* Set icon for List View widget

* Fix list view within tabs

* Fix

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>

* Feature/templated library apps (#1820)

* add launch icon

* Set categories for app templates

* Display button with dropdown for create new app

* Show modal when "create from template" is chosen

* Implement template selection modal category list

* Filter and list app templates based on selected category

* Display template screenshot on templates modal

* Align template screenshot vertically and horizontally centered

* Deploy template app when deploy button of template modal is clicked

* Display data sources in template preview

* Add search functionality to template modal

* Show "no results" if templates are not found

* Display category counts on template list

* Add styles for darkmode

* Dark mode style updates for template modal

* Add dark mode template screenshots

* Correct template screenshot proportion

* Change text on deploy button of template modal

* Remove links to apps and library from dashboard

* Remove library apps

* Remove unnecessary import of deleted component Library

* Show loading icon when template is being created

Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>

* [docs] add how it wotks diagram

* Added different border shapes for image widget (#1735)

* added different border types

* added migration file

* rounded-0 replaced with none

* Tags widget (#1659)

* implemented tags widget

* added text color option, changed default tags

* added scrollbar & space between tags

* Required changes are added:

- Changed colors of buttons as per the document
- Now scrollbar only shows if it is needed
- Tags height will be static

* Changed documentation

- Added gif file

* Removed text color style option from inspector
 - Changed md text file

* Window title should change to app name when the user is on the editor page (#1824)

* Fixed: tab title stays default

* Added title change code to unmount function

* Reversed the title

* Move plugins to root (#1728)

* feat: move plugins to root

* modify tsconfig

* add .gitignore

* delete old plugins file

* add parcel

* docker compose volume mount

* add gcs

* add typescript to plugins folder

* gcs to ts

* add dynamodb

* add elastic search

* add firestore

* add gsheets

* add graphql

* add mongodb

* mssql

* add mysql

* add postgresql

* add redis

* add s3

* add slack

* add stripe

* remove plugin related packages from pkgjson

* add lib folder

* add gitignore

* remove typescript generated files

* remove generated file

* remove generated files

* add twilio

* add dist to docker compose cache binding

* add dist prefix

* cleanup - 1

* delete dist

* rename to index.ts + add jest config

* add it.todo in tests

* test fixes

* test file changes

* fix type checks

* add @tooljet/plugins to server package json

* esm vs commonjs bug, reduce got to 11.8.2 from 12.0.0

* docker file npm package version fix

* add typesense

* cleaup - 2

* add sendgrid

* add lerna build and clean script for all packages + tsconfig

* cleanup -3

* add plugins build step

* add missing plugins build step in npm run build

* add mssql, mysql & postgres as singleton classes

* add db connection to cache only if datasourceId is available

* client: add data source schema/manifest files

* add query operations files

* logic for wrapping form with schema

* add script to create index file

* add @tooljet/plugins to frontend folder

* cleanup 1 -frontend

* cleanup - 2 // frontend // data queries

* add client and index to gitignore

* update gitignore

* fix lint & test

* update ci

* fix unit, e2e

* cleanup -3

* fix test

* fix tests

* fix indent

* try npm ci

* fix tests

* fix typo

* fix

* rename file for server entry

* heroku fix

* add main and types entry points in pkg json

* move common to root

* cleanup - 4: remove redundant $ sign prefix

* cleanup - 4: remove redundant $ sign prefix

* update options in-sync before DOM is painted

* change type cloud to cloud storage

* update readme

* update ci.yml

* update ci yml

* add pkg-lock.json

* rename index.ts to server.ts

* update lock files

* add server package.lock

* remove unused import

* revert commit: add minio

* add root dep

* import server.ts

* remove plugins build step

* add npm shrinkwrap

* update version - plugins

* add new version - 0.0.8

* upgrade version

* move to symlinked package

* add lock file

* feat: add icon inside package

* add plugin creation docs

* Remove seed

* move icons to plugins folder

* install pg dep

* add react to packages

* add seed cmd

* revert change

* add plugins build in lint, e2e, unit

* e2e, lint use npm ci

* update dockerfile for plugins

* try combining release with web

* limit memory on release

* try executing seed script post transpile

* try executing seed from server directory

* update seed execution

* add minio

* add correct type

* add minio to pkg json

* remove old file

* fix provider key

* add python installable + npm ^7.2.0 (#1752)

* add python installable + npm ^7.2.0

* add py to prod file

* pin npm version to 7.20.0

* pin npm version to 7.20.0

* split into multi stage build and remove python for buildx

* copy plugins from buider stage

* update dependencies

* add freetds dependency

* update server dockerfile

* update client dockerfile

* update dev dockerfile and compose file

* fix entrypoint

* fix server dev dockerfile

* update docker-compose

* remove npm install on root dir on docker build

* fix heroku script

* make lerna prod dependency to enable prod builds

* remove redundant env setup

Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
Co-authored-by: navaneeth <navaneethpk@outlook.com>

* Fixed container background in dark mode. (#1838)

* fix(date-range): show date format from the properties (#1733)

* Added Json description feature (#1732)

* Added Json description feature

* Added a toggle button for toggle from chart data to json data

* toggle effects for chart-data and json-data is added

* documentation about json part is added

* replaced the position of json toggle . changed the section and label name

* marker color field will hide if plotly is enabled

* fix docker compose build plugins (#1843)

* add int type for port - knex (#1842)

* Add tooljet cli (#1611)

* add tooljet cli

* remove yarn

* add integration command

* remove lic

* add plugin command

* feat: add plugin create cmd

* add path

* add create, delete, install cmds

* auto-generated readme

* use raw hygen runner inside cli

* add auto gen doc

* add rimraf

* add correct plugin name for tree

* remove oclif plugins

* update version - npm

* remove operations.ts

* add root path

* Added a style property to align a text inside the text widget (#1792)

* Added text alignment property

* Replaced dropdown list with image radio buttons
 - Added list of action buttons
 - Added tooltips

* changed colors and icons

* tooltip is redesigned

* [Feature] pagination widget (#1727)

* feature: pagination widget

* style fixes

* add paginaton svg icon

* updated icon

* update property names

* Merge branch 'develop' into feature/pagination-widget

* [docs] update datasource docs (#1851)

* updates pagination widget icon (#1857)

* Update README.md (#1852)

* Fix: datasource Icons doesn't show on templates modal (#1859)

* fixed: icons deosn't show

* changed getSvgIcon fn as reusable

* Fixes bug that prevented alpha value from being set for color picker (#1814)

* Fix: solve map widget issues (#1832)

* disabled rnd dragging on maps widget canvas

* fixed: initial location field doesn't update map on the fly if lat and lng changed

* Exposed googleMapUrl

* added dark theme to querymanager dropdown lists (#1839)

* added dark theme to querymanager dropdown lists

* set Operation dropdown to 100% width to match light mode

* removed filter on icons, removed commented out styling

* Improvement :home page search updated to support live search ,without clicking enter button (#1850)

* bugfix: fixing search homepage to allow seaching while typing

* bugfix : debouncing search

* Fixes query panel resizing issue (#1841)

* added lazyload to template model images (#1847)

* Changes spacing and active color of templates list of template modal (#1872)

* Added Airtable plugin tests (#1863)

* rename filename to ds kind to fix link (#1885)

* [Home Page Design Changes] App listing style (#1808)

* feature-1802

* Changes

* feature-1802

* review comments

* Fix for firefox issue

* Styles Reveiw

* review comments

* fix

* fix

* Increased app title height condition

* Test

* Remove logging

* Review comments

* debounce changes

* Chore: invoke ci action if label is present (#1891)

* invoke ci action if run-ci label is present

* update pr event types

* Fix: Center alignment icon of text widget's alignment property is different color in dark mode  (#1877)

* solved svg color issue

* removed unwanted lines

* Add fade animation to datasources modal (#1881)

* add fade animation to datasources modal

* unused

* Improvement/inspector datasource modal (#1821)

* new modal body with sidebar

* sidebar list

* card ui component and render datasources in deck of cards

* style fixes-datasource modal

* modal card ui

* refactored cards

* Card refactored

* data source list modal

* modal margin topt

* modal datasource search bar

* styles fixes and searchbar

* style fixes for the search bar

* margin fixes

* added filter for datasources

* undo unwanted

* empty state ui

* handle back to all datasource from empty etate

* on type icon

* clear icon

* updated onexit

* refactored handlesearch

* suggestion datasource ui

* removes active class when suggestion ui is on

* styles fixes for suggestied ui

* added darkmode fixes

* styles fixes

* padding fixed for search box

* exp: hover effect on datsources card

* exp: hover effect on datsource tyes list

* fixes typos

* should not able to submit an empty value

* fixes unsued console.logs and white spaces

* plugin icon prop to card component

* fixed close icon

* fixes margintop for searchbar

* list size fix

* fixes datasource title

* fixes datasource list padding

* moving minio plugin to cloud storage type

* fixing typos and refactored

* improved search

* fixes search box sideeffect

* fixes back to all datasources list

* Feature: Circular progressbar (#1887)

* added circular progressbar widget

* added a basic documentation about the widget

* added progress attribute

* bounding issue is solved

* edited the widget doc

* Added new style
- Text color
- Text size

* Changed the documentation

* Close button for widget inspector (#1864)

* [Feature] file parser option for FilePicker widget [csv support] (#1764)

* file parser

* removes unwanted comments

* refactor

* add docs

* resolves comments

* handle csv bad data

* remove pdf option

* adds isParsing to filePicker

* [docs] Fixes broken screenshot of audit logs (#1898)

* Updated template files to fix package bootstrapping bugs (#1902)

* fix lint issue (#1905)

* Add namespace @tooljet-plugins (#1904)

* add namespace @tooljet-plugins

* add namespace for common package

* lerna -> dev deps

* npx lerna

* pkg-lock

* Allow dropdown option to be selected on Enter key press (Query Manager) (#1899)

* Replace react-select-search component with react-select one

* Remove react-select-search import and commented-out component

* Add docs for creating new packages (#1897)

* Update doc

* Fixes

* Styles for loading state updated in home app card (#1856)

* enhancement : style for loading state updated in home app card

* pr review changes : moved css to theme from internal

* fixing linter issue

* Spinner widget (#1883)

* adding spinner widget to  editor

* icon updated

* spinner widget properties

* spinner widget styles updated

* updated description of widget

* moved static styles to theme

* pr reveiew changes , cleanup , making bg transparent

* cleanup

* lint error fix

* Fixes ui inconsistency in query panel (#1909)

* Hhomepage import moved to dropdown (#1868)

* enhancement : import option to dropdown in homepage

* updated style for dropdown item

* included hover styles

* custom hook for inline media query according to screen size

* updated position of dropdown to end align in large screen

* screen size updated

* pr review changes : cleanup and css moved to theme file from internal

* typo error updated

* fixing lint issues

* Feature: Auto save editor and version management revamp (#1784)

* add modal to create init version

* add init version and ability to auto save

* auto save only when editing version is set

* Feature: App version management ui revamp (#1873)

* add modal to create init version

* add init version and ability to auto save

* auto save only when editing version is set

* revamp version switching on editor

* skip save on app definition load

* handle click outside dropdown

* fix remove component and update styling

* fix auto save detail

* change wording of deployed to released

* remove console.log

* add spec for version creation from another version

* update version create model and hide save detail after shown

* removes unused volume mounts (#1912)

* changed search-input design (#1855)

* changed the font weight (#1916)

* Fixes re-render issue of  tabs (#1915)

* Move husky & eslint to dev deps (#1913)

* Removes unused cypress directory (#1924)

* [Docs] Writing custom JavaScript (#1925)

* aligned pages in datasources

* docs/customjs

* Update docs/docs/data-sources/custom-js.md

* Rename aws-s3.md to s3.md

* Add source options types for plugins (#1861)

* add source options types

* Remove query type

* fix source options

* add accesstoken - slack

* add types.ts file

* add idx files

* Add query options type for plugins (#1878)

* add query options type

* add missing import

* bug-1934 mongbdb label issue fix (#1935)

* [docs] Add extra step for setting up properly in Ubuntu (#1931)

* Feature : statistics widget (#1834)

* feature:ui for statics widget

* feature:assets icons statics widget

* feature:addition to existing ui

* inclusion to existing ui editor

* feature: widget style updations

* cleanup

* cleanup

* resolving merge issue

* feature: statics widget svg updated

* fixing pr comments : bounding box width issue fix to cover widget

* pr comments : fixing naming

* bugfix : pr comments: removing all signs

* pr comment changes : fixing alignment of widget contents

* icon updated

* bugfix : dark mode colour scheme inclusion

* updation icon

* updated filenames , style changes updated

* naming change

* pr review changes : making naming convention same everywhere using camelcase

* updating sign property

* updating statistics docs

* docs updated

* sign display updated : pr changes , code cleanup

* Fix: version find getting latest rec when not found (#1927)

* fixes version find getting latest rec when not found

* remove old spec

* fix e2e test

* Chore: Make ci run for main and develop without label (#1936)

* make ci run for main and develop without label

* remove context check

* Fix: OnClick doesn't fire event on SVG icons of Datasource manager modal (#1933)

* Fixed: click event didn't work on svg

* Fixed: list items' height problem

* changed CardIcon component to a function

* Adds dark mode prop to chart widget (#1937)

Adds dark mode prop

* [Docs] List view widget (#1946)

* [Docs] List view widget

* removed Container

* added container folder

* Add json schema for vscode autocomplete (#1962)

* add json schema

* update schema

* update link

* [docs] update logo

* [docs] update brand colors

* Bugfix/statistics widget style  change not reflecting in dark mode , visibilty option not working (#1940)

* updated colour bug in dark mode

* fixing visibility bug for spinner and statistics widget

* Chore: Docker compose plugins dev (#1953)

* add plugins to docker compose

* build common

* change cmd

* build:pkgs

* fix'

* temp: add named vol

* update docker-compose for plugins dev

* update seed script to transpile only

* fix ci

* fix ci

Co-authored-by: gandharv <gandharvkumargarg@gmail.com>

* Github OAuth integration (#1837)

* Initial commit

* git auth

* git sso

* Git sso

* Git Oauth rebase

* review comments

* added email validation

* improvement

* Package lock revert

* E2E test case fix

* fix data population in migration

* Supress initial error thrown by google

* Fix

* e2e test cases

* added e2e test cases

* isValidDomain improvement

* e2e test cases fix

Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>

* Fix: Namespaced data source connectivity issues (#1914)

* add mysql package dependency

* fix mssql

* fix redis

* make use of backward compatible opensearch package for es

* fix es request

* fixes typos, text should be specific to a component (#1955)

* Dynamic positioning for config handle (#1957)

* Dynamic positioning for config handle

* Fixes styles

* Created a new category in widgets sidebar (#1967)

* Created a new category in widgets sidebar

* Added modal to layouts

* adds icon for runjs queries (#1971)

* Removes extra space after dark mode switcher on left sidebar (#1959)

* Mew app creation - v1 should be default name and pressing enter should create version (#1968)

* updating default value to app version

* typo

* bugix toast triggering more than once

* Added an organization 'role' field to the page that redirects after the email confirmation (#1944)

* Role field is added

* Resolving test failure

* Remove react scripts (#1928)

* remove react-scripts

* pkg lock

* add babel runtime

* add loaders

* add babel-eslint

* fixes: 'no results' not legible (#1983)

* Fixes pagination subtext color in dark mode (#1980)

* Fixes all applications background color for dark mode (#1977)

* [BUG-1941] typeorm findone fix (#1973)

* BUG-1941 typeorm fineOne fix

* e2e test case failure

* wrapping table header for long text (#1960)

* Fixes widget crash when added to subcontainers (#1987)

* Removed unwanted bottom margin from widgets sidebar (#1989)

* Code suggestions should replace only the last word (#1985)

* [Docs] Managing Users and Groups (#1978)

* [Docs] Managing Users and Groups

* Update manage-users-groups.md

* Update manage-users-groups.md

* [Docs]Release Management and Sharing (#2002)

* Fixes sendGrid plugin: setApiKey not a function (#1999)

* [Bugfix] On clicking Go to all datasources, UI renders the same compone… (#1930)

* fixes: On clicking Go to all datasources, UI renders the same component again

* fixes: modal datasource state update issue

* removes unwanted comments

* Folder listing style changes (#1991)

* Border radius style for input widgets (#1972)

* updating File picker
Text input
Text area
DateRangePicker
Datepicker
PasswordInput
NumberInput
TextInput
codeEditor, to include border radius style option

* change to number input

* theme file updated to remove override for border radius

* change to number input

* text input updated with border radius style

* updated with border radius

* date range picker border radius removed

* removing overiding class

* Code suggestions should use cursor as the reference for position (#1994)

* Update the editor screenshot on Readme (#1906)

* Update README.md

* Update README.md

* Update README.md

* Update logo on Heroku app.json

* Fixes overlap of query panel with right sidebar (#2011)

* Fixes the inconsistent styling of query panel spinner (#2013)

* [docs] Fixed incorrect documentation (#2014)

* Adds support for custom variables (#1780)

* adding new action: set variable

* adding unset variable action

* add customVariables when editor mounts

* removed unused props

* removed unused props

* updated actions and inspector popover

* removes white space

* add variables to resolve reference

* adding variables to suggestion hints

* adding variables to suggestion hints

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>

* Bump path-parse from 1.0.6 to 1.0.7 in /docs (#2023)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Added background color property for image widget(#2022)

* Fixes issues with release modal *close , autofocus , keyboard actions (#2032)

* Bump shelljs from 0.8.4 to 0.8.5 in /docs (#2041)

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](shelljs/shelljs@v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.2.12 to 8.4.5 in /docs (#2044)

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.12 to 8.4.5.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.2.12...8.4.5)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump path-parse from 1.0.6 to 1.0.7 in /frontend (#2045)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adds a custom remove component function for sub-container (#2020)

* Bump shelljs from 0.8.4 to 0.8.5 in /cli (#2038)

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](shelljs/shelljs@v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump node-fetch from 2.6.6 to 2.6.7 in /cli (#2035)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* improvement: Template modal should close on esc key (#2043)

* Added onKeyPressed fn

* removed key press listener

* Adds padding property for image widget (#2050)

* Adds padding property to charts widget (#2029)

* added padding property to charts widget

* working on padding problem

* Changed default padding value

* Performance improvement for canvas (#2030)

* fix: save app on settings options change (#2051)

* (#1942) fix sort direction indicator blending in dark mode (#2055)

* Improvement: option to resize the debugger popover (Left sidebar) (#2048)

* Bump url-parse from 1.5.1 to 1.5.4 in /frontend (#2046)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.4.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.1...1.5.4)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.14.6 to 1.14.7 in /cli (#2039)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump path-parse from 1.0.6 to 1.0.7 (#2024)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects in /plugins/packages/typesenseapi (#2025)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects in /plugins/packages/twilioapi (#2026)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump node-fetch from 2.6.6 to 2.6.7 in /plugins/packages/gcs (#2034)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects in /plugins/packages/sendgrid (#2027)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump node-fetch from 2.6.6 to 2.6.7 in /plugins/packages/firestore (#2033)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix: Make query manager dropdown visible in dark mode (#2008)

* Set up styles for dark mode vs. normal mode

* Fix datasource query dark mode visibility

* Remove unnecessary import

* Updates app builder screenshot on README.md (#2058)

* updated svg icon of config handle (#2057)

* updated svg icon of config handler

* updates svg icon

* Added a toggle to hide axes of chart widget (#2053)

* Added option to enable and disable axis

* Resolved a typo

* Hide text overflow for button widget (#2061)

* Changed text widget default width to 5 (#2066)

* Bump follow-redirects from 1.14.6 to 1.14.7 in /plugins (#2040)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates onboarding page design  (#2060)

* new ui for onboarding screen

* added template card

* pr review changes

* Adds border radius to dropdown widget (#2072)

* Changed datepicker input's background color (#2075)

* Added border radius property to table widget (#2077)

* Improvement: added onRowClicked event to listview (#1975)

* added onRowClicked event to listview

* working on event data

* Removed custom component fn from this PR

* Changed hard coded component name

* Fixes rangepicker default value (#2078)

* Fx button for code hinter fields that will flip them to corresponding UI components (#2059)

* Allow flipping non-code fields to code fields

* Revert "Allow flipping non-code fields to code fields"

This reverts commit 190e686.

* Accept type prop to CodeHinter

* Allow CodeHinter to display UI elements instead of codebox

* Use style FxButton as flipper for code hinter

* Do not show Fx button on codehinter that allows only codebox

* Implement Select and Toggle flippable fields for code hinter

* Apply proper padding for Fx button on codehinter and its toggle component

* Make component properties remember their Fx status

* Avoid generating code when Fx is activated

* Add Fx to color field

* Add Fx to align property type

* Support json type for codehinter and remove unused Text type

* Extend codehinter width to 100%

* Fix bug that caused serverside pagination property to not work

* Remove unnecessary comments

* [Docs] Updated images/gif and fixed formatting issues (#2079)

* [Docs] Updated images/gifs in Tutorial section

* [Docs] Improved S3, GCS, and MinIO

* fixing icon/image  in dark mode in onboarding page (#2084)

* added new svg

* bugfix :: padding inconsistency , dark mode svg update

* ui changes in comments section (#2082)

* enhancement ::
updating ui issues in comment edtior section

* bugfix :: updates styling , margin issues in comment mentioning

* styling fix

* Added selected text color property to the dropdown widget (#2064)

* Added selected text color property

* Changed property name

* Added a border radius property to multi-select widget (#2073)

* Added border radius

* Resolved bug: can't set radius to another multiselect in a same canvas

* Fixed app card skeleton (#2088)

* Fixes modal crashes on dropping widget inside it  (#2069)

* fixing undefined error

* fixing undefined error

* [BUG-2080] App edit button visibility (#2081)

* App edit button visibility

* Style changes

* Adds escape shortcut to close the widget inspector (#2093)

* Changed default size of few widgets (#2095)

* [improvement] Query panel redesign (#1947)

* query panel headers styles

* create query button style update

* create query button style update

* create query button style update: mixins

* querypanel header nav-links updated

* querypanel header buttons

* restapi: url hinter styles

* fixes querypane header width, undo prev styles applied

* querypanel header icons margin fix

* restapi: header tab

* restapi: params tab

* restapi: body tab

* base url style fixed

* added alert component to @/_ui

* adds margin top to query-panel tabs

* bumped font weight of preview

* on hover query style updated

* selected query style update and along with dark themed

* adds new searchbox component, added search queries

* fixes query panel query lists icons margin

* query selected hover bg

* back icon should not be render if callback is a function

* airtable: queries redesigned

* stripe: queries redesigned

* fixed query-pane header responsiveness

* fixes tab title typo

* undp/redo select datasource only when mode='create'

* removes comments

* refactor restapi url codehinter styles

* fixes white spaces in query pane and query pane header

* minor updates for restapi query options styles

* removes tool-tip for lens svg icon for search: query-pane header

* adds button loading spinner with primary color

* fixes hover bg color for queries

* update: query hover bg color to lighter tint

* update query list icons: trash and play svgs

* adds icons to the selection component

* fixes tabs alignments restapi

* fixes codehonter text margin: restapi url

* fixes advanced-options-container margintop

* new UI query: dynamodb

* new UI query: elasticsearch

* new UI query: firestore

* new UI query: mongodb

* new UI query: mysql

* new UI query: psql

* new UI query: typesenseapi

* new UI query: gsheet

* new UI query: sendgrid

* new UI query: twillio

* new UI query: gcs

* new UI query: minio

* new UI query: aws

* update query bg color and hover bg color

* fixes run query icon for dark theme

* fixes input query title text alignment

* update query header title

* adds search queries placeholder and add icon when search box is displayed

* updated No results query text

* undo/redo rest-api tabs: fixes whote spaces

* undo/redo: rest-api tabs conde hinter placeholder paddinleft

* adding new queries when search box component is mounted:fix

* fixes creating a new query after filtering queries

* fixes dark theme for select search components

* reverts query pane header search box with add icon

* fixes input left margin

* fixes bottom padding rest api tabs

* fixes toggle button:not selected in dark theme

* fixes typos

* fixes preview button spinner size

* undo/redo: query-trash-icon.svg for queries and trash.svg for components

* query icons badge bg update[options]

* icon badge fix

* move static styles to theme.scss

* restapi: url field height increment

* fixes query name when adding a new query with filtered querylist

* fixes alignment issues of the query header icon

* revert back to 32px code hinter height

* adds apdding to code mirror line

* updates to react-select

* remove component unmounts and mounts side effect

* [Docs] Sendgrid: Adds accepted type description for Send mail from (#2109)

* Fixes texts being selected when the query pane is dragged

* Fixes dark mode for widgets in sub-container  (#2103)

* Fixes chart widget toggle issue (#2101)

* Prevents multiple widget handles from being shown (#2092)

* Remove blue border of source dropdown (#2094)

* Added border radius property to range picker (#2114)

* working on radius

* Added radius property

* Add clone component functionality (#1970)

* feat: add clone component functionality

* change to cmd + d

* use unique name for copied item

* fix container clone issues

* move naming logic to parent

* deprecate old method

* remove inspector after clone

* generate uuid from pkg

* use copy of appdefinition

* remove redundant if stmt

* Fixes for tabs

Co-authored-by: Navaneeth Pk <navaneeth@tooljet.io>

* [Bugfix] component names should be generated uniquely (#2006)

* fixes:component names should be generated uniquely

* refactor

* removed unwanted condition

* fire toast only when user presses enter or onBlur event fires

* error toast only one should be shown at once

* refactor

* removed not req change

* Changed bottom margin between app cards (#2134)

* [docs] update dev setup (#2131)

* Fixes duplicate widget names being generated (#2129)

* Remove widgets from appDef when tab widget deleted (#2133)

* Autosave definition on version release (#2120)

* Bug-2110 mongo-projections (#2128)

* Fixes the blue border when dropdown was focused (#2127)

* Adds comments on top of widgets (#2137)

* Improvement: Changed widget handle UI (#2116)

* Changed widget handle design

* Resolved a bug

* Added a solution for widget overlapping

* Changed resizer border-type and color

* fixes typo: Tooljet -> ToolJet (#2139)

* Tooljet CLI deployment and sanity check (#2096)

* feature-2054 plugin cli

* plugin cli

* readme changes

* npm publish

* Review comments

* Review comments

* cli fix

* added build flag

* Fix: Googlesheets OAuth refresh token flow (#2118)

* implement google sheet oauh token refresh flow

* format lint

* make use of constructor name as instanceof fails

* remove unused import

* force consent to get refresh token on googlesheets ds

* Adds guided walkthrough for new users (#2086)

* Adds walkthrough

* Fixes

* Added a condition for walkthrough

* Changed popup design

* Now walkthough only show after first version is created

* cleaning code

* Minor fixes

Co-authored-by: Muhsin Shah <muhsinshah21@gmail.com>

* Updated dnd to follow pointer position (#2144)

* Updated dnd to follow pointer position

* Remove console.log

* Select component on resize

* Minor fixes

* fix lint errors

* fix build

* fix spec

Co-authored-by: Abhinaba Adhikari <79746925+abhinabaadhikari@users.noreply.github.com>
Co-authored-by: Ivelin Ivanov <72993041+ivelin-web@users.noreply.github.com>
Co-authored-by: Muhsin Shah C P <muhsinshah21@gmail.com>
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
Co-authored-by: Shubhendra Singh Chauhan <withshubh@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin@tooljet.io>
Co-authored-by: Kiran Ashok <stepinfwd@gmail.com>
Co-authored-by: Gandharv <gandharvkumargarg@gmail.com>
Co-authored-by: Karl Rezansoff <karlrez123@gmail.com>
Co-authored-by: Navaneeth Pk <navaneeth@tooljet.io>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
Co-authored-by: navaneeth <navaneethpk@outlook.com>
Co-authored-by: Bhavin Ag <bhavib.789@gmail.com>
Co-authored-by: Arpit <arpitnath42@gmail.com>
Co-authored-by: Aditya Agarwal <50960175+adi611@users.noreply.github.com>
Co-authored-by: marboleda <arboleda.marco@gmail.com>
Co-authored-by: Angelo Geant Gaviola <43493935+KiDxS@users.noreply.github.com>
Co-authored-by: Gaurav Agrawal <gauravag.1005@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Abhishek K M <67158080+Sync271@users.noreply.github.com>
gondar00 pushed a commit that referenced this issue Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant