AlbertXingZhang
02a1cdbe9e
chore(package): add type definitions for jQuery and its plugins ( #400 )
2016-12-20 11:41:52 +03:00
anhuisunfei
1227ad368c
col-sm-offset to offset-sm-2 ( #513 )
2016-12-20 11:32:01 +03:00
Grzegorz Rozdzialik
05e17d24df
feat(sidebar): add menu sidebar updating ( #548 )
...
* feat(sidebar): add menu sidebar updating
Relates to issue #236
* refactor(sidebar): move menu initialization into app component
Also fix BaMenuService provider (move it into module providers from component providers)
* refactor(sidebar): move baMenuService to services directory
2016-12-20 11:22:57 +03:00
ESadouski
b78e72dde9
fix(bug): deleted absolute path for assets ( #510 )
2016-12-07 14:01:15 +03:00
ESadouski
ca89355e96
fix(bug): temporary fix for ng2-bootstrap modals ( #493 )
2016-11-30 23:27:45 +03:00
ESadouski
0838696218
chore(version): bump version to 0.8 (angular 2.2.3) ( #476 )
...
* chore(version): bump version to 0.8 (angular 2.2.3)
* chore(version): fixed steps for update
2016-11-28 19:38:37 +03:00
ESadouski
20b1beafd7
chore(package): update angular to 2.2.3 ( #471 )
...
* chore(package): update angular to 2.2.1
* chore(package): update angular to 2.2.3
2016-11-25 16:15:59 +03:00
ESadouski
49a100d34c
#466 ckeditor not showing ( #467 )
...
* fix(logo): hover color of logo is changed
* fix(ckeditor): fixed path to ckeditor cdn
2016-11-24 11:32:11 +03:00
ESadouski
c48616a007
Fix ui buttons page ( #465 )
...
* fix(logo): hover color of logo is changed
* fix(grid): fixed grid and styles on ui.buttons page
2016-11-24 11:31:55 +03:00
ESadouski
130bcc3bf2
fix(logo): hover color of logo is changed ( #457 )
2016-11-24 11:31:33 +03:00
ESadouski
3516e404fa
fix(tslint): fix #248 disable one-line rule and add property force to lint command ( #439 )
2016-11-18 18:28:07 +03:00
ESadouski
8887516c44
fix(electron): fix electron build ( fix #407 , fix #429 )
2016-11-18 18:27:35 +03:00
Dmitry Nehaychik
2108067aab
fix(dependencies): fix #426 #423 , tslint config update
2016-11-15 11:54:01 +03:00
Dmitry Nehaychik
3e66636a05
fix(menu): fix selected determination for pathMatch partial router links
2016-10-27 17:50:23 +03:00
Dmitry Nehaychik
f60fa581a3
Merge remote-tracking branch 'origin/master'
2016-10-27 17:22:25 +03:00
Vladimir Lugovsky
ecfb007a71
feat(sidebar): add ability to customize sidebar styles ( #373 )
2016-10-27 16:30:23 +03:00
AlbertXingZhang
3f824b6e82
fix(menu): prevent extra '/' in menu link for empty path string ( #375 )
2016-10-27 16:28:48 +03:00
Vladimir Lugovsky
bb4bf77ceb
fix(sidebar): add href attribute to placeholder links in sidebar and pageTop ( #377 )
2016-10-27 16:28:02 +03:00
Vladimir Lugovsky
ae0011c05a
fix(breadcrumbs): breadcrumbs color in mint theme should not be the same as background is ( #378 )
2016-10-27 16:27:31 +03:00
Dmitry Nehaychik
5bf0bb8cd1
feat(travis): add slack notifications
2016-10-27 16:22:48 +03:00
Dmitry Nehaychik
a523c7ced4
fix(styles): fix #372 input-group issues
2016-10-25 14:50:43 +03:00
tibing
b73af9a21b
fix(theme): fix forms styles
2016-10-24 06:40:56 +03:00
Dmitry Nehaychik
3a30eacaf3
chore(package): update angular to 2.1.1, ng2-smart table 0.3.2
2016-10-21 14:29:57 +03:00
Dmitry Nehaychik
0b2ceded29
chore(package): update angular to 2.1.0, webpack to 2.1.0-beta.25, other dependencies accordingly
2016-10-21 14:29:57 +03:00
tibing
d56537af9f
feat(ui): add modals
2016-10-20 18:54:42 +03:00
Thomas Dupuis
a587ac2606
fix(docs): misses one line in the create new page help
2016-10-20 13:28:54 +03:00
tibing
ec0e5aa673
refactor(app): permit to use PathLocationStrategy
...
close #258
2016-10-19 20:16:07 +03:00
tibing
0beef0b8a9
chore(build): switch to bootstrap 4 alpha 4
...
fix #270
2016-10-19 20:16:07 +03:00
tibing
7b1c4cc5ea
fix(dashboard/trafficChart): fix cut tooltips
...
fix #321
2016-10-19 20:16:07 +03:00
tibing
92469d2f12
fix(app-routing): add 404 route
2016-10-19 20:16:07 +03:00
tibing
ee99cfcaae
refactor(travis): add 5 and 6 node versions
2016-10-19 20:16:07 +03:00
tibing
260710b1ad
chore(build): angular 2 webpack starter kit changes have been applied
2016-10-19 20:16:07 +03:00
tibing
3f2670f5c2
refactor(docs): refactor deprecated paragraphs
2016-10-14 18:42:54 +03:00
Grzegorz Rozdzialik
2d60a286d2
feat(menu): highlight childless items when path matches
2016-10-14 18:42:54 +03:00
Michael De Abreu
c6a9d67a83
feat(electron): complete electron integration
...
* chore(package): update webpack to beta.22
Lastest version before breaking changes.
* feat(electron): Complete Electron integration.
New task to build targeting Electron:
"build:electron": Alias for build:electron.full
"prebuild:electron.full": "npm run clean:electron",
"build:electron.full": "npm run build:electron.renderer && npm run build:electron.main",
"postbuild:electron.full": "npm run electron:start",
"build:electron.renderer": Webpack aplication with production properties and targeting electron-renderer
"build:electron.main": Webpack main Electron with production properties and targeting electron
"electron:start": "electron build"
2016-10-12 15:59:51 +03:00
Grzegorz Rozdzialik
fd09e652c8
feat(forms): add example selects with valid styling ( #286 )
...
Add another card to the form inputs view displaying selects (single and multiple). Fix options styling.
Related to issue #282
2016-10-04 12:45:36 +03:00
Dmitry Nehaychik
40aa2ed0ae
fix(services): fix providers for root, correctly apply another themes
2016-10-04 12:41:34 +03:00
nixa
bcae560f3b
Merge remote-tracking branch 'origin/master'
2016-09-20 12:12:13 +03:00
nixa
3ddd6f9e9b
fix(build): pin webpack version
2016-09-20 12:02:05 +03:00
kbrandwijk
5cb7e13477
feat(electron): add rudimentary support for electron ( #230 )
...
* Added devdependency for electron
* Added rudimentary electron wrapper
* Merge typo
2016-09-20 12:02:05 +03:00
Joseph Orr
c48fd9ed64
fix(docs): minor doc fixes
...
* minor doc fixes
* minor doc fixes
* minor doc fixes
* routing
2016-09-20 12:02:04 +03:00
nixa
f18fc6fcb8
chore(version): bump version to 0.7 (angular 2.0) 🎉
2016-09-20 11:31:35 +03:00
nixa
85a957c8b4
chore(build): update angular to 2.0
2016-09-20 11:31:35 +03:00
nixa
658bd4be96
chore(build): dependencies and config updates
2016-09-20 11:31:35 +03:00
nixa
252652b8f9
chore(version): bump version to 0.6.0
2016-09-20 11:31:35 +03:00
nixa
053473a442
feat(rc6): update to rc6
2016-09-20 11:31:35 +03:00
kbrandwijk
18c6912c72
feat(electron): add rudimentary support for electron ( #230 )
...
* Added devdependency for electron
* Added rudimentary electron wrapper
* Merge typo
2016-09-19 19:25:14 +03:00
Joseph Orr
0a420f19a8
fix(docs): minor doc fixes
...
* minor doc fixes
* minor doc fixes
* minor doc fixes
* routing
2016-09-19 19:20:34 +03:00
nixa
7c4437bb08
Merge branch 'development' of github.com:lugovsky/n2-admin into development
2016-09-19 18:57:13 +03:00
nixa
7163a3b1a5
chore(version): bump version to 0.7 (angular 2.0) 🎉
2016-09-19 18:55:53 +03:00