75 Commits

Author SHA1 Message Date
bterkuile 2326232a9b Fixes for new rails implementation 2023-11-28 14:31:15 -05:00
bterkuile ecaa9d6d0a ember 3.18 version update modifications 2020-07-23 10:51:45 -05:00
bterkuile 32d2854110 Use in zone formatted date since rails strips zone info in parsing making the rails timezone the leading applicable zone 2019-12-21 08:12:23 -05:00
bterkuile 6bd2046d1c Disable boundary chronology check because of null checking miss and string comparison 2019-01-09 14:19:04 -05:00
bterkuile 04142b41fd Uncommitted 2018-12-16 07:43:47 -05:00
bterkuile 74a03b8376 Add the css 2018-12-10 15:05:29 -05:00
bterkuile b47f99b3e8 Add some demo app data binding feedback visuals 2018-12-06 10:04:53 -05:00
bterkuile ece9dfa213 user-filters-manager basic working crud minus update (delete -> create for this one) 2018-12-06 10:00:38 -05:00
bterkuile 9881c5d7d4 Add better class names to modals to allow for better customized css targeting 2018-12-06 09:45:05 -05:00
bterkuile 1ee8ab64a0 Make inclusive default for pablo-number-range component since it is the more natural option 2018-12-06 09:44:05 -05:00
bterkuile 8e55300812 Merge branch 'master' of gitlab.com:benja-2/ember-cli-dunlop 2018-12-03 12:36:21 -03:00
bterkuile 21195ee705 Personal user filters component progress 2018-12-03 12:36:15 -03:00
bterkuile 6dd8e5f79e Merge branch 'fix/numeric_range_filter' into 'master'
Add "inclusive" definition

See merge request benja-2/ember-cli-dunlop!1
2018-12-03 15:18:35 +00:00
Pablo Bañales f71be3a9a1 Add "inclusive" definition 2018-12-03 11:34:14 -03:00
bterkuile 5aca87b205 before lunch commit 2018-11-28 14:29:04 -03:00
bterkuile db0bd80635 setup basics of user-filters-manager 2018-11-28 13:36:16 -03:00
bterkuile bcd683a81b Add ember-data for model development 2018-11-28 11:39:19 -03:00
bterkuile 78ab4d4e70 Finish numeric_range_filter 2018-11-28 11:38:43 -03:00
Pablo Bañales 41f3725782 remove unnecessary option argument 2018-11-27 12:07:30 -03:00
Pablo Bañales 32bf998a65 inclusive: change operator instead of lower/upper limits 2018-11-27 11:50:23 -03:00
bterkuile 82451218be Convert strings to translated versions to be ready to use everything in Spanish! 2018-11-27 10:45:50 -03:00
bterkuile 418fc04eb1 Always close and apply after explicit clear command 2018-11-27 10:26:29 -03:00
bterkuile c485858080 Use translated Clear and Apply words 2018-11-27 10:01:44 -03:00
bterkuile 012e42b023 Work in progress in dirty git branches (ignore) 2018-11-27 09:49:11 -03:00
Pablo Bañales 94822e295b RC 2018-11-26 14:40:54 -03:00
bterkuile 296ca5d895 Remove ordered-filtered-table component idea that has not produced a working example 2018-11-23 10:23:19 -03:00
Pablo Bañales 3c10e0537d inital version 2018-11-22 17:11:45 -03:00
bterkuile 6458155d7c remove bower dependency 2018-11-21 11:52:43 -03:00
bterkuile 2f449363d1 Fix dummy app router manual resource resolving new strategy 2018-11-21 11:39:29 -03:00
bterkuile a8a926c4e7 Add comment 2018-11-20 18:32:57 -03:00
bterkuile 5949a9e198 Resolve resources without initial user since never will reach the resources to avoid application halt 2018-11-20 17:02:22 -03:00
bterkuile d9ed1f89c1 Resolve resources without initial user since never will reach the resources to avoid application halt 2018-11-20 16:51:02 -03:00
bterkuile fe6653442c Big initialization rework in order to be able to facilitate preloaded backend settings 2018-11-20 12:13:10 -03:00
bterkuile 88d5f55e90 Add basic dunlop/user-filter model connected to the dunlop-core api since these filters are engine/adapter independent 2018-11-17 22:36:58 -03:00
bterkuile 2b0248fbb8 Also give nice rose styling for manual code entries 2018-10-09 14:32:49 -03:00
bterkuile 5daa70f5ae Added utility options 2018-09-28 10:52:33 -05:00
bterkuile fb404e8f3e Allow modal to hardwire partialName for inheritance default template behaviour 2018-09-24 20:06:03 -05:00
bterkuile 62002937a4 Active action becomes overdue when overdue on generation 2018-09-19 11:28:35 -05:00
bterkuile b0e6efce9e Make .ui.calendar ember-view wrapper inline so it can be between buttons 2018-09-03 14:45:04 -05:00
bterkuile 60c682fe87 Fix error response message display 2018-08-11 15:48:17 +02:00
bterkuile f7b9beadab Upgrade and log modal names 2018-07-05 10:33:17 -05:00
bterkuile 1c98de723e Do not double yield internal additions 2018-06-18 15:40:21 -03:00
bterkuile c556f42628 Add missing yields to filters 2018-06-18 15:34:26 -03:00
bterkuile 9520f03b7e Fix setting isoWeek on date-range filter 2018-06-18 14:11:52 -03:00
bterkuile 1c285f8299 do not require confirm action on destroyRecord from a modal for new non persisted records 2018-05-31 20:36:55 -03:00
bterkuile 466d67e14a Fix icon line-height in page titles and add .clearfix helper we are familiar with since bootstrap 2.0 but know we should not use 2018-05-28 18:11:56 -03:00
bterkuile a96da6a282 Allow filters without content target for reloading 2018-05-26 12:04:30 -03:00
bterkuile 6f463f2b02 Fix date-range filter for lower-bound and upper-bound and today filter. Now moving the timestamp value to the begin and end of the day instead of filter timestamp 2018-05-15 14:26:59 +02:00
bterkuile e20d5e9389 Add reload action to generalized application route 2018-05-09 15:30:47 -03:00
bterkuile e2876d9486 backup commit 2018-04-24 17:44:06 -03:00