• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

teableio / teable / 9916473919

13 Jul 2024 02:07AM CUT coverage: 17.906% (-64.1%) from 82.028%
9916473919

push

github

web-flow
feat: table i18n (#717)

* chore: remove useless component

* feat: table i18n replenishment

* feat: space i18n

* fix: eslint error

1381 of 2789 branches covered (49.52%)

0 of 265 new or added lines in 30 files covered. (0.0%)

13889 of 77568 relevant lines covered (17.91%)

1.79 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/packages/sdk/src/components/color/Color.tsx
NEW
1
import { useTranslation } from '../../context/app/i18n';
×
NEW
2

×
NEW
3
interface IColorProps {
×
NEW
4
  children: (text: string, isActive: boolean) => React.ReactNode;
×
NEW
5
}
×
NEW
6

×
NEW
7
export const Color = (props: IColorProps) => {
×
NEW
8
  const { children } = props;
×
NEW
9
  const { t } = useTranslation();
×
NEW
10

×
NEW
11
  return children(t('color.label'), false);
×
NEW
12
};
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc