Commit graph

84 commits

Author SHA1 Message Date
SachaG
13609dd755 Various small improvements 2018-05-04 11:56:49 +09:00
Bernardo Dias
5b9bb61688 Update Flash component and withMessages container 2018-05-02 15:02:52 -03:00
SachaG
a086e6e584 Update flash messages 2018-04-28 18:51:20 +09:00
SachaG
b4f960301b Isolate bootstrap dependencies in new vulcan-ui-bootstrap package 2018-04-23 09:47:04 +09:00
SachaG
1af50c1247 Improve i18n and make locale switchable via setLocale on context 2018-04-21 17:58:25 +09:00
SachaG
59c12c27d2 Log slug in default resolver; add rowClass prop to Datatable 2018-04-06 17:59:24 +09:00
SachaG
759899212f Remove __typename from datatable; fix select options 2018-03-28 11:20:41 +09:00
SachaG
5705de3559 Improve edit/new buttons callback handling 2018-03-28 11:13:39 +09:00
SachaG
1d7cef5556 Work on form errors & validation 2018-03-25 10:54:45 +09:00
SachaG
f7da9108f7 Use getFormType(); make user.services object viewable to owner only; clean up Datatable props 2018-03-22 16:54:50 +09:00
SachaG
7061483af8 Improve Datatable new/edit buttons; simplify FormWrapper loading check 2018-03-20 14:56:09 +09:00
SachaG
09de6392f3 Handle urls in cards/datatable 2018-02-24 18:58:14 +09:00
SachaG
748e2f8fea Charges dashboard improvements 2018-02-24 18:26:56 +09:00
SachaG
582dc2010b Add support for Users objects to cards & datatables 2018-02-24 18:15:54 +09:00
SachaG
8e27870bf0 processCharge -> processEvent; call processEvent after subscription, too; add Charges dashboard 2018-02-24 18:15:42 +09:00
SachaG
97e0883f31 Refactor NewButton/EditButton code 2018-02-15 12:04:51 +09:00
SachaG
e3ba347f80 Better way: just use options' fragmentName as mutationFragment 2018-02-15 09:32:41 +09:00
SachaG
f9893aa615 Pass down newFragmentName and editFragmentName 2018-02-14 22:22:51 +09:00
SachaG
2eeb252bd5 Let EditButton, NewButton pass through props to SmartForm 2018-02-12 18:49:22 +09:00
SachaG
31621b39b2 Add createdAtFormattedShort field to charges 2018-02-09 11:30:15 +09:00
Vincent Roman
d03963680b Datatable - spacing consistency 2018-02-03 07:06:56 +00:00
Vincent Roman
dd3384d195 Merge branch 'upstream-devel' into vincro-devel
# Conflicts:
#	packages/vulcan-core/lib/modules/components/Datatable.jsx
2018-02-03 06:59:39 +00:00
Vincent Roman
47e5db0068 Datatable - add targetting className for column headers like data-item-* 2018-02-03 06:41:10 +00:00
Vincent Roman
e9c088136d Datatable - amend replace to change SPACE for more than first instance with REGEX 2018-02-03 06:39:57 +00:00
SachaG
44bff952b1 Make datatable accept static JSON as data property; add Routes admin dashboard 2018-02-02 18:43:35 +09:00
Vincent Roman
77733d2b81 Datatable - replace SPACE with - in the datatable-item-* className 2018-01-31 15:39:03 +00:00
SachaG
ab7ca9e53e Un-revert the revert 2018-01-27 12:46:45 +09:00
Justin Reynolds
75b6ece0a4 Fix linting 2018-01-25 15:03:03 -06:00
SachaG
55494d3de2 Only show Edit and New buttons if user has proper permissions 2018-01-25 18:20:29 +09:00
SachaG
2ae8176c71 Small fixes 2018-01-20 11:02:11 +09:00
SachaG
63df1fdd3e Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-01-11 21:30:41 +09:00
SachaG
b21dac2c3d Card component tweaks 2018-01-11 21:30:34 +09:00
Sacha Greif
0b859bd871
Merge pull request #1803 from schuttsm/admin-delete-user-hide
fix admin delete user hide bug
2018-01-11 15:10:34 +09:00
Stephen Schutt
747350c0e5 fix bug where modal doesn't hide after user is deleted 2018-01-06 17:52:52 +01:00
SachaG
6659bd14e6 Add support for throwing/showing "document not found" errors in withDocument and default resolvers 2018-01-04 09:41:48 +09:00
SachaG
c80e38eb1f Add New button to datatables 2018-01-03 15:13:50 +09:00
Luca Hagel
93a83ea12e Rename EditButton.jsx.js to .jsx 2017-12-27 03:41:20 +01:00
SachaG
0a7500ac66 Fix double slashes in site image path 2017-12-20 09:43:00 +09:00
SachaG
104b630448 Create new events-internal package to hold internal Mongo event tracking code 2017-12-17 20:59:26 +09:00
SachaG
4d55c2f788 Small fixes 2017-12-17 18:00:48 +09:00
SachaG
983c08d52f Pass current route to router.onUpdate hook; trigger router.onUpdate from new RouterHook component; Add new event.identify hook; refactor events package, add new events-ga and events-segment packages 2017-12-17 17:42:06 +09:00
SachaG
aec4c0ae69 Add Datatable emptyState prop 2017-11-09 10:00:56 +09:00
Sacha Greif
6dd521a9b1 Add EditButton core component 2017-10-26 16:04:26 +09:00
Sacha Greif
5d444df3a5 Enable adding components to HeadTags outside of Helmet 2017-10-17 10:26:38 +09:00
Sacha Greif
0af5e365d3 Add new HeadComponent to make it easier to add permanent head tags 2017-10-14 11:05:36 +09:00
SachaG
faa573c95f add showSearch option to Datatable 2017-10-05 09:12:53 +09:00
SachaG
0fb9771376 Don't forget to await! 2017-09-30 11:47:41 +09:00
SachaG
80eda13222 Small fixes 2017-09-29 07:40:59 +09:00
SachaG
984021cd7f Clean up/refactor settings; add registerSetting and /settings route 2017-09-22 12:24:15 +02:00
SachaG
d0eef54c70 upgrade simple-schema 2017-09-04 17:40:01 +09:00