martin-dj
a200cc4330
Added "setup-production-environment.md" to docs
...
This is a draft version for review
2019-07-10 16:10:54 +01:00
Tom Russell
79b43680e1
Bump npm packages
2019-07-07 19:42:49 +01:00
Tom Russell
95853adc57
Fix category colours
2019-07-07 19:30:00 +01:00
Tom Russell
94494f0ea2
Reorder categories
2019-07-07 19:29:51 +01:00
Tom Russell
2d4666f62f
Rework categories/titles/links
2019-07-07 19:21:08 +01:00
Tom Russell
010b5151b5
Fix typo
2019-07-07 19:20:28 +01:00
Tom Russell
4939e9af72
Add link to draft data ethics page
2019-07-07 19:20:17 +01:00
Tom Russell
ca4710eb9b
Use innerWidth in js media-query-alike test
2019-07-07 19:20:04 +01:00
Tom Russell
3e143b1165
Scope search-box CSS to search box only
2019-07-07 19:19:34 +01:00
Tom Russell
12f31bc585
Merge branch 'feature/show_edit_history'
2019-07-07 18:12:10 +01:00
Tom Russell
1ffb5b185a
Merge branch 'feature/search_postcode_on_mobile'
2019-07-07 18:10:56 +01:00
Tom Russell
b4a210fe54
Merge branch 'feature/legend_mobile'
2019-07-07 18:10:32 +01:00
Tom Russell
b7410fd2a9
Merge remote-tracking branch 'origin/front_end/simple_fixes'
2019-07-07 18:09:53 +01:00
dominic
2fe6e5c778
Update fields-config.json
...
Fixes #261
2019-07-04 12:45:36 +01:00
Martin-dJ
bdd4f0750b
Changes to address issue #276 Search postcode on mobile
2019-06-19 10:35:03 +00:00
Martin-dJ
b783e8f1b5
Changes to legend.css to improve legend position on mobile (issue #274 )
2019-06-11 17:18:34 +00:00
Tom Russell
39be3507a2
Include edit history in building data from API
2019-06-07 14:01:48 +01:00
Tom Russell
4f16130d47
Add example run to README
2019-06-07 13:21:44 +01:00
Martin-dJ
8b99b61d85
Initial attempt to address issue #274 Legend should not obscure map on mobile
2019-06-06 16:35:30 +00:00
Tom Russell
39a4fbcbbf
Merge pull request #281 from tomalrussell/feature/multi-select
...
Feature/multi edit
2019-05-28 21:23:42 +01:00
Tom Russell
46c864f78d
Multi-like layout
2019-05-28 21:18:36 +01:00
Tom Russell
64b50c02d2
Set up section header for multi
2019-05-27 21:28:47 +01:00
Tom Russell
c02839d46a
Pass through disabled prop
2019-05-27 21:28:31 +01:00
Tom Russell
1ad7e1de4d
Fix transaction mode for likes
2019-05-27 21:28:19 +01:00
Tom Russell
04d50a9181
Hide copy link only when field is disabled
2019-05-27 20:54:43 +01:00
Tom Russell
51ef47e50a
Fix prop-types
2019-05-27 20:28:28 +01:00
Tom Russell
8aeb92705b
Coerce revision id to number
2019-05-27 20:22:41 +01:00
Tom Russell
0008bbb860
Lint whitespace, case, prop-types
2019-05-27 20:13:43 +01:00
Tom Russell
426c7ff9f6
Click 'Copy' to move to quick/multi edit
...
- works with single values
- leans on server-side validation
- special case for likes (like +1 only)
- positioning of 'Copy' link not quite right against 'Hint'
- puts like/update fetch call in App component
2019-05-27 20:02:19 +01:00
Tom Russell
c03f716a28
Match multi-edit categories
2019-05-27 19:54:38 +01:00
Tom Russell
f34c31a0e8
Add query-string for URL ?a=b parsing
2019-05-27 19:54:14 +01:00
Tom Russell
0685cbf136
Cat: use match params where possible
2019-05-27 19:51:16 +01:00
Tom Russell
60371afd03
Sketch out hardcoded multi-edit
2019-05-27 19:51:15 +01:00
Tom Russell
06c63c7272
Lint prefer-const
2019-05-27 18:35:12 +01:00
Tom Russell
f6e933ff8f
Lint empty lines
2019-05-27 18:33:36 +01:00
Tom Russell
9b96872922
Lint prop-types, camelCase
2019-05-27 18:26:29 +01:00
Tom Russell
aef53a0ae0
Lint multi-spaces
2019-05-27 16:46:54 +01:00
Tom Russell
af9c23d883
Lint 4-space indent
2019-05-27 16:39:16 +01:00
Tom Russell
907afa29f0
Lint single quotes
2019-05-27 16:31:48 +01:00
Tom Russell
e540003e2f
Lint no-unused
2019-05-27 16:25:31 +01:00
Tom Russell
0ec551c14e
Lint HTML escapes
2019-05-27 16:23:58 +01:00
Tom Russell
ebc662280c
Lint curly braces
2019-05-27 16:20:00 +01:00
Tom Russell
59f69d0012
Merge branch 'feature/menu_expand_collapse_on_mobile'
2019-05-27 16:13:29 +01:00
Tom Russell
07662c1eb0
Configure eslint
...
- run from `app` using `npx eslint .`
2019-05-27 16:13:11 +01:00
Tom Russell
495663f164
Upgrade npm packages (razzle to 3.0.0)
2019-05-27 16:12:48 +01:00
Tom Russell
942349f5c1
Whitespace in header.js
2019-05-27 16:12:01 +01:00
Tom Russell
ec1a682b8a
Left-align mobile menu
2019-05-27 16:11:43 +01:00
Tom Russell
e9b4c0f211
Merge pull request #247 from tomalrussell/feature/reproducible_env
...
Feature/reproducible env
2019-05-27 15:34:08 +01:00
Tom Russell
0e01863879
Merge pull request #280 from tomalrussell/feature/hide_theme_switch_button_on_mobile
...
Implementation for: Hide or shrink theme switch button on mobile #273
2019-05-27 15:32:51 +01:00
Martin-dJ
5b1aff4ba7
Implementation for: Hide or shrink theme switch button on mobile #273
2019-05-23 15:01:00 +00:00