Commit graph

156 commits

Author SHA1 Message Date
maksim-karatkevich
07f430126f
feat: upgrade to angular9, upgrade to nebular 5.0, add material theme (#5694)
* chore: update README for extra theme (#5466)

* fix(tinymce): set absolute path for skin url (#5491)

* feat: add calendar with week numbers example (#5515)

* chore(readme): update bundles section text

* fix(forms): add missing forms module import (#5530)

* feat: update Nebular to 4.4.0 (#5533)

* chore(readme): update bundles image (#5565)

* chore: add bundles black friday deal (#5569)

* chore(readme): update black friday 2019 image (#5570)

* chore(readme): remove bundles discounts image (#5574)

* chore(readme): update bundles image (#5575)

* feat(seo): add canonical tag (#5578)

* chore(analytics): add proper analytics tracking URLs (#5604)

* feat: Material theme

* feat: upgrade to Angular 9 and Nebular 5 (#5628)

BREAKING CHANGE:
Angular updated to version 9.
Nebular updated to version 5.
`@agm/core` replaced with `@angular/google-maps`.
`ng2-completer` replaced with `@akveo/ng2-completer`, read details [here](https://github.com/akveo/ng2-smart-table/pull/1140#issue-392285957).

* Upgrade to the latest minor version of Angular

* Upgrade to the latest major version of Angular

* Upgrade to nebular 5 beta, remove "angular-tree-component" package

* Remove packages uncompatible with Ivy

* Fix post-upgrade errors

* Replace @agm/core with @angular/google-maps

* Fix search-map component using @angular/google-maps

* Move material theme files from @nebular

* Add missing images and change fg text color of dark material theme to bright white

* Implement ripple effect for material themes

* Add material style overrides

* Add ripple effects to controls across application

* Configure material theme, add material button and input examples

* Add toggle button example

* Fix lint warnings

* Add material menu icon for material themes

* Fix lint warnings for styles

* Set menu font-weight to normal for material themes

* Add "hover" and "active" styles for material menu

* Update material styles

* Override input styles for material themes

* Override select styles for material themes

* Hide rounded inputs for material themes

* Update material styles

* Remove non-material themes

* Revert "Remove non-material themes"

This reverts commit c2e319499f.

* Fix actions color

* Fix lint warnings

* Fix scrollbar for "traffic" card

* Fix scroll for "user activity" card

* Revert "Fix scroll for "user activity" card"

This reverts commit 4d793b1731.

* Revert "Fix scrollbar for "traffic" card"

This reverts commit b00da0d260.

* Fix scroll for nb-list inside nb-card

* chore(readme): add material theme description

* Remove unused angular2-toaster package

* chore(readme): add material theme images

* chore(readme): update text

* Upgrade to @nebular 5 release

* feat: update ng2-smart-table to 1.6

* chore(readme): add info about material theme branch

* fix: put Material theme in front of others

Otherwise Material theme style override Nebular

* refactor(material): remove options list border radius

* refactor: material input new look

* fix(form-inputs): show material inputs
* feat(material): change inputs style

* refactor: improve observable layout change sharing

* feat: add safe delayed event of layout change

* fix: replace change layout with safe change

* fix: limit front card width to prevent map overflow before repaint

* build: starter-kit clean up

* feat: upgrade to angular 9

Co-authored-by: David Henley <henleydr@gmail.com>
Co-authored-by: Sergey Andrievskiy <yggg@users.noreply.github.com>
Co-authored-by: Leon Lafayette <me@le0n.io>
Co-authored-by: Vladimir Lugovsky <lugovsky.v@gmail.com>
Co-authored-by: Sergey Andrievskiy <s.andrievskiy@akveo.com>
Co-authored-by: Evgeny Lupanov <elupanov@users.noreply.github.com>
Co-authored-by: eugene-sinitsyn <e.sinitsyn.s@akveo.com>
Co-authored-by: Evgeny Lupanov <e.lupanov@akveo.com>
Co-authored-by: sashaqred <sashaqred@ya.ru>
Co-authored-by: Dmitry Nehaychik <4dmitr@gmail.com>
Co-authored-by: Maksim Karatkevich <m.karatkevich@akveo.com>
2020-05-22 18:43:15 +03:00
Dmitry Nehaychik
66b86fa915 build: starter-kit clean up 2019-07-16 13:20:59 +03:00
Sergey Andrievskiy
a2e93f9376
feat: update Nebular to 4.1.2 (#5451) 2019-07-15 14:14:04 +03:00
Dmitry Nehaychik
e9600b4a07 feat: update to Angular 8, Nebular 4 (#2114) 2019-07-02 16:18:09 +03:00
Sergey Andrievskiy
d8e70922a9 fix(rtl): remove duplicate of nebular styles (#1824) 2019-02-06 14:24:12 +03:00
Vladislav Ahmetvaliev
8d471ba5b8 fix(setting-sidebar): Ie and firefox position bugs, linter (#2023) 2019-02-06 14:19:12 +03:00
Sergey Andrievskiy
82129ef0ae
style(setting button): dashify class names (#2007) 2019-01-22 12:39:06 +03:00
Vladimir Lugovsky
1f56f2aeb2 feat(layout config): reduce gear button size (#2002) 2019-01-21 19:21:06 +03:00
Valentin Kononov
cac36f0717 refactor(@core): refactor data services for better integration (#1997)
With this change all components, which used data services before, now use abstract classes of service interfaces, mock services extend interface services, CoreModule contains code to inject a needed implementation of some service.
2019-01-18 16:25:35 +03:00
Vladislav Ahmetvaliev
f17aa32c6d fix(toggle-settings-button): position while search open (#1993) 2019-01-16 20:12:13 +03:00
Vladislav Ahmetvaliev
59477c6721 refactor(header): remove unused method (#1991) 2019-01-15 17:01:25 +03:00
Vladislav Ahmetvaliev
a73662f1d9 feat(settings): redesign setting sidebar (#1982) 2019-01-09 17:11:47 +03:00
Denis Strigo
47d232b606
feat(data): update data module, add new mock data (#1960) 2019-01-08 16:17:20 +03:00
Denis Strigo
d80c8dadc3
feat(sidebar): remove label new from sidebar (#1921) 2018-11-20 14:47:52 +02:00
Denis Strigo
b3d7b7bd08
feat: add eva-icons (#1912) 2018-11-19 17:53:56 +02:00
Denis Strigo
3f1f4c558b
feat: add a bunch of new Nebular demos (#1911) 2018-11-19 16:57:35 +02:00
Nikita Poltoratsky
aa7579ccd6 feat: angular 7+ update (#1910)
Closes #1890

BREAKING CHANGES:
Angular 7+ now required.
The following libraries were updated:
- @agm/core
- @ng-bootstrap/ng-bootstrap
- @swimlane/ngx-charts
- ng2-ckeditor
- ngx-echarts
2018-11-19 16:40:01 +03:00
Dmitry Nehaychik
16bcc90d57
feat(app): update Nebular to the latest 2.0.1 version (#1868)
Closes #1866.
2018-10-05 13:20:30 +03:00
Denis Strigo
aa8e7cdf27 fix(chart): resize chart on sidebar expand/collapse (#1816) 2018-08-09 15:24:44 +03:00
ESadouski
56e4709a55 feat(dashboard): add new E-commerce dashboard (#1754) 2018-08-08 16:45:31 +03:00
eduhenke
00e6ca5d96 fix(tslint): add correct semicolon option (#1777) 2018-07-24 18:10:30 +03:00
Denis Strigo
f12bd9f540 fix(temperature): fix temperature dragger gradient, fix switcher button hover background (#1745) 2018-06-21 19:01:32 +03:00
Denis Strigo
e37f12dfc9 feat(theme): add corporate theme (#1727) 2018-06-21 15:16:53 +03:00
Dmitry Nehaychik
6d705d2786
feat(app): set default font-size to 14px (#1742) 2018-06-20 18:48:55 +03:00
Sergey Andrievskiy
3b63759e84 feat: RTL support (#1634) 2018-05-11 17:25:02 +03:00
Dmitry Nehaychik
06d2197583
feat: update to Angular 6 (#1684) 2018-05-10 23:48:39 +03:00
Dmitry Nehaychik
14f5112209 fix(bootstrap): radio temp fix 2018-02-26 11:57:22 +03:00
Dmitry Nehaychik
480a90b8c2
feat(security): add security setup (#1565) 2018-02-23 15:07:06 +03:00
Dmitry Nehaychik
f4cdf4ab22
feat(popover): add popover showcase (#1556) 2018-02-22 20:13:23 +03:00
Dmitry Nehaychik
fb5de3725c feat(user): replace menu with nbContextMenu directive 2018-02-22 19:54:47 +03:00
Lex Zhukov
630cb85e3b
build: update tslint config (#1436) 2017-12-01 18:36:24 +03:00
Dmitry Nehaychik
3429ed0a8d chore(lint): update linter to follow angular lint file 2017-10-20 17:31:36 +03:00
Hatem Hosny
f479715feb feat(loader): add loading progress indicator (#1319)
* feat(progress): add loading progress indicator

* feat(progress): add pace.js package

* use theme variables for pace.js indicator

* cleanup

* remove loading circle
2017-10-18 12:45:23 +03:00
Dmitry Nehaychik
0235b61d9c fix(demo): remove demo links from the repo 2017-09-29 19:38:20 +03:00
Dmitry Nehaychik
1cfbeb5fc4 refactor(layout): remove sidebar fixes 2017-09-21 12:35:57 +03:00
Dmitry Nehaychik
d2924ce9dc fix(sidebar): hotfixes for sidebar 2017-09-20 20:11:00 +03:00
Dmitry Nehaychik
a473517b52 fix(temp): fix temperature chart for default theme 2017-09-20 20:10:14 +03:00
KostyaDanovsky
c28cf8f2d4 chore(analytics): track theme switch and start search events 2017-09-20 15:48:30 +03:00
KostyaDanovsky
6ef5f90f7c chore(themes): remove light theme 2017-09-20 15:23:35 +03:00
Dmitry Nehaychik
3eee634861 feat(page): google analytics, app rename & favicon 2017-09-20 13:44:44 +03:00
KostyaDanovsky
731b184e76 fix(dashboard): fix temperature component for Safari 2017-09-20 13:35:29 +03:00
tibing
f13fd1c4cd refactor(header): move theme-switcher in separate component 2017-09-20 12:54:42 +03:00
Dmitry Nehaychik
d5db2d0614 feat(sidebar): hide on mobile when navigation is complete 2017-09-19 21:00:24 +03:00
nixa
84ddf24e64 fix(dashboard): change color scheme for the electricity chart 2017-09-19 17:29:03 +03:00
KostyaDanovsky
b22fc134e1 fix(layouts): remove light theme 2017-09-18 20:03:30 +03:00
KostyaDanovsky
263d1297b3 fix(layouts): provide link for support us action 2017-09-18 19:48:11 +03:00
Mikhail Hryb
3f989d09af del(header): unused code 2017-09-18 12:10:09 +03:00
Mikhail Hryb
b31859e370 fix(header): header responsive 2017-09-18 12:10:09 +03:00
KostyaDanovsky
06e86482d6 refactor(theme): rename link-color theme variable 2017-09-15 18:42:08 +03:00
KostyaDanovsky
2f9287e937 fix(dashboard): improve layout for dashboard cards 2017-09-15 17:15:59 +03:00