From fb7805ee2271a35960a881fe3b32d5992601233e Mon Sep 17 00:00:00 2001 From: EINazare Date: Wed, 17 Mar 2021 13:09:17 +0200 Subject: [PATCH 001/192] docs: change dates and versions --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index e054faf2..574c7270 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Creative Tim (https://www.creative-tim.com?ref=nnjs-license) +Copyright (c) 2021 Creative Tim (https://www.creative-tim.com?ref=nnjs-license) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: From 47ac1302e75d65593bb168ba00223ef26954dd66 Mon Sep 17 00:00:00 2001 From: EINazare Date: Wed, 17 Mar 2021 13:09:19 +0200 Subject: [PATCH 002/192] docs: change dates and versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51b2cf1d..c21a5fd0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Notus NextJS ![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter) -![version](https://img.shields.io/badge/version-1.0.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) ![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/notus-nextjs.svg) ![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/notus-nextjs.svg) ![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg) ![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg) +![version](https://img.shields.io/badge/version-1.1.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) ![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/notus-nextjs.svg) ![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/notus-nextjs.svg) ![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg) ![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg) ![Notus NextJS](https://github.com/creativetimofficial/public-assets/blob/master/notus-nextjs/notus-nextjs.jpg?raw=true) @@ -201,7 +201,7 @@ We use GitHub Issues as the official bug tracker for the Notus NextJS. Here are ## Licensing -- Copyright 2020 Creative Tim +- Copyright 2021 Creative Tim - Licensed under MIT From cc2726c176d67474824e4785281aeb1d0cf38289 Mon Sep 17 00:00:00 2001 From: EINazare Date: Wed, 17 Mar 2021 13:09:22 +0200 Subject: [PATCH 003/192] docs: change dates and versions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28b64162..58384e98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notus-nextjs", "homepage": "https://demos.creative-tim.com/notus-nextjs", - "version": "1.0.0", + "version": "1.1.0", "description": "Notus NextJS - A free Tailwind CSS, NextJS and React Ui Kit and Admin by Creative Tim.", "repository": "https://github.com/creativetimofficial/notus-nextjs", "license": "MIT", From 91ebd7fcaad18d80c5a327a1475ab64c2eccdd7a Mon Sep 17 00:00:00 2001 From: EINazare Date: Wed, 17 Mar 2021 13:09:24 +0200 Subject: [PATCH 004/192] docs: change dates and versions --- pages/_app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/_app.js b/pages/_app.js index b96d93dd..461cce1c 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -31,11 +31,11 @@ export default class MyApp extends App { let comment = document.createComment(` ========================================================= -* Notus NextJS - v1.0.0 based on Tailwind Starter Kit by Creative Tim +* Notus NextJS - v1.1.0 based on Tailwind Starter Kit by Creative Tim ========================================================= * Product Page: https://www.creative-tim.com/product/notus-nextjs -* Copyright 2020 Creative Tim (https://www.creative-tim.com) +* Copyright 2021 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/notus-nextjs/blob/master/LICENSE.md) * Tailwind Starter Kit Page: https://www.creative-tim.com/learning-lab/tailwind-starter-kit/presentation From 9f44f1524978f4ff34b8c4737c5b299df85cef36 Mon Sep 17 00:00:00 2001 From: EINazare Date: Wed, 17 Mar 2021 13:38:21 +0200 Subject: [PATCH 005/192] docs: add changes --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b63b24e..a7721e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## [1.1.0] date +### Bug fixing +- Rename `master` branch to `main` +### Major style changes + +### Deleted components + +### Added components + +### Deleted dependencies + +### Added dependencies + +### Updated dependencies +``` + +``` +### Warning +_If needed_ + ## [1.0.0] 2020-09-29 ### Original Release - Started project from [Tailwind Starter Kit by Creative Tim](https://www.creative-tim.com/learning-lab/tailwind-starter-kit/presentation?ref=nnjs-changelog) From 18ad7428144a3d01d864074ac25ee85911d99615 Mon Sep 17 00:00:00 2001 From: EINazare Date: Wed, 17 Mar 2021 13:38:23 +0200 Subject: [PATCH 006/192] docs: change master to main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c21a5fd0..9bc8167d 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ We use GitHub Issues as the official bug tracker for the Notus NextJS. Here are - Copyright 2021 Creative Tim -- Licensed under MIT +- Licensed under MIT ## Useful Links From 80e6f40dad3ae1adb342af181880cbbeac980bde Mon Sep 17 00:00:00 2001 From: EINazare Date: Wed, 17 Mar 2021 13:38:26 +0200 Subject: [PATCH 007/192] docs: change master to main --- components/Footers/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Footers/Footer.js b/components/Footers/Footer.js index 7186c4ab..d6024f24 100644 --- a/components/Footers/Footer.js +++ b/components/Footers/Footer.js @@ -106,7 +106,7 @@ export default function Footer() {
  • MIT License From d76214af265742f749a60d190c4464ab6ba40432 Mon Sep 17 00:00:00 2001 From: EINazare Date: Wed, 17 Mar 2021 13:38:29 +0200 Subject: [PATCH 008/192] docs: change master to main --- components/Footers/FooterAdmin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Footers/FooterAdmin.js b/components/Footers/FooterAdmin.js index c2883194..c625a11d 100644 --- a/components/Footers/FooterAdmin.js +++ b/components/Footers/FooterAdmin.js @@ -46,7 +46,7 @@ export default function FooterAdmin() {
  • MIT License From 82ff96214c27f9bda0d857c35d7229585cb3ae8b Mon Sep 17 00:00:00 2001 From: EINazare Date: Wed, 17 Mar 2021 13:38:31 +0200 Subject: [PATCH 009/192] docs: change master to main --- components/Footers/FooterSmall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Footers/FooterSmall.js b/components/Footers/FooterSmall.js index ab8afdb7..fd8a892d 100644 --- a/components/Footers/FooterSmall.js +++ b/components/Footers/FooterSmall.js @@ -52,7 +52,7 @@ export default function FooterSmall(props) {
  • MIT License From 5ab6bde986ad0ccd80f8d8bca599aed2c54c69de Mon Sep 17 00:00:00 2001 From: EINazare Date: Wed, 17 Mar 2021 13:38:35 +0200 Subject: [PATCH 010/192] docs: change master to main --- pages/_app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_app.js b/pages/_app.js index 461cce1c..4fdde0d6 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -36,7 +36,7 @@ export default class MyApp extends App { * Product Page: https://www.creative-tim.com/product/notus-nextjs * Copyright 2021 Creative Tim (https://www.creative-tim.com) -* Licensed under MIT (https://github.com/creativetimofficial/notus-nextjs/blob/master/LICENSE.md) +* Licensed under MIT (https://github.com/creativetimofficial/notus-nextjs/blob/main/LICENSE.md) * Tailwind Starter Kit Page: https://www.creative-tim.com/learning-lab/tailwind-starter-kit/presentation From 5b8e62523c61076b6961639f7434578945debdf0 Mon Sep 17 00:00:00 2001 From: EINazare Date: Thu, 18 Mar 2021 10:41:26 +0200 Subject: [PATCH 011/192] refactor: update all --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e5be06e5..7692eaab 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ yarn-error.log* .next/ out/ + +commit.sh From f15a648b24b6db6b63be543165eb66688e7e6894 Mon Sep 17 00:00:00 2001 From: EINazare Date: Thu, 18 Mar 2021 10:41:28 +0200 Subject: [PATCH 012/192] refactor: update all --- CHANGELOG.md | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7721e05..1e82b62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ ## [1.1.0] date ### Bug fixing - Rename `master` branch to `main` +- To make a lot of our changes, we've followed the instructions from here (minus the `colors` and `font-sizes`): https://tailwindcss.com/docs/upgrading-to-v2 + - For the colors, the only change that we made, is the fact that we've added all Tailwind CSS colors to our `tailwind.config.js` files, and inside our product, all `{type}-gray-{number}` classes were renamed to `{type}-coolGray-{number}` + - After that, we've changed `{type}-coolGray-{number}` to `{type}-coolGray-{lower-number}`, i.e. (`100` became `50`, `200` became `100`, ..., `900` became `800`) + - You can achieve this, by search in your whole project for `coolGray-100` and replace it with `coolGray-50` + - Then, you search in your whole project for `coolGray-200` and replace it with `coolGray-100` + - Then, you search in your whole project for `coolGray-300` and replace it with `coolGray-200` + - Then, you search in your whole project for `coolGray-400` and replace it with `coolGray-300` + - Then, you search in your whole project for `coolGray-500` and replace it with `coolGray-400` + - Then, you search in your whole project for `coolGray-600` and replace it with `coolGray-500` + - Then, you search in your whole project for `coolGray-700` and replace it with `coolGray-600` + - Then, you search in your whole project for `coolGray-800` and replace it with `coolGray-700` + - Then, you search in your whole project for `coolGray-900` and replace it with `coolGray-800` +- `lg:bg-transparent` is not working anymore, so we've changed it with `lg:bg-opacity-0` ### Major style changes ### Deleted components @@ -10,12 +23,27 @@ ### Added components ### Deleted dependencies - +- `@tailwindcss/custom-forms` ### Added dependencies - +- `@tailwindcss/forms` (replaces `@tailwindcss/custom-forms`) ### Updated dependencies ``` - +@fortawesome/fontawesome-free 5.14.0 → 5.15.3 +@popperjs/core 2.5.1 → 2.9.1 +chart.js 2.9.3 → 2.9.4 +next 9.5.3 → 10.0.9 +next-compose-plugins 2.2.0 → 2.2.1 +next-fonts 1.4.0 → 1.5.1 +next-images 1.3.1 → 1.7.0 +node-sass 4.14.1 → 5.0.0 +react 16.13.1 → 17.0.1 +@types/react 16.9.49 → 17.0.3 +react-dom 16.13.1 → 17.0.1 +react-scripts 3.4.3 → 4.0.3 +tailwindcss 1.8.10 → 2.0.4 +webpack 4.44.2 → 5.26.3 +@types/googlemaps 3.39.13 → 3.43.3 +typescript 4.0.3 → 4.2.3 ``` ### Warning _If needed_ From 1e9ece3b030692c5da535cbf149474e40cb85844 Mon Sep 17 00:00:00 2001 From: EINazare Date: Thu, 18 Mar 2021 10:41:29 +0200 Subject: [PATCH 013/192] refactor: update all --- assets/styles/tailwind.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/styles/tailwind.css b/assets/styles/tailwind.css index 32ccf88d..2995ed91 100644 --- a/assets/styles/tailwind.css +++ b/assets/styles/tailwind.css @@ -1498,7 +1498,7 @@ video { flex-wrap: wrap-reverse; } -.flex-no-wrap { +.flex-nowrap { flex-wrap: nowrap; } @@ -2731,7 +2731,7 @@ video { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } -.focus\:shadow-outline:focus { +.focus\:ring:focus { box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); } @@ -3056,7 +3056,7 @@ video { white-space: normal; } -.whitespace-no-wrap { +.whitespace-nowrap { white-space: nowrap; } @@ -3340,7 +3340,7 @@ video { flex-direction: column; } - .md\:flex-no-wrap { + .md\:flex-nowrap { flex-wrap: nowrap; } From 960c8e6a3ca566a1435465682819d7ab3956968a Mon Sep 17 00:00:00 2001 From: EINazare Date: Thu, 18 Mar 2021 10:41:31 +0200 Subject: [PATCH 014/192] refactor: update all --- components/Cards/CardBarChart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Cards/CardBarChart.js b/components/Cards/CardBarChart.js index 6fe93dd3..25f6055d 100644 --- a/components/Cards/CardBarChart.js +++ b/components/Cards/CardBarChart.js @@ -104,10 +104,10 @@ export default function CardBarChart() {
    -
    +
    Performance
    -

    +

    Total orders

    From b762843a08ba4bc7a38b46893254e0c87152884f Mon Sep 17 00:00:00 2001 From: EINazare Date: Thu, 18 Mar 2021 10:41:33 +0200 Subject: [PATCH 015/192] refactor: update all --- components/Cards/CardLineChart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Cards/CardLineChart.js b/components/Cards/CardLineChart.js index 9316738a..c12d0547 100644 --- a/components/Cards/CardLineChart.js +++ b/components/Cards/CardLineChart.js @@ -108,11 +108,11 @@ export default function CardLineChart() { }, []); return ( <> -
    +
    -
    +
    Overview

    Sales value

    From 29cd0283b42d0247af1872358a43ff8ee428e4b1 Mon Sep 17 00:00:00 2001 From: EINazare Date: Thu, 18 Mar 2021 10:41:35 +0200 Subject: [PATCH 016/192] refactor: update all --- components/Cards/CardPageVisits.js | 50 +++++++++++++++--------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/components/Cards/CardPageVisits.js b/components/Cards/CardPageVisits.js index f4eda66a..e7e93d0d 100644 --- a/components/Cards/CardPageVisits.js +++ b/components/Cards/CardPageVisits.js @@ -9,7 +9,7 @@ export default function CardPageVisits() {
    -

    +

    Page visits

    @@ -28,92 +28,92 @@ export default function CardPageVisits() { - - - - - - - - - - - - - - - - - - - - - - - - From 1fcfb4cc9cd5eaccc3fd2bc6123236f92ee3d2d5 Mon Sep 17 00:00:00 2001 From: EINazare Date: Thu, 18 Mar 2021 10:41:37 +0200 Subject: [PATCH 017/192] refactor: update all --- components/Cards/CardProfile.js | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/components/Cards/CardProfile.js b/components/Cards/CardProfile.js index ecbc5a49..e76e4073 100644 --- a/components/Cards/CardProfile.js +++ b/components/Cards/CardProfile.js @@ -20,47 +20,47 @@ export default function CardProfile() {
    - + 22 - Friends + Friends
    - + 10 - Photos + Photos
    - + 89 - Comments + Comments
    -

    +

    Jenna Stones

    -
    - {" "} +
    + {" "} Los Angeles, California
    -
    - +
    + Solution Manager - Creative Tim Officer
    -
    - +
    + University of Computer Science
    -
    +
    -

    +

    An artist of considerable range, Jenna the name taken by Melbourne-raised, Brooklyn-based Nick Murphy writes, performs and records all of his own music, giving it a warm, intimate From a512a488a9607278eafa8ef1cd0fc8ae45dc7b9b Mon Sep 17 00:00:00 2001 From: EINazare Date: Thu, 18 Mar 2021 10:41:38 +0200 Subject: [PATCH 018/192] refactor: update all --- components/Cards/CardSettings.js | 52 ++++++++++++++++---------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/components/Cards/CardSettings.js b/components/Cards/CardSettings.js index 6a3ea894..d8607a18 100644 --- a/components/Cards/CardSettings.js +++ b/components/Cards/CardSettings.js @@ -5,12 +5,12 @@ import React from "react"; export default function CardSettings() { return ( <> -

    +
    -
    My account
    +
    My account
    -
    +
    User Information
    @@ -41,14 +41,14 @@ export default function CardSettings() {
    @@ -56,14 +56,14 @@ export default function CardSettings() {
    @@ -71,37 +71,37 @@ export default function CardSettings() {
    -
    +
    -
    +
    Contact Information
    @@ -109,14 +109,14 @@ export default function CardSettings() {
    @@ -124,14 +124,14 @@ export default function CardSettings() {
    @@ -139,37 +139,37 @@ export default function CardSettings() {
    -
    +
    -
    +
    About Me
    + Page name + Visitors + Unique users + Bounce rate
    + /argon/ + 4,569 + 340 + 46,53%
    + /argon/index.html + 3,985 + 319 + 46,53%
    + /argon/charts.html + 3,513 + 294 + 36,49%
    + /argon/tables.html + 2,050 + 147 + 50,87%
    + /argon/profile.html + 1,795 + 190 + 46,53%