Archived
1
0
Fork 0
Commit graph

440 commits

Author SHA1 Message Date
638d318a17 Merge branch '28-update-bootstrap' into dev 2022-08-07 13:24:26 +02:00
50d6ca7bfe app/views/main/callback/new.volt: update css. 2022-08-06 20:32:57 +02:00
a29b41ae54 package.json: remove jquery 2022-08-05 15:36:41 +02:00
724a302c47 gulpfile.js: remove jquery 2022-08-05 15:34:54 +02:00
c3897730fa Remove app/assets/js/bootstrap 2022-08-05 11:23:29 +02:00
fc573d4565 app/assets/sass/views/_landingpage.scss: center steps. 2022-08-04 19:47:26 +02:00
a822f00a7f app/assets/sass/_bootstrap-config.scss: convert hsl color values to hex. 2022-08-04 19:41:28 +02:00
a83225e9c5 app/assets/sass/_bootstrap-config.scss: use default bootstrap gray colors. 2022-08-04 19:38:37 +02:00
90b8ed31ab app/assets/sass/_bootstrap-config.scss: disable reduce-motion 2022-08-04 19:27:57 +02:00
36aaf75239 app/views/_common/_components/footer.volt: Update copyright year. 2022-08-02 15:06:01 +02:00
589fd89344 app/assets/sass/application.scss: include bootstrap's transition component. 2022-08-02 15:04:23 +02:00
df922dd1e9 app/forms/UserSettings.php: need to add allowEmpty to id and email validator as the input elements are disabled. 2022-08-02 15:03:07 +02:00
2f7c07c025 app/views/main/user/settings.volt: fix form. 2022-08-02 14:53:26 +02:00
93c226aef6 app/views/main/callback/show.volt: fix collapse 2022-08-02 14:52:37 +02:00
604d696089 app/views/main/callback/show.volt: use code class for request body. 2022-08-02 14:52:22 +02:00
7bb6ccb6ba app/assets/sass/base/_typography.scss: Adding code class 2022-08-02 14:52:01 +02:00
b79ea0ef15 app/views/main/callback/show.volt: fix heading sizes. 2022-08-02 14:51:33 +02:00
3d94f8cc96 app/views/_common/_components/navigation.volt: fix divider. 2022-08-02 13:31:06 +02:00
d75b54bf82 app/assets/sass/layout/_navigation.scss: usermenu dropdown should extend .dropdown-menu-end to have it aligned to the right. 2022-08-02 13:31:06 +02:00
4793190b2c app/assets/sass/layout/_navigation.scss: fix usermenu dropdown items. 2022-08-02 13:26:17 +02:00
59f76add96 app/views/main/index/about.volt: change img-responsive to img-fluid 2022-08-02 13:03:31 +02:00
36e6034c33 app/assets/sass/application.scss: import image component from bootstrap. 2022-08-02 13:03:14 +02:00
9ad9221de0 app/library/Form.php: Update classes to bootstrap 5.2.0 2022-08-02 12:52:22 +02:00
a73f9501f3 app/forms/UserSettings.php: Adding disabled attribute to readonly inputs. 2022-08-02 12:51:52 +02:00
10956443e6 app/assets/sass/_bootstrap-config.scss: Fix form input background and label font weigth. 2022-08-02 12:51:18 +02:00
04dcc61a85 Merge branch 'dev' into 28-update-bootstrap 2022-08-02 12:39:16 +02:00
8ff5b5cd1e app/forms/UserSettings.php: extend Httpcb\Form instead of Phalcon\Forms\Form and delete renderDecorated() and _render() as they exists in Httpcb\Form 2022-08-02 12:37:56 +02:00
9cd10581d8 app/library/Form.php: Phalcon\Forms\Element is renamed to Phalcon\Forms\Element\AbstractElement 2022-08-02 12:36:45 +02:00
ac3e2b8d1d app/assets/sass/components/_callback-list.scss: add some top margin. 2022-08-02 12:33:06 +02:00
eebcce70f9 app/views/main/user/settings.volt: update modal to bootstrap 5.2.0 syntax. 2022-08-02 12:14:45 +02:00
1329bf82ed app/views/_common/_components/flash.volt: update to bootstrap 5.2.0 syntax. 2022-08-02 12:14:22 +02:00
b50e95231c app/assets/sass/application.scss: import modal component from bootstrap. 2022-08-02 12:05:13 +02:00
9faf531577 app/assets/sass/base/_utils.scss: add clearfix class 2022-08-02 12:03:11 +02:00
d2842907a3 views: change pull-left,pull-right classes to float-start,float-end 2022-08-02 12:02:48 +02:00
5798a28516 sass: "sticky-footer" broke with BS 5.2.0, fix with flexbox. 2022-08-01 21:47:40 +02:00
a8edd06011 app/controllers/UserController.php: typofix, should be paginate() and not pageinate() 2022-08-01 21:46:24 +02:00
860caf38b8 remove old app/assets/sass/_bootstrap-custom.scss 2022-08-01 21:45:41 +02:00
45ac2a5961 app/assets/sass/_variables.scss: Update to bootstrap 5.2.0 2022-08-01 21:45:29 +02:00
cd6eb49b5b app/assets/sass/application.scss: implement the new bootstrap 5.2.0 framework into our sass. 2022-08-01 21:44:52 +02:00
dd8b065c8e Adding app/assets/sass/_bootstrap-config.scss 2022-08-01 21:43:23 +02:00
897da2ad27 app/views/_common/_components/navigation.volt: update dropdown to bootstrap 5.2.0 2022-08-01 21:41:35 +02:00
96a80cf6e9 app/assets/sass/layout/_navigation.scss: .dropdown-menu-right does not exist. so don't extend it. 2022-08-01 21:40:54 +02:00
33e2cec8a7 app/assets/sass/layout/_navigation.scss: hack margins for menu items abit. 2022-08-01 21:40:08 +02:00
8fad84bd4b app/assets/sass/layout/_navigation.scss: "border-radius-base" is renamed to "border-radius" in bootstrap 5.2.0 2022-07-31 23:53:32 +02:00
18466d273c app/assets/sass/layout/_navigation.scss: "pull-right" is renamed to "float-end" in bootstrap 5.2.0 2022-07-31 23:51:18 +02:00
4403f5c2bb app/assets/sass/layout/_navigation.scss: use cleafix mixin instead of extend. 2022-07-31 23:50:36 +02:00
a214fe3fcf app/assets/sass/base/_typography.scss: fix underlines on links.
bootstrap 3.4.0 only had underlines for hover links while 5.2.0 has them on for all states. So enable them for a:hover again here. while we disable them in bootstrap.
2022-07-31 23:50:01 +02:00
260fc64102 app/assets/sass/layout/_navigation.scss: use bootstrap 5.2.0 mixin for media queries. also skip $navbar-breakpoint-min variable and just use "md" breakpoint. 2022-07-31 23:43:32 +02:00
98ed31b7f8 app/assets/sass/components/_pagination.scss: extend center-block instead of nav (only need centering anyway) 2022-07-31 23:41:07 +02:00
a971a5553a app/assets/sass/layout/_sections.scss: brand-color is named primary in bootstrap 5.2.0 2022-07-31 23:40:02 +02:00