Skip to content

Commit 19d3ee9

Browse files
committed
fixed tables + calendar card
1 parent 2ce3f09 commit 19d3ee9

File tree

12 files changed

+24
-26
lines changed

12 files changed

+24
-26
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.1.0] 2022-05-26
2+
3+
### New cards added + bugs solved
4+
5+
🟢 Added new cards to main dashboard screen:
6+
- Course CTA card
7+
- Team members list card
8+
- Safety control CTA card
9+
- Cashback company card
10+
11+
🐛 Bugs solved:
12+
- Calendar card - Card border bug on dark mode
13+
- Development Table - Missing content bug
14+
115
## [1.0.1] 2022-04-25
216

317
### Multiple design bugs on mobile solved

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Horizon UI ⚡️](https://horizon-ui.com/horizon-ui-chakra) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://horizon-ui.com/&text=Check%20Horizon%20UI,%20the%20trendiest%20open-source%20admin%20template%20for%20Chakra%20UI%20&%20React!)
22

3-
![version](https://img.shields.io/badge/version-1.0.1-blue.svg)
3+
![version](https://img.shields.io/badge/version-1.1.0-blue.svg)
44
![license](https://img.shields.io/badge/license-MIT-blue.svg)
55
[![GitHub issues open](https://img.shields.io/github/issues/horizon-ui/horizon-ui-chakra.svg?maxAge=2592000)](https://github.com/horizon-ui/horizon-ui-chakra/issues?q=is%3Aopen+is%3Aissue)
66

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|_| |_|\___/|_| \_\___/____\___/|_| \_| \___/|___|
77
88
=========================================================
9-
* Horizon UI - v1.0.0
9+
* Horizon UI - v1.1.0
1010
=========================================================
1111
1212
* Product Page: https://www.horizon-ui.com/

src/components/calendar/MiniCalendar.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useState } from "react";
22
import Calendar from "react-calendar";
33
import "react-calendar/dist/Calendar.css";
44
import "assets/css/MiniCalendar.css";
5-
import { Text, Icon, useColorModeValue } from "@chakra-ui/react";
5+
import { Text, Icon } from "@chakra-ui/react";
66
// Chakra imports
77
import { MdChevronLeft, MdChevronRight } from "react-icons/md";
88
// Custom components
@@ -11,12 +11,8 @@ import Card from "components/card/Card.js";
1111
export default function MiniCalendar(props) {
1212
const { selectRange, ...rest } = props;
1313
const [value, onChange] = useState(new Date());
14-
// Chakra Color Mode
15-
const borderColor = useColorModeValue("transparent", "whiteAlpha.100");
1614
return (
1715
<Card
18-
border='1px solid'
19-
borderColor={borderColor}
2016
align='center'
2117
direction='column'
2218
w='100%'

src/views/admin/dataTables/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|_| |_|\___/|_| \_\___/____\___/|_| \_| \___/|___|
77
88
=========================================================
9-
* Horizon UI - v1.0.0
9+
* Horizon UI - v1.1.0
1010
=========================================================
1111
1212
* Product Page: https://www.horizon-ui.com/

src/views/admin/dataTables/variables/tableDataDevelopment.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,5 @@
6464
"tech": ["apple", "windows"],
6565
"date": "Oct 24, 2022",
6666
"progress": 75.5
67-
},
68-
{
69-
"name":"Marketplace",
70-
"tech": ["apple","android","windows"],
71-
"date": "Oct 24, 2022",
72-
"progress": 75.5
73-
},
74-
{
75-
"name":"Marketplace",
76-
"tech": ["apple","android","windows"],
77-
"date": "Oct 24, 2022",
78-
"progress": 75.5
7967
}
8068
]

src/views/admin/default/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|_| |_|\___/|_| \_\___/____\___/|_| \_| \___/|___|
77
88
=========================================================
9-
* Horizon UI - v1.0.0
9+
* Horizon UI - v1.1.0
1010
=========================================================
1111
1212
* Product Page: https://www.horizon-ui.com/

src/views/admin/kanban/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|_| |_|\___/|_| \_\___/____\___/|_| \_| \___/|___|
77
88
=========================================================
9-
* Horizon UI - v1.0.0
9+
* Horizon UI - v1.1.0
1010
=========================================================
1111
1212
* Product Page: https://www.horizon-ui.com/

src/views/admin/marketplace/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|_| |_|\___/|_| \_\___/____\___/|_| \_| \___/|___|
77
88
=========================================================
9-
* Horizon UI - v1.0.0
9+
* Horizon UI - v1.1.0
1010
=========================================================
1111
1212
* Product Page: https://www.horizon-ui.com/

src/views/admin/profile/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|_| |_|\___/|_| \_\___/____\___/|_| \_| \___/|___|
77
88
=========================================================
9-
* Horizon UI - v1.0.0
9+
* Horizon UI - v1.1.0
1010
=========================================================
1111
1212
* Product Page: https://www.horizon-ui.com/

src/views/admin/rtl/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|_| |_|\___/|_| \_\___/____\___/|_| \_| \___/|___|
77
88
=========================================================
9-
* Horizon UI - v1.0.0
9+
* Horizon UI - v1.1.0
1010
=========================================================
1111
1212
* Product Page: https://www.horizon-ui.com/

src/views/auth/signIn/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|_| |_|\___/|_| \_\___/____\___/|_| \_| \___/|___|
77
88
=========================================================
9-
* Horizon UI - v1.0.0
9+
* Horizon UI - v1.1.0
1010
=========================================================
1111
1212
* Product Page: https://www.horizon-ui.com/

0 commit comments

Comments
 (0)