PromucFlow_constructor/app/client/src/components/designSystems/appsmith
satbir121 b9154f6ea9
Homepage redesign with themes (#482)
* Updating homepage body color

* WIP: Fixing scrolls and adding anchors

* Removing divider from bottom of the page.

* Adding hover background color to app card

* Changing edit and launch icons.

* Fixing app name paddding in card.

* Fixing workspaces overflow

* Adding right padding to applications view

* Adding share icon to share btn

* Fixing Application card styles.

* Fixing text decoration in button.

* Adding new workspace button

* Fixing new workspace and new app styles.

* Adding icon sizes.

* Fixing Org Name and Org settings menu.

* Application menu working

* Fixing overlay visibility on app card

* Fixing settings page content width.

* Fixing workspace icon

* Changing app card colors.

* Removing debugger

* Adding app icon.

* Fixing the spaces in application card

* Adding storybook-static folder to gitignore.

* Adding other storybook files.

* Adding menu items for app

* Removing cypress selector from text.

* Menu width issue fixed

* Default app icon color added

* Removing hardcoded colors

* Removing hardcoded colors.

* Light Mode on!

* Showing correct icon and color in menu

* Update color working properly.

* Updating appIcon

* Editable text working.

* Adding validator

* Adding edit permissions to menu

* Removing box shadow on app card.

* Fixing context menu fill color

* Fixing Menu hover issues.

* Fixing menu open close hover issues.

* Fixing settings pages

* Changed Workspace to org.

* Fix: State management in EditableText Component (#540)

* Error state height is fixed as per design

* savingState prop condition fixed

* Fixing createnew.

* Fixing saving state for application card.

* Fixed application card editable text error.

* Fixing issue caused during merge.

* Fixing tests in create org.

* Removing commented code.

* Removing unwanted vars.

* Fixing delete duplicate tests.

* Latest color palette.

* Fixing form and table widget.

* Removing switcher from header

* Removing unused files

* Fixing app card context dropdown

* Show overlay fix

* Adding localStorage support to theme.

* Making dark mode the default.

Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in>
2020-09-16 17:20:47 +05:30
..
header Launch polish bug fixes (#337) 2020-08-18 14:18:06 +05:30
help Feature/intercom (#521) 2020-09-10 12:56:55 +05:30
AutoToolTipComponent.tsx Fix-table widget compact mode row height (#285) 2020-08-13 22:11:08 +05:30
BaseComponent.tsx Widget visibility 2020-02-11 09:56:21 +00:00
CascadeFields.tsx Feature - Column type displayed in column options of table widget filters (#411) 2020-08-28 19:44:47 +05:30
CenteredWrapper.tsx Use applicationId and pageId to render pages 2019-11-22 14:02:55 +00:00
ChartComponent.tsx Fix Chart widget crash (#410) 2020-08-28 15:22:18 +05:30
ContainerComponent.tsx Generate widgets from blueprint. Close previously open modals when showing a modal. Fix unicode page name issue in pagelist sidebar 2020-03-27 09:02:11 +00:00
CopyToClipBoard.tsx fix: restructure code and show content based on permission (#261) 2020-08-12 17:11:56 +05:30
CreatableDropdown.tsx Embedded Datasource 2020-06-03 05:40:48 +00:00
DraggableListComponent.tsx Chart validations, Tabs add new tab issue fix 2020-05-29 06:07:56 +00:00
Dropdown.tsx Fix create datasource button in query dropdown 2020-05-14 07:27:00 +00:00
FilePickerComponent.tsx Add missing isDisabled prop to filepicker, radio and dropdown components (#231) 2020-08-07 18:47:15 +05:30
IconComponent.tsx DRY property control creation. Generate ids for property pane config on the client. Add Multi switch control. Add Icon Widget (WIP). Enable blueprint based actions. 2020-04-14 05:35:16 +00:00
ImageComponent.tsx Add classname for property control label. Remove typescript lint errors. 2020-04-08 16:16:01 +05:30
MapComponent.tsx Use Google Maps API key from configs (#76) 2020-07-10 13:05:27 +05:30
NotificationIcon.tsx Feature/help 2020-05-28 18:10:26 +00:00
PickMyLocation.tsx pick my location icon changed with state 2020-05-20 11:57:02 +00:00
PositionedContainer.tsx Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
ReactTableComponent.tsx Table Widget: Date column type: user defined input and display format (#409) 2020-09-11 16:10:15 +05:30
RichTextEditorComponent.tsx Fix/rte cursor reset (#317) 2020-08-20 14:10:13 +05:30
SearchComponent.tsx Table Widget: debounce (#313) 2020-08-20 15:01:49 +05:30
StepComponent.tsx Feature/widgets 2020-04-15 11:42:11 +00:00
StyledHeader.tsx Add favicon. Connect Nav Dropdown. Fix TagInputComponent. Fetch org and user details. Navigate to applications from /, Check for login 2019-12-23 12:16:33 +00:00
TabbedView.tsx Button Component (#190) 2020-08-10 10:24:33 +05:30
Table.tsx selectedRowIndexes changed to selectedRowIndices (#516) 2020-09-09 12:42:15 +05:30
TableActionIcon.tsx Fix-table tooltip flicker (#510) 2020-09-11 16:55:48 +05:30
TableColumnMenu.tsx Table Widget: Date column type: user defined input and display format (#409) 2020-09-11 16:10:15 +05:30
TableColumnsVisibility.tsx Fix-table tooltip flicker (#510) 2020-09-11 16:55:48 +05:30
TableCompactMode.tsx Fix-table tooltip flicker (#510) 2020-09-11 16:55:48 +05:30
TableComponent.tsx Generate widgets from blueprint. Close previously open modals when showing a modal. Fix unicode page name issue in pagelist sidebar 2020-03-27 09:02:11 +00:00
TableDataDownload.tsx Fix-table tooltip flicker (#510) 2020-09-11 16:55:48 +05:30
TableFilters.tsx Fix-table tooltip flicker (#510) 2020-09-11 16:55:48 +05:30
TableHeader.tsx Feature: Table Widget - multi row selection (#507) 2020-09-09 11:16:06 +05:30
TablePagination.tsx Focus widget only if not already focused. Remove routerparams reducer, we have the info in editorReducer. Change anchor link to button to remove accessibility warnings. 2020-02-12 15:06:08 +05:30
TableStyledWrappers.tsx Table Widget: Date column type: user defined input and display format (#409) 2020-09-11 16:10:15 +05:30
TableUtilities.tsx Homepage redesign with themes (#482) 2020-09-16 17:20:47 +05:30
TabsComponent.tsx Tab Widget Fixes (#293) 2020-08-13 13:38:16 +05:30
TextInputComponent.tsx feat: dynamic post body in api form 2020-05-05 07:50:30 +00:00
VideoComponent.tsx removed youtube and postman old logo (#25) 2020-07-03 12:42:28 +05:30