Mateusz Konieczny
317a28ce60
fix line wrapping
2022-10-05 19:56:25 +02:00
Mateusz Konieczny
c2fbe305f7
fix typo quote
2022-10-05 19:56:25 +02:00
Mateusz Konieczny
a2ec8a7152
tweak disclaimeer text
2022-10-05 19:56:25 +02:00
Mateusz Konieczny
90dae39f12
tweak wording of disclaimer
2022-10-05 19:56:25 +02:00
Mateusz Konieczny
1b1bd5b139
move planning_portal_link to top
2022-10-05 19:56:25 +02:00
Mateusz Konieczny
1ad5128874
tweak text again
2022-10-05 19:54:39 +02:00
Mateusz Konieczny
fa8bbcf54e
rephrase valid_date
2022-10-05 19:54:39 +02:00
Mateusz Konieczny
b4bcf0988f
rearrange entries in green box
2022-10-05 19:54:39 +02:00
Mateusz Konieczny
9d08619a61
show title properly
2022-10-05 19:54:39 +02:00
Mateusz Konieczny
68f56214c6
take title out of the infobox
2022-10-05 19:54:39 +02:00
Mateusz Konieczny
4085735d38
temporary form of displaying checkbox with url in the title
2022-10-05 19:52:45 +02:00
Mateusz Konieczny
54e0615b74
New disclaimer text, DRY
2022-10-05 19:52:45 +02:00
Mateusz Konieczny
0bbf4dcdce
improve styling
2022-10-05 19:52:45 +02:00
Mateusz Konieczny
d2d54e6c94
Tweak layout of green box listing
2022-10-05 19:52:45 +02:00
Mateusz Konieczny
8cbb3cd84b
Display official planning data.
2022-10-05 19:52:14 +02:00
Mateusz Konieczny
5b4c0be1e5
tweak special input field further
2022-09-24 12:57:22 +02:00
Mateusz Konieczny
0e1d81f41e
use proper form for the id input
2022-09-24 12:57:22 +02:00
Ed Chalstrey
e00621df41
add LogicalDataEntryYesOnly
2022-07-22 16:06:59 +01:00
Ed Chalstrey
3882790706
set copyable = true for MultiDataEntry
2022-06-20 12:03:31 +01:00
Ed Chalstrey
1bfcc0682b
finish removing current use verification changes
2022-05-26 14:37:58 +01:00
Ed Chalstrey
ed5cd0b9fa
remove changes related to Current Use verification button
2022-05-26 14:35:24 +01:00
Ed Chalstrey
3b3fc12e93
update all calls to onVerify
2022-05-19 16:05:55 +01:00
Ed Chalstrey
ccc8bae992
finish prev commit
2022-05-19 15:52:46 +01:00
Ed Chalstrey
5c3d5a3741
add null value as default to onVerify
2022-05-19 15:49:05 +01:00
Ed Chalstrey
62421d60d3
update VerificationProps
2022-05-19 15:43:45 +01:00
Ed Chalstrey
2b7fd00d64
fix v buttons again - separate them
2022-05-19 10:58:09 +01:00
Ed Chalstrey
59dfaa7802
fix veriification buttons
2022-05-19 10:53:57 +01:00
Ed Chalstrey
0540d2514a
use props.allow_verify
2022-05-19 10:51:20 +01:00
Ed Chalstrey
3b5ca75eef
refactor date verification buttons
2022-05-19 10:48:53 +01:00
Mateusz Konieczny
4aa9df1427
move number range to data components
2022-02-23 09:25:23 +01:00
Mateusz Konieczny
07165361b3
List earlier date earlier than upper date
2022-02-17 10:50:31 +01:00
Mateusz Konieczny
ee16977b66
Hide prominent display of likes counts
...
it remains accessible from map (approximate values) and from history tag of given object
removal is motivated by desire to avoid misleading "0 people likes this building" - true about database state but not true about world in general
exact phrasing is also a bit problematic in general
2022-01-31 17:56:28 +01:00
Maciej Ziarkowski
ad8b4343d3
Add markdown support, add bold to community title
2021-10-11 11:49:04 +02:00
Maciej Ziarkowski
d3a17f2e5f
Tweak style and text of user opinion aggregations
2021-09-30 15:51:20 +01:00
Maciej Ziarkowski
75f0044b3b
Add community fields about public ownership
2021-09-27 13:47:27 +03:00
Maciej Ziarkowski
8c8a6a8094
Add user opinion fields to community section
2021-09-24 20:31:03 +03:00
Maciej Ziarkowski
29ed25f36c
Replace likes with generic building-user attribs
2021-08-23 02:26:58 +01:00
Maciej Ziarkowski
a0da41fa92
Reformat like data entry
2021-08-12 21:11:00 +01:00
Maciej Ziarkowski
b6ecbb61c2
Add patern data entry to location number
2021-06-16 21:35:09 +01:00
Maciej Ziarkowski
26a91a229e
Add logical (yes/no/?) data entry
2021-03-18 19:29:42 +00:00
Maciej Ziarkowski
27b7b72a57
Improve data netry list UI for new entry
2021-03-16 19:02:11 +00:00
Maciej Ziarkowski
c9176f96ac
Prevent form submit on enter without JavaScript
2021-03-16 19:00:54 +00:00
Maciej Ziarkowski
6ecd5b6819
Change MultiDataEntry to FC with hooks
2021-03-15 19:32:10 +00:00
Maciej Ziarkowski
8a42f93dd2
Add a field row component
2021-03-11 19:19:20 +00:00
Maciej Ziarkowski
3f4464afbf
Allow different value/label for SelectDataEntry
2021-03-11 19:07:38 +00:00
Maciej Ziarkowski
d0a2726f07
Add slug modifier for labelling complex inputs
...
This adds a slugModifier optional prop for most data entries
the modifier will be used with the slug to form input
element IDs, names and for attributes of label.
This ensures that clicking on a label for a complex attribute will
focus/highlight the correct input field.
2021-03-11 19:06:25 +00:00
Maciej Ziarkowski
fc7fbc3334
Pass more html options through data entry props
...
This allows for setting the required prop on some entry components
and to specify a URL required format for the basic data entry
2021-03-11 19:00:49 +00:00
Maciej Ziarkowski
3188fa09cc
Update categories and data fields text/names
2021-02-25 03:22:25 +00:00
Maciej Ziarkowski
305f2f1671
Refactor map app with hooks and separated config
2021-02-24 07:49:56 +00:00
Maciej Ziarkowski
3a0c852088
Refactor and restyle UI ( #645 )
...
Tweaks to visual output and code organisation related to styles of:
- sidebar (category grid, data view/edit, section headers and action buttons)
- header/menu
- map controls (search box)
- layout (sidebar, menu, header sizes)
2020-12-27 23:51:32 +00:00