Skip to content

Commit

Permalink
fix(icon): icon packages and formating done
Browse files Browse the repository at this point in the history
  • Loading branch information
yokesh-ks committed Oct 29, 2023
1 parent a3146df commit 771aa2c
Show file tree
Hide file tree
Showing 67 changed files with 1,893 additions and 114 deletions.
3 changes: 1 addition & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ module.exports = {
jsxSingleQuote: true,
plugins: [require.resolve('@trivago/prettier-plugin-sort-imports')],
importOrder: [
"@tool-empire/components",
'@tool-empire/(.*)$',
'^@/components/(.*)$',
'^@/constants/(.*)$',
'^@/container/(.*)$',
'^@/hooks/(.*)$',
'^@/icon/(.*)$',
'^@/store/(.*)$',
'^@/lib/(.*)$',
'^@radix-ui/(.*)$',
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Welcome to a world of innovation and creativity! Discover a treasure trove of po

### Progressive Web App (PWA) Support

- [`PWA`](https://github.com/shadowwalker/next-pwa): Utilize Progressive Web App principles to enhance the application's user experience, providing features like responsive design, app-like interactions, and efficient caching for faster load times.
- [`PWA`](https://github.com/shadowwalker/next-pwa): Utilize Progressive Web App principles to enhance the application's user experience, providing features like responsive design, app-like interactions, and efficient caching for faster load times.

### UI

Expand Down Expand Up @@ -58,10 +58,9 @@ Welcome to a world of innovation and creativity! Discover a treasure trove of po
| `yarn` | Install dependencies |
| `yarn dev` | Start local dev server at `localhost:3000` |
| `yarn build` | Build your production site to `./dist/` |
| `yarn format` | Format code with Prettier |
| `yarn format` | Format code with Prettier |
| `yarn commit` | Create a new Git commit with standardized commit messages using commitizen |


---

## Project Tree
Expand All @@ -84,4 +83,4 @@ Welcome to a world of innovation and creativity! Discover a treasure trove of po
   └─ utils
```

![Alt](https://repobeats.axiom.co/api/embed/4a54d20bbc918797fb967a87bb8449a055ac75cc.svg "Repobeats analytics image")
![Alt](https://repobeats.axiom.co/api/embed/4a54d20bbc918797fb967a87bb8449a055ac75cc.svg 'Repobeats analytics image')
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
"@monaco-editor/react": "^4.6.0",
"@next/bundle-analyzer": "^12.2.0",
"@sentry/nextjs": "^7.54.0",
"@tool-empire/utils": "1.0.0",
"@tool-empire/components": "1.0.0",
"@tool-empire/icon": "1.0.0",
"@tool-empire/utils": "1.0.0",
"@uimakers/tools-ui": "^1.0.0",
"@vercel/analytics": "^1.1.1",
"flourite": "^1.2.4",
Expand All @@ -31,7 +32,6 @@
"highlight.js": "^11.8.0",
"html-to-image": "^1.11.11",
"jsonlint-mod": "^1.7.6",
"lucide-react": "^0.274.0",
"next": "^13.4.19",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
Expand Down Expand Up @@ -73,4 +73,4 @@
"child_process": false,
"os": false
}
}
}
3 changes: 1 addition & 2 deletions apps/web/pages/404.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Button, Card } from '@tool-empire/components'

import { Icon } from '@/icon'
import { Icon } from '@tool-empire/icon'

export default function NotFound() {
return (
Expand Down
2 changes: 1 addition & 1 deletion apps/web/pages/code-glow.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { cn } from '@tool-empire/utils'
import Head from 'next/head'
import { Resizable } from 're-resizable'
import { useEffect, useRef, useState } from 'react'

import { Button } from '@tool-empire/components'
import { cn } from '@tool-empire/utils'

import CodeEditor from '@/components/code-glow/code-editor'
import { Control } from '@/components/code-glow/control'
Expand Down
5 changes: 2 additions & 3 deletions apps/web/pages/contact.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { cn } from '@tool-empire/utils'
import React from 'react'

import { Input, Textarea, buttonVariants } from '@tool-empire/components'
import { Icon } from '@tool-empire/icon'
import { cn } from '@tool-empire/utils'

import { Header } from '@/components/common/Header'

import { Icon } from '@/icon'

export default function SignIn() {
const [isLoading, setIsLoading] = React.useState<boolean>(false)

Expand Down
2 changes: 1 addition & 1 deletion apps/web/pages/font-wise.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { copy } from '@tool-empire/utils'
import React, { useEffect, useState } from 'react'

import { Button, Input, useToast } from '@tool-empire/components'
import { copy } from '@tool-empire/utils'

export default function Home() {
const [maxScreenSize, setMaxScreenSize] = useState(1000)
Expand Down
22 changes: 11 additions & 11 deletions apps/web/public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://tool-empire.vercel.app</loc><lastmod>2023-10-29T17:42:21.390Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/code-glow</loc><lastmod>2023-10-29T17:42:21.390Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/color-magic</loc><lastmod>2023-10-29T17:42:21.390Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/contact</loc><lastmod>2023-10-29T17:42:21.390Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/font-wise</loc><lastmod>2023-10-29T17:42:21.390Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/json-formatter</loc><lastmod>2023-10-29T17:42:21.390Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/json-formatter/editor</loc><lastmod>2023-10-29T17:42:21.390Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/pdf-to-word</loc><lastmod>2023-10-29T17:42:21.390Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/readme-generator</loc><lastmod>2023-10-29T17:42:21.390Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/readme-generator/editor</loc><lastmod>2023-10-29T17:42:21.390Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/sitemap.xml</loc><lastmod>2023-10-29T17:42:21.390Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app</loc><lastmod>2023-10-29T17:51:02.095Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/code-glow</loc><lastmod>2023-10-29T17:51:02.095Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/color-magic</loc><lastmod>2023-10-29T17:51:02.095Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/contact</loc><lastmod>2023-10-29T17:51:02.095Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/font-wise</loc><lastmod>2023-10-29T17:51:02.095Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/json-formatter</loc><lastmod>2023-10-29T17:51:02.095Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/json-formatter/editor</loc><lastmod>2023-10-29T17:51:02.095Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/pdf-to-word</loc><lastmod>2023-10-29T17:51:02.095Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/readme-generator</loc><lastmod>2023-10-29T17:51:02.095Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/readme-generator/editor</loc><lastmod>2023-10-29T17:51:02.095Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://tool-empire.vercel.app/sitemap.xml</loc><lastmod>2023-10-29T17:51:02.095Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
Loading

0 comments on commit 771aa2c

Please sign in to comment.