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

stacklok / codegate-ui / 13325211149

14 Feb 2025 08:17AM UTC coverage: 68.625% (+0.02%) from 68.603%
13325211149

Pull #315

github

web-flow
Merge 7bf78fe19 into 0805f21ad
Pull Request #315: chore: configure prettier & apply formatting

364 of 590 branches covered (61.69%)

Branch coverage included in aggregate %.

360 of 519 new or added lines in 99 files covered. (69.36%)

5 existing lines in 4 files now uncovered.

769 of 1061 relevant lines covered (72.48%)

71.26 hits per line

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

50.0
/src/routes/route-not-found.tsx
1
import { EmptyState } from '@/components/EmptyState'
2
import { IllustrationError, Button } from '@stacklok/ui-kit'
3
import { useNavigate } from 'react-router-dom'
4
import { FlipBackward } from '@untitled-ui/icons-react'
5

6
export function RouteNotFound() {
7
  const navigate = useNavigate()
1✔
8

9
  return (
10
    <div className="flex h-full items-center justify-center">
11
      <EmptyState
12
        title="Oops! There's nothing here"
13
        description="Either the page you were looking for doesn’t exist or the link may be broken."
14
        illustration={<IllustrationError className="w-1/2" />}
15
      >
NEW
16
        <Button variant="primary" onPress={() => navigate('/')}>
×
17
          <FlipBackward /> Home
18
        </Button>
19
      </EmptyState>
20
    </div>
21
  )
22
}
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