Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For #2399: Host material-dashboard demo page for status service #2420

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ src/web/.next/**
**/node_modules/**
coverage/**
docs/**

# We do not maintain these files.
src/api/status/public/assets/**
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ certs
.cache
.next
out

# We don't maintain these files
src/api/status/public/assets
84 changes: 84 additions & 0 deletions src/api/status/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# Change Log

## [3.0.0] 2021-10-19

### Refactor and Improvements

- Update Bootstrap to v5.1.3
- Update to Material Design 2
- New Documentation version
- New Product structure

## [2.1.2] 2020-02-11

### Improvements, BugFixing

- Fixed the broken links
- Improvements and BugFixing for documentation
- Change versions on CSS and JS files

## [2.1.1] 2018-11-13

### Improvements, BugFixing

- Changes for responsive devices
- Improvements and BugFixing for documentation
- Change versions on CSS and JS files
- Pro Documentation integrated in Free Version
- Eliminated extra CSS and JS

## [2.1.0] 2018-06-13

### Bug fixing

- Card-chart fixed on Windows
- Bug fixes for responsive devices
- Small changes for components

## [2.0.0] 2018-03-27

### Bootstrap 4 update

- Core base code on Bootstrap 4
- Documentation code base written from scratch
- Speed optimizations
- Class changes : .card-block to .card-body
- .navbar-toggleable-_ to .navbar-expand-_
- .hidden-_-down to .d-none .d-_-block
- .hidden-_-up to .d-_-none
- .checkbox to .form-check
- .radio to .form-check
- more class changes here:https://getbootstrap.com/docs/4.0/migration/
- Bug fixes for responsive devices
- Small changes for components

## [1.2.0] 2017-09-08

### BugFixing

- added PerfectScrollbar for windows better scroll
- added arrive.js library for dynamic content
- fix issue with charts when resizing window
- change size of buttons for notifications on mobile
- added pagination style
- fixed issue with Bootstrap modal
- added fixed navbar
- documentation updates
- minor design fixes

## [1.1.1] 2017-02-08

### MIT License

- switched to MIT License

## [1.1.0] 2016-11-10

### New Page Added, Small Fixes

- fix link in documentation
- for those who want to upsell inside their dashboard we added a new page "Upgrade to PRO" with a pricing and options table

## [1.0.0] 2016-09-21

### Initial Release
21 changes: 21 additions & 0 deletions src/api/status/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Creative Tim (https://www.creative-tim.com)

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:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
155 changes: 155 additions & 0 deletions src/api/status/README.md

Large diffs are not rendered by default.

Loading