提交图

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 80f6077 (HEAD -> master) Table: use html sections and outlines by Bing Sun 2020-05-13 22:34:04 +0800
  • 16793dc Table: support loading status widgets by Bing Sun 2020-05-13 21:48:12 +0800
  • 92a2022 make_model: complete the xhr cancelling logic by Bing Sun 2020-05-13 11:35:06 +0800
  • 986413d postgest: apply xhr config before additional xhr hook by Bing Sun 2020-05-13 11:31:33 +0800
  • f545118 make_model: prelinary loading state support by Bing Sun 2020-05-12 23:26:10 +0800
  • ef4e0b1 make_model: polish the state & cache handling by Bing Sun 2020-05-12 22:22:57 +0800
  • c9d13d1 make_model: wrap random state variables by Bing Sun 2020-05-12 17:29:23 +0800
  • 5939f09 make_model: support changing data when exporting by Bing Sun 2020-05-11 21:23:06 +0800
  • 7ec7557 Table: support header_options by Bing Sun 2020-05-11 20:37:17 +0800
  • 0a5aba4 Table: column_options by Bing Sun 2020-05-11 11:12:22 +0800
  • bfa117b Table: support producer and style in column_options by Bing Sun 2020-05-10 23:49:20 +0800
  • a22229e make_model: revert fd25610 'reset promise on rejection' by Bing Sun 2020-05-02 13:53:22 +0800
  • e88aba6 Table: add value sanity check by Bing Sun 2020-05-02 13:45:17 +0800
  • fd25610 make_model: reset promise on rejection by Bing Sun 2020-04-30 22:50:04 +0800
  • 61b3961 Table: set the component default to visible by Bing Sun 2020-04-30 17:27:16 +0800
  • cf09335 api: examine v after evaluation by Bing Sun 2020-04-30 14:38:31 +0800
  • fc44192 make_model: fix quote_identifiers by Bing Sun 2020-04-30 13:44:16 +0800
  • 5fc4d88 Table: initialize data only the component is visible by Bing Sun 2020-04-28 21:56:58 +0800
  • f9b20f0 Table: support show attribute by Bing Sun 2020-04-28 21:04:08 +0800
  • f698f56 Table: check columns_options before using it by Bing Sun 2020-04-28 17:15:31 +0800
  • 37b7ec2 make_model: quote postgresql identifiers when selecting by Bing Sun 2020-04-28 17:09:40 +0800
  • 3a24582 make_model: support date filename suffix when exporting by Bing Sun 2020-04-27 23:38:26 +0800
  • 8a04d92 add export method to model by Bing Sun 2020-04-27 23:30:07 +0800
  • 47cd6a1 make_model: re-enable select_all by Bing Sun 2020-04-27 23:13:49 +0800
  • 15d9c8d make_model: add TODO on xhr cancelling and re-requesting by Bing Sun 2020-04-27 22:27:10 +0800
  • f653cd9 make_model: support wheres and be aware of ambient changes by Bing Sun 2020-04-27 21:14:42 +0800
  • f9eee9a postgrest: evaluate value if a function is provided by Bing Sun 2020-04-27 21:14:02 +0800
  • 4d1a272 Table: initialization data locally by Bing Sun 2020-04-27 21:13:40 +0800
  • c2159cc Table: fix pages calculation by Bing Sun 2020-04-27 19:29:14 +0800
  • b35746b Table: respect column_options by Bing Sun 2020-04-26 18:33:28 +0800
  • ffca627 make_model: fix typo by Bing Sun 2020-04-26 17:22:59 +0800
  • 49f6911 make_model: support order by Bing Sun 2020-04-26 17:16:43 +0800
  • 6410ce1 Table: support simple pagination by Bing Sun 2020-04-26 15:27:09 +0800
  • 82133fe make_model: be aware of array with empyt slots by Bing Sun 2020-04-26 15:25:47 +0800
  • 374a17b add initial Table component by Bing Sun 2020-04-26 10:24:13 +0800
  • 51bb887 make_model: add data() method for synchrorized data fetching by Bing Sun 2020-04-26 10:23:13 +0800
  • b4bdd7e make_model: selects should not be set to [] by Bing Sun 2020-04-26 10:22:51 +0800
  • 6aae4ef Layout: a POJO component is sufficient by Bing Sun 2020-04-26 09:27:47 +0800
  • ed1a1c4 Layout should be a component by Bing Sun 2020-04-26 09:19:25 +0800
  • 5c1165a make_model: rename 'filter' to 'process' by Bing Sun 2020-04-26 08:25:32 +0800
  • 774136e make_model: support selects and value filters by Bing Sun 2020-04-26 02:21:59 +0800
  • e69cc33 make_model: be lazy and correct on multiple entrances by Bing Sun 2020-04-26 02:05:36 +0800
  • 21d0e63 make_model: add offset/limit query by Bing Sun 2020-04-26 01:35:27 +0800
  • e4c0714 make_api: filtering out undefined queries should be before processing by Bing Sun 2020-04-26 01:34:07 +0800
  • 94ee51b model: handle offset/limit by Bing Sun 2020-04-26 01:22:50 +0800
  • 838b8b1 add util/make_model by Bing Sun 2020-04-26 00:41:55 +0800
  • 5021813 postgrest: export make_api() instead of api by Bing Sun 2020-04-26 00:41:36 +0800
  • 64d2831 with_layout: rename config to options for consistency by Bing Sun 2020-04-26 00:41:01 +0800
  • 175bcf5 add util/with_layout.js by Bing Sun 2020-04-25 23:16:26 +0800
  • 14b9b37 initial import by Bing Sun 2020-04-25 20:22:43 +0800