0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
Commit Graph

579 Commits

Author SHA1 Message Date
Marius Andra
888cb3e251 fix rebase: update style and move package.json again 2020-03-18 13:45:06 +01:00
Marius Andra
de6ebca84d move package.json to the root folder 2020-03-18 13:41:46 +01:00
Marius Andra
275834491a webpack from ./node_modules/.bin in script 2020-03-18 13:39:23 +01:00
Marius Andra
f75f3a8cc0 move logo to public 2020-03-18 13:39:23 +01:00
Marius Andra
28fbc57544 add "array.js", change editor css path url 2020-03-18 13:39:23 +01:00
Marius Andra
8040743797 build editor with webpack 2020-03-18 13:39:23 +01:00
Marius Andra
d0bbe60801 move style folder to src 2020-03-18 13:39:23 +01:00
Marius Andra
c17dbe6b38 webpack index.html and asset refactor 2020-03-18 13:39:23 +01:00
Marius Andra
def36a939a yarn 2020-03-18 13:38:15 +01:00
Marius Andra
df500243f9 webpack proof of concept 2020-03-18 13:38:15 +01:00
Tim Glaser
c65dcaf19b Closes #347 add isnot and doesnt contain filters 2020-03-18 11:09:23 +00:00
Tim Glaser
a708ac4459 Closes #337 - add stickiness of action to /trends 2020-03-18 11:09:23 +00:00
Tim Glaser
b710ed8fde
Merge pull request #354 from PostHog/337-stickiness-of-action
Closes #337 - add stickiness of action to /trends
2020-03-18 11:05:39 +00:00
Tim Glaser
0d0ca95a76 Closes #337 - add stickiness of action to /trends 2020-03-18 11:02:01 +00:00
Tim Glaser
66f649cee6 Fix blank page 2020-03-17 23:48:32 +00:00
Tim Glaser
8c3bd8a560 Blank page when loading user 2020-03-17 23:27:58 +00:00
Tim Glaser
5141475ae9 Use properties table in events 2020-03-17 19:43:48 +00:00
Tim Glaser
2007afaa66
Merge pull request #371 from PostHog/363-add-version-number-to-instrumentation
Closes #363 add version number to intrumentation
2020-03-17 15:46:15 +00:00
Tim Glaser
8d5504990a Closes #363 add version number to intrumentation 2020-03-17 15:42:35 +00:00
Tim Glaser
f417a46866 Fix turbolinks issue 2020-03-17 10:51:15 +00:00
Tim Glaser
6f4dc6e622 Fix turbolinks editor in posthog 2020-03-17 10:30:31 +00:00
Tim Glaser
44956b0ff9
Merge pull request #359 from PostHog/squash-table-cell-size
Squash table cell size
2020-03-17 10:08:40 +00:00
Tim Glaser
45d3212ceb Update posthog-js to fix turbolink issue with editor 2020-03-16 18:46:23 +00:00
Tim Glaser
3e45814073 Squash table cell size 2020-03-15 14:31:16 +00:00
Tim Glaser
c7a046657d
Merge pull request #353 from PostHog/fix-missing-toast-import
Fix missing toast import
2020-03-13 23:40:52 -07:00
Tim Glaser
6562ae3d9f Fix missing toast import 2020-03-14 06:40:23 +00:00
Tim Glaser
f1ab9a5fb6 Closes #351 client error when no actions defined 2020-03-13 17:25:38 +00:00
Tim Glaser
1522c37cc8
Merge pull request #350 from PostHog/add-missing-import
Add missing import
2020-03-12 18:51:11 -07:00
Tim Glaser
42fb7b4329 Add missing import 2020-03-12 18:47:47 -07:00
Tim Glaser
ba8c52f8de
Merge pull request #349 from PostHog/fix-data-zero-on-dashboard
Fix data being zero
2020-03-12 18:41:17 -07:00
Tim Glaser
019b650312 Fix data being zero 2020-03-12 18:40:45 -07:00
Tim Glaser
c4ad21fcaa
Merge pull request #345 from PostHog/342-paths-are-slow
Closes #342 paths never indicated they were done loading
2020-03-12 16:00:03 -07:00
Tim Glaser
fb72716861 Closes #342 paths never indicated they were done loading 2020-03-12 15:16:54 -07:00
Tim Glaser
530441c793 Fix event actions not loading 2020-03-12 12:39:06 -07:00
Tim Glaser
2cf1d6e33a
Merge pull request #340 from PostHog/fix-stretched-logo-safari
Fix stretched logo safari
2020-03-12 10:44:44 -07:00
Tim Glaser
4216f79ed3 Fix stretched logo safari 2020-03-12 10:42:55 -07:00
Tim Glaser
57b3d1e55a
Merge pull request #335 from PostHog/315-pt-2-more-prominent-toolbar-button
Closes #315 (2) more prominent toolbar button
2020-03-12 09:51:12 -07:00
Tim Glaser
52d01298f4 Closes #315 (2) more prominent toolbar button 2020-03-11 16:57:21 -07:00
Tim Glaser
e16374629d Fix emails not shown on user id 2020-03-11 16:14:33 -07:00
Tim Glaser
ea30f85299 Prettify all js files 2020-03-11 13:10:34 -07:00
Tim Glaser
8587c178ee
Prettify js code (#329)
* add prettier and some options

* add pre-commit hooks

Co-authored-by: Marius Andra <marius.andra@gmail.com>
2020-03-11 13:08:52 -07:00
Tim Glaser
b8d6f92250
323 - move frontend files into folders
* add kea, redux, reselect, react-redux, kea-listeners

* refactor App.js to use kea and functional react components

* extract userLogic

* setup to functional component

* extract code to set up app urls

* SetupAppUrl component works on a clone of appUrls and updates user only when saving

* setup app urls via kea

* refactor AppEditorLink and ChooseURLModal to take user directly from the store

* move react components into "scenes/*" and "lib/components"

* split some large files into separate components

* refactor folder structure, extract components to their own files

* fix modal after rebase

* move react components into "scenes/*" and "lib/components"

* split some large files into separate components

* refactor folder structure, extract components to their own files

* fix modal after rebase

* Fix property filter not working

Co-authored-by: Marius Andra <marius.andra@gmail.com>
2020-03-11 12:56:20 -07:00
Tim Glaser
412dcf1908
Merge pull request #322 from mariusandra/kea-state-management
Kea state management
2020-03-11 09:42:20 -07:00
Marius Andra
5e3965c641 refactor AppEditorLink and ChooseURLModal to take user directly from the store 2020-03-11 10:46:32 +01:00
Marius Andra
b042d93cb4 setup app urls via kea 2020-03-11 09:29:20 +01:00
Marius Andra
2c24a01246 SetupAppUrl component works on a clone of appUrls and updates user only when saving 2020-03-11 09:00:44 +01:00
Marius Andra
82f2e28a72 extract code to set up app urls 2020-03-11 08:34:58 +01:00
Marius Andra
5add29d23e setup to functional component 2020-03-11 08:32:26 +01:00
Tim Glaser
803123a6c5 Closes #314 move action to event submenu 2020-03-10 22:28:18 -07:00
Tim Glaser
f1027fa42f Adds to #307 delete person including events 2020-03-10 18:04:10 -07:00
Marius Andra
e00059fe61 extract userLogic 2020-03-11 00:04:01 +01:00
Tim Glaser
af41cc97e2
Merge pull request #313 from PostHog/308-dynamic-changelog-update-available
Closes 308 dynamic changelog/update available
2020-03-10 15:50:53 -07:00
Marius Andra
39182b9273 refactor App.js to use kea and functional react components 2020-03-10 23:49:04 +01:00
Marius Andra
4e2118738a add kea, redux, reselect, react-redux, kea-listeners 2020-03-10 23:45:17 +01:00
Tim Glaser
c31763e165 Closes 308 dynamic changelog/update available 2020-03-10 15:44:02 -07:00
Pedro Filho
14ea0077a8 Adding min-width and flex-wrap 2020-03-10 19:50:00 +00:00
Tim Glaser
da6187a4b9
Merge pull request #309 from PostHog/304-better-setup-page
Closes #304 better setup page
2020-03-10 10:24:57 -07:00
Tim Glaser
2ce03c823f Closes #304 better setup page 2020-03-10 10:22:26 -07:00
Tim Glaser
52fc61d2bd
Merge pull request #305 from PostHog/293-list-of-actions-is-confusing
Closes #293 add more info about the actions
2020-03-10 09:43:45 -07:00
Tim Glaser
892355e92c Closes #293 add more info about the actions 2020-03-10 09:40:50 -07:00
Tim Glaser
a1e46a3f1f Wording change 2020-03-09 14:53:05 -07:00
Marius Andra
ff1a7f8a1d button style 2020-03-08 16:55:15 +01:00
Marius Andra
a1590ba3c3 prevent ux flash issue 2020-03-08 16:53:27 +01:00
Marius Andra
cd7fbffb9b integrate new url and choose url modals, move "add" link to footer of model 2020-03-08 16:49:20 +01:00
Marius Andra
744284ce5d prevent stale urls from showing up when clicking back 2020-03-08 16:33:19 +01:00
Marius Andra
94ba429102 can edit/delete urls in the modal 2020-03-08 16:33:19 +01:00
Marius Andra
264346aaf7 open url modal with edit support (work in progress) 2020-03-08 16:32:09 +01:00
Marius Andra
8a180d4498 update migrations and rename app_url to app_urls 2020-03-08 16:31:22 +01:00
Marius Andra
a764d11c5b modal to choose url 2020-03-08 16:31:22 +01:00
Marius Andra
ba535e3f14 save urls 2020-03-08 16:31:22 +01:00
Marius Andra
3f103f5d73 save one app_url 2020-03-08 16:31:22 +01:00
Tim Glaser
facb0a8e83
Merge pull request #299 from PostHog/fix-dashboard-link-not-working
Fix dashboard link not working
2020-03-07 21:22:09 -08:00
Tim Glaser
6255b22f4f
Merge pull request #297 from PostHog/291-date-filter-on-paths
Closes #291 consistent date filter on paths
2020-03-07 20:58:59 -08:00
Tim Glaser
89952fec40 Closes #291 consistent date filter on paths 2020-03-07 20:55:15 -08:00
Tim Glaser
a21589fc4e Fix dashboard link not working 2020-03-07 20:50:45 -08:00
Tim Glaser
9d9de64e16 Closes #280 better property filtering 2020-03-07 18:52:18 -08:00
Tim Glaser
f63dfe78b6 Closes #240 multiple users per team 2020-03-06 17:50:47 -08:00
Tim Glaser
62d5cfbb74
Merge pull request #287 from PostHog/282-better-trend-date-filtering
Closes #282 better trend date filtering
2020-03-06 16:12:15 -08:00
Tim Glaser
ea8117fbc3 Closes #282 better trend date filtering 2020-03-06 15:47:20 -08:00
Tim Glaser
425238dff4 Closes #284 urlencode user id 2020-03-06 09:59:40 -08:00
Tim Glaser
dd0c15c75d Closes #216 daily active users 2020-03-05 13:15:38 -08:00
Tim Glaser
228124d46c Closes #278 boolean properties not being rendered 2020-03-04 20:49:59 -08:00
Tim Glaser
1f99a4a18a
Merge pull request #277 from PostHog/216-change-layout
Adds to #216 change layout, move actions to top of graph
2020-03-04 18:01:03 -08:00
Tim Glaser
5525361a84 Adds to #216 change layout, move actions to top of graph 2020-03-04 17:48:20 -08:00
Tim Glaser
39b44252f8
Merge pull request #276 from PostHog/275-show-number-on-graph
Closes #275 show data on linegraph
2020-03-04 16:29:01 -08:00
Tim Glaser
849c21d1ed Closes #275 show data on linegraph 2020-03-04 16:28:43 -08:00
Tim Glaser
0ba0f7ef16
Merge pull request #272 from mariusandra/feature/path-filter
Filter paths by timestamp
2020-03-04 16:18:25 -08:00
Marius Andra
e965848be0 css for label 2020-03-04 15:21:50 +01:00
Marius Andra
9cbcc9edb5 default to "this week", date select css 2020-03-04 15:17:00 +01:00
Marius Andra
b1bc893940 filter paths by date 2020-03-04 15:12:40 +01:00
Marius Andra
5f87e8ec8e remove test '!!' 2020-03-04 12:21:18 +01:00
Marius Andra
ce1e0f8c1c fix showing of selected tab 2020-03-04 12:06:46 +01:00
Marius Andra
554736fad4 tick match element checkboxes when entering actions 2020-03-04 12:06:22 +01:00
Marius Andra
cc41789f0a improve display of action form 2020-03-04 12:05:56 +01:00
Tim Glaser
aed16fcdbc Closes #236 add url matching exact or contains 2020-03-03 17:28:52 -08:00
Tim Glaser
a0cb37ea36
Merge pull request #255 from PostHog/76-elements-group-step2
Step 2: migration and use groups for filtering
2020-03-03 15:35:32 -08:00
Tim Glaser
cc1de58393 Step 2: migration and use groups for filtering 2020-03-03 13:40:37 -08:00
Tim Glaser
580a352187 Closes #231. Add mult-domain explanation 2020-03-02 10:27:13 -08:00
Lee Yi Jie Joel
1749c54b44 fix wording 2020-02-29 08:44:53 +08:00
Tim Glaser
1107c7d688 Closes #198 add new cohort button to people/cohorts 2020-02-28 15:45:08 -08:00
Tim Glaser
c1d8d2e8fb Closes #233 load assets from local server 2020-02-28 15:23:45 -08:00
Tim Glaser
987543da0e Remove incorrect dist files 2020-02-27 15:56:38 -08:00
Tim Glaser
efa955c3a9
Merge pull request #211 from PostHog/188-objects-are-not-valid-as-react-child
Closes #188 objects are not valid as react child
2020-02-26 20:39:56 -08:00
Tim Glaser
d7dfa24f77 Closes #188 objects are not valid as react child 2020-02-26 19:38:56 -08:00
Tim Glaser
79afc311c4 Closes #187 load more events not working 2020-02-26 19:24:40 -08:00
Tim Glaser
99670e67af Closes #194 - can't display multiple actions 2020-02-25 22:50:46 -08:00
Tim Glaser
b094e03155 Fix issues with layout etc 2020-02-25 21:58:36 -08:00
Tim Glaser
c00f502599 Fix merge issues 2020-02-25 21:26:47 -08:00
Tim Glaser
0d1a7ccbac Adds to #169 - add user cohorts page and users page 2020-02-25 21:21:16 -08:00
Tim Glaser
5c71f2c31e
Merge pull request #189 from PostHog/improvements-to-trends-graph-and-dashboard
Add Pie chart, improve trends graph layout and other small fixes
2020-02-25 21:12:33 -08:00
Tim Glaser
ed06d77d59 Add Pie chart, improve trends graph layout and other small fixes 2020-02-25 21:12:16 -08:00
Tim Glaser
0c85f0972f Add paths to sidebar 2020-02-25 13:25:13 -08:00
Tim Glaser
5f327eecb3 Remove Paths from sidebar for now 2020-02-24 21:19:07 -08:00
Tim Glaser
4bc8caa85a
Merge pull request #186 from PostHog/WIP-paths
Closes #171 Add Paths screen
2020-02-24 20:57:57 -08:00
Tim Glaser
3567523e39 Closes #171 Add Paths screen 2020-02-24 20:52:31 -08:00
Tim Glaser
95f2fecf35 Show actions created during session in toolbar 2020-02-24 18:08:59 -08:00
Tim Glaser
51bd8a9570 Add empty index.html file for tests 2020-02-21 16:04:38 -08:00
Tim Glaser
f606da4ed7 Point people to demo environment locally for them to have a play 2020-02-21 14:34:17 -08:00
Tim Glaser
b6bcc335b3 Remove name attribute as selector, as it's not properly implemented in posthog-js 2020-02-20 09:17:19 -08:00
Tim Glaser
5c76724a97 Merge branch 'master' of github.com:PostHog/posthog 2020-02-20 02:48:32 -08:00
Tim Glaser
2b7e9cdc87 Fix action modal 2020-02-20 02:48:20 -08:00
Tim Glaser
0a64f14450
Merge pull request #146 from PostHog/show-editor-buttons
Show editor buttons if there are steps
2020-02-20 02:30:43 -08:00
Tim Glaser
1941bddd61 Update array.js to latest version 2020-02-20 02:28:53 -08:00
Tim Glaser
1ee9671f80 Show editor buttons if there are steps 2020-02-20 01:41:22 -08:00
Tim Glaser
0b8027936e Fix funnel not saving 2020-02-20 01:22:12 -08:00
Tim Glaser
009ac5398b Improvements to login form 2020-02-19 20:35:19 -08:00
Tim Glaser
21429f82af Make users add valid URL, closes #134 2020-02-19 19:03:01 -08:00
Tim Glaser
2e2b96ffd5 Force users to add valid url 2020-02-19 19:02:32 -08:00
Tim Glaser
73fe8b877d #132 remove first seen column for now as it's wrong 2020-02-19 18:59:10 -08:00
Tim Glaser
aa8d6d7778 Closes #130 explain funnels and actions more clearly 2020-02-19 18:05:37 -08:00
Tim Glaser
71b0c10b60 Fix posthog not being defined 2020-02-18 22:36:53 -08:00
James Hawkins
7865bc3391
Update Actions.js
thought this language is clearer
2020-02-18 19:30:36 -08:00
Tim Glaser
d96feafc57 Closes #33 - product analytics opt-out 2020-02-18 12:58:24 -08:00
Tim Glaser
38578fc9bd fix people calling wrong function 2020-02-18 09:58:18 -08:00
Tim Glaser
151955d74b #106 improves actions by showing what is in them 2020-02-18 09:52:13 -08:00
Tim Glaser
b18aadc8d6 Show source of event in events table 2020-02-18 08:49:41 -08:00
Tim Glaser
13ca037a85 Make user hit enter on user search, because debounce is hard to get right 2020-02-17 19:02:03 -08:00
Tim Glaser
50807d063b Closes #111 Search through user properties 2020-02-17 17:02:50 -08:00
Tim Glaser
6a16393ec8 Update array.js to use api_host rather than app_host for editor 2020-02-14 16:14:12 -08:00
Tim Glaser
2da1915563 Add api_host to snippet 2020-02-14 15:19:46 -08:00
Tim Glaser
9c9c11e4f0 Add preview mode 2020-02-14 11:20:56 -08:00
Tim Glaser
5b216172d5 Merge branch 'master' of github.com:PostHog/posthog 2020-02-13 11:32:14 -08:00
Tim Glaser
6f25fb9359 Pageview capture when rendering components 2020-02-13 11:32:02 -08:00
Tim Glaser
f66dc88932 Closes #78 make sure eventstable doesn't jump around on new events 2020-02-13 10:43:14 -08:00
Tim Glaser
1f338ccfd5 Closes #79 pagination on EventsTable 2020-02-13 10:43:14 -08:00
Tim Glaser
49969e4978 Closes 81 Fix funnel not showing who got to the bottom of the funnel 2020-02-12 14:19:38 -08:00
Tim Glaser
d9c45133c4 Closes 81 order funnel users by how far they got through the funnel 2020-02-12 11:10:26 -08:00
Tim Glaser
f70e691213
Merge pull request #75 from PostHog/71-disable-graph-on-breakdown
Closes #71 make sure we disabled graphs when we do breakdown
2020-02-11 23:28:40 -08:00
Tim Glaser
2ef46a3aa3 Add correct identifying calls 2020-02-11 23:24:25 -08:00
Tim Glaser
d1f3b6eab5 Closes #71 make sure we disabled graphs when we do breakdown 2020-02-11 18:18:48 -08:00
Tim Glaser
a9ff149293
Merge pull request #74 from PostHog/69-funnel-summaries-wrong-value
Closes #69 funnel summaries give wrong value
2020-02-11 16:47:27 -08:00
Tim Glaser
8131a14cde Closes #69 funnel summaries give wrong value 2020-02-11 16:46:57 -08:00
Tim Glaser
09a122132d Closes #70 individual actions returns a blank page 2020-02-11 16:44:59 -08:00
Tim Glaser
e89e979844 Closes 62 add full name and company to signup form 2020-02-11 16:32:45 -08:00
Tim Glaser
ba4e31be62 Closes #52 toolbar freezes because react-draggable gets in the way 2020-02-11 14:15:17 -08:00
Tim Glaser
52a0787b61 Add flaticon attribution 2020-02-11 11:56:19 -08:00
Tim Glaser
15f0ce7f56 61 fix action url not saving
- also add delete button for actions
- also automatically reload events on action save
2020-02-11 10:44:03 -08:00
Tim Glaser
5336c93658 Add posthog analytics module
- Make sure each user has a distinct id that we can pass
2020-02-10 13:18:01 -08:00
Tim Glaser
2e04fbfcd1 Fix database ordering issues on Heroku 2020-02-09 16:01:27 -08:00
Tim Glaser
7561597d8c Improve readme with production installation instructions 2020-02-09 14:39:05 -08:00
Tim Glaser
3ff6da53c6 Add delete functionality to funnels 2020-02-08 22:33:10 -08:00
Tim Glaser
3cfe1e44d1 #30 Much nicer editor interface + bug fixes 2020-02-08 21:50:38 -08:00
Tim Glaser
c93e2c93bb #27 Can't unselect actions 2020-02-08 16:44:58 -08:00
Tim Glaser
f72df730c7 Wording change of autocapture events 2020-02-08 16:17:09 -08:00
Tim Glaser
bbd67289d9 Nicer way of displaying elements 2020-02-08 16:00:17 -08:00
Tim Glaser
f164148fb4 Preview docker image 2020-02-08 11:06:46 -08:00
Tim Glaser
02444d3846 Funnel deletion and drag & drop 2020-02-07 21:07:18 -08:00
Tim Glaser
fc74fcf13c Fix tr.js not working on old snippet 2020-02-07 17:59:45 -08:00
Tim Glaser
2a0665372a New tr.js file 2020-02-07 17:43:28 -08:00
Tim Glaser
b1e16c4d0a New array.js function and rationalise event names 2020-02-07 17:38:01 -08:00
Tim Glaser
52ae473830 Change funnel colours 2020-02-07 14:13:16 -08:00
Tim Glaser
4d7e9f69ca Fix actions not loading 2020-02-07 10:52:30 -08:00
Tim Glaser
9859b8be86 Add funnel graph 2020-02-06 20:26:50 -08:00
Tim Glaser
60c1b314e5 Add dashboard functionality and advanced action filtering 2020-02-06 17:08:29 -08:00
Tim Glaser
faf90a027f Improve property filtering and push all params to url 2020-02-06 10:57:49 -08:00
Tim Glaser
2dee06eb91 Allow users to restrict signups to certain domains 2020-02-05 13:40:19 -08:00
Tim Glaser
49c72dd9c3 Add property filters 2020-02-04 16:38:05 -08:00
Tim Glaser
cab41728da Add fly.dev to allowed hosts 2020-02-04 14:52:20 -08:00
Tim Glaser
042eb27e7d Automatically suggest event names to put into action 2020-02-03 17:30:21 -08:00
Tim Glaser
1214a55df9 Fix actionId not being set when editing and funnels skipping steps 2020-02-03 16:06:12 -08:00
Tim Glaser
1fb128a02a Make /demo work for everyone's own account 2020-02-03 14:58:05 -08:00
Tim Glaser
e6e4f09bfd Fix action selection 2020-02-03 12:36:04 -08:00
Tim Glaser
8cb941052d Fix editor links back 2020-02-03 12:17:14 -08:00
Tim Glaser
46d1a24945 Fix editor 2020-02-03 11:39:26 -08:00
Tim Glaser
3c9c55304b Add 'no-data-found' error messages with helpful next steps 2020-02-03 11:34:31 -08:00
Tim Glaser
b5742e3b8a Add actions trends graph 2020-02-01 22:40:38 -08:00
Tim Glaser
4749d2b0b5 Track input fields with type=button 2020-02-01 17:51:30 -08:00
Tim Glaser
9d91d2551a Fix action urls 2020-02-01 17:40:51 -08:00
Tim Glaser
a4bc2ceae0 Fix z-index of hover element 2020-02-01 15:54:59 -08:00
Tim Glaser
fca2dffa38 Use temporary token to authenticate users on their own site + bug fixes on creating elements 2020-02-01 15:41:50 -08:00
Tim Glaser
6798b2fd58 Fix correct url 2020-02-01 13:58:28 -08:00
Tim Glaser
a32dd87c92 Fix saving from site 2020-02-01 13:31:35 -08:00
Tim Glaser
0d79e7a34b Fix tr file 2020-01-31 17:01:09 -08:00
Tim Glaser
83073df6fe New tr.js 2020-01-31 16:41:51 -08:00
Tim Glaser
bd7d005cf0 Fix editor 2020-01-31 16:34:51 -08:00
Tim Glaser
f1e900d8fb Fix sidebar 2020-01-31 16:24:55 -08:00
Tim Glaser
02e4f5cb3f Fix editor 2020-01-31 15:50:09 -08:00
Tim Glaser
83bc6f8d29 Better action editor 2020-01-31 15:24:03 -08:00
Tim Glaser
14e2be3730 More setup instructions 2020-01-29 14:48:13 -08:00
Tim Glaser
421de120be URL improvements 2020-01-29 14:12:21 -08:00
Tim Glaser
4ebea24776 Add modal if URL not set, because otherwise it was redirecting to null 2020-01-29 13:18:19 -08:00
Tim Glaser
c20058124f Fix build 2020-01-29 09:35:30 -08:00
Tim Glaser
5a4407d061 fix build 2020-01-29 09:30:52 -08:00
Tim Glaser
e6d6cbd91d Team app urls, live actions, setup, login and more 2020-01-29 00:01:07 -08:00
Tim Glaser
9be8d927ce Fix build again 2020-01-28 13:22:38 -08:00
Tim Glaser
cd5e942192 fix build 2020-01-28 13:19:42 -08:00
Tim Glaser
e96ce2a831 fix build 2020-01-28 13:14:38 -08:00
Tim Glaser
5eaf4ed879 spacing probably 2020-01-28 13:11:30 -08:00
Tim Glaser
186d23e496 Various styling improvements 2020-01-28 10:53:33 -08:00
Tim Glaser
1e675e331e Merge branch 'master' into design 2020-01-27 21:45:58 -08:00
Tim Glaser
61f8e44d1f Add funnels 2020-01-27 21:44:36 -08:00
James Hawkins
ad55b7f8a5 made the layout nicer 2020-01-27 13:18:20 -08:00
Tim Glaser
5816fc98e3 Add actions view 2020-01-26 23:28:32 -08:00
Tim Glaser
4aa9c4ca65 Action filtering of events 2020-01-26 21:54:19 -08:00
Tim Glaser
90d3decd2e Store actions and allow users to create more 2020-01-26 15:45:38 -08:00
Tim Glaser
65990e6ebe Move to using elements 2020-01-25 23:52:37 -08:00
Tim Glaser
82767b9ed9 Fix error 2020-01-25 12:19:39 -08:00
Tim Glaser
077c8dfe55 Links to person page, and events polling 2020-01-25 11:56:05 -08:00
Tim Glaser
a79338a876 Add people and person tables 2020-01-25 10:42:58 -08:00
Tim Glaser
5bb54ed733 save a bit of space on the classes 2020-01-24 20:38:00 -08:00
Tim Glaser
235fdb43e4 fix events 2020-01-24 20:32:34 -08:00
Tim Glaser
d47d081d04 Show elements 2020-01-24 20:27:01 -08:00
Tim Glaser
9c8c6273ee update api url 2020-01-24 20:08:10 -08:00
Tim Glaser
6296097d39 fix meta tracking 2020-01-24 19:42:03 -08:00
Tim Glaser
7364edf2c7 Changes to ingestion script and more 2020-01-24 19:30:34 -08:00
Tim Glaser
76426b9280 fix sass dependency 2020-01-24 16:09:34 -08:00
Tim Glaser
7e83c6a2dc push another commit 2020-01-24 16:07:08 -08:00
Tim Glaser
7f911cddcc Events frontend 2020-01-24 15:57:57 -08:00
Tim Glaser
f7ee996231 Initial commit 2020-01-23 14:46:27 -08:00