Skip to content

Conversation

@TobiasKoehler
Copy link
Contributor

@TobiasKoehler TobiasKoehler commented May 24, 2019

Thank you for your contribution! 👏

To get it merged faster, kindly review the checklist below:

Pull Request Checklist

@@ -0,0 +1,102 @@
import React from 'react';
import { AnalyticalTable as Table } from './index';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there any reason why you rename the import to Table? If not I would go for Analytical Table.
Please also import from ../../lib/AnalyticalTable

@@ -0,0 +1,132 @@
// import React from 'react';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this test does nothing, please delete the file

@@ -0,0 +1,176 @@
import React, { Component, ReactNode, ReactNodeArray } from 'react';
import { ClassProps } from '../../../interfaces/ClassProps';
import { Icon } from '../../../webComponents/Icon';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please import from lib

@@ -0,0 +1,46 @@
import { fonts } from '@fiori-for-react/styles';
import { ContentDensity } from '../../../enums/ContentDensity';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import from lib

@@ -0,0 +1,25 @@
import React, { FC, isValidElement, ReactNode, ReactText } from 'react';
import { Title } from '../../../webComponents/Title';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import from lib

/** The background color of lists. */
export const sapUiListBackground = '#ffffff';
/** The background color of the column header area of lists. */
export const sapUiListHeaderBackground = HSLColor.of(sapUiListBackground).darken(5);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a .hsl after darken(5)

@@ -0,0 +1,111 @@
import React from 'react';
import { AnalyticalTable } from './index';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

``

Suggested change
import { AnalyticalTable } from './index';
import { AnalyticalTable } from '../../lib/AnalyticalTable';

import { boolean, number } from '@storybook/addon-knobs';
import { AnalyticalTable as Table } from '../index';
import generateData from './generateData';
import { Title } from '../../../webComponents/Title';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { Title } from '../../../webComponents/Title';
import { Title } from '../../../lib/Title';

import React from 'react';
import { storiesOf } from '@storybook/react';
import { boolean, number } from '@storybook/addon-knobs';
import { AnalyticalTable } from '../index';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { AnalyticalTable } from '../index';
import { AnalyticalTable } from '../../lib/AnalyticalTable';

@MarcusNotheis MarcusNotheis changed the base branch from master to feat/Analytical-Table June 13, 2019 17:55
@MarcusNotheis MarcusNotheis merged commit d3111ce into UI5:feat/Analytical-Table Jun 13, 2019
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

Successfully merging this pull request may close these issues.

3 participants