wattroll
9e37541a32
Merge bellingcat/main into bellingcat/translation ( #51 )
...
* Fix flashing on zoom
* fix(map): prevent crash when applying filter during zoom
* implements csv+json downloads
* format
* npm run lint:fix
* fix(map): disable focus outline when dragging
* Feature/reduce bundle size (#234 ) (#36 )
Co-authored-by: Juan Camilo González <j.gonzalezj@uniandes.edu.co >
Co-authored-by: msramalho <19508417+msramalho@users.noreply.github.com >
* fix bug introduced in moment drop PR
* reinstate old structure (#38 )
* closes #46
* addressing issues raised in #46
* new satellite style #47
* minor text update
* temp(hot fix to satellite toggle) needs further fix #46
* cleanup
* chore: remove cached .DS_Store file (#45 )
* fix: refresh visible markers after panning map (#40 )
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
Co-authored-by: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com >
Co-authored-by: Felix Spöttel <1682504+fspoettel@users.noreply.github.com >
Co-authored-by: Lachlan Kermode <lachiekermode@gmail.com >
Co-authored-by: Juan Camilo González <j.gonzalezj@uniandes.edu.co >
Co-authored-by: Zachary Lester <zachary.greg.lester@gmail.com >
2022-04-20 07:58:03 +01:00
wattroll
0d1968a110
Pickup user's preferred language from navigator.languages ( #30 )
...
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
Co-authored-by: msramalho <19508417+msramalho@users.noreply.github.com >
Co-authored-by: Felix Spöttel <1682504+fspoettel@users.noreply.github.com >
2022-04-07 14:17:30 +01:00
Miguel Sozinho Ramalho
cd8690436e
Merge pull request #20 from gaearon/18
2022-04-04 18:12:46 +01:00
Dan Abramov
27636d0d24
Update to React 18
2022-04-03 21:22:14 +01:00
hgrsd
a14ad2670a
feat: dynamic initial time range
2022-03-31 18:12:16 -04:00
Felix Spöttel
26c8432acf
feat(Toolbar): add fullscreen toggle
2022-03-22 22:03:34 +01:00
msramalho
bde1f59b79
fixing deployment
2022-03-14 14:12:36 +01:00
Lachlan Kermode
86fcd1a942
💄
2022-03-10 07:20:48 -05:00
Lachlan Kermode
4113c04830
Add support for Twitter and Telegram
2022-03-06 19:34:12 -05:00
Lachlan Kermode
723c4b7007
Remove design-system dependency
2022-03-03 20:24:38 -05:00
Lachlan Kermode
3d8ec706ed
Minor cleanup ( #220 )
...
* Fix README; add missing dev dependency
* Fix validators to filter out bad events and sources
* Better defaults in config
2021-10-21 17:28:16 +02:00
Lachlan Kermode
1bbcd57e5e
Fix/clean errors ( #191 )
...
* clean dev errors
* add check command
* yarn -> npm in travis
* fix all warnings
* fix base test
* 💄
2021-01-17 18:16:28 +13:00
Ebrahem Farooqui
1f20fd68ec
Update homepage to search for static assets in the relative dir
2021-01-06 15:47:08 -08:00
Zac Ioannidis
1697ded2f6
Revert to default config for test suite
2020-12-14 14:37:35 +00:00
Zac Ioannidis
6a553795c4
Adding package.json command that plays well with Travis
2020-12-14 14:20:13 +00:00
Zac Ioannidis
cd8b7230c4
Added pre-commit git hooks for linting the src folder
2020-12-14 13:43:09 +00:00
Zac Ioannidis
02128ceed3
Added Jest test suite
2020-12-14 13:30:49 +00:00
Zac Ioannidis
3746705ee2
Using generateCardLayout from our design library to switch between appropriate card layouts
2020-12-08 13:40:46 +00:00
Zac Ioannidis
81e00fd917
Using prettier for linting
2020-12-08 13:13:50 +00:00
Zac Ioannidis
3a54cd7df5
Ingesting config through Create React App
2020-12-07 19:28:07 +00:00
Zac Ioannidis
00d840a65b
Added eject script
2020-12-07 18:46:42 +00:00
Zac Ioannidis
b658d55800
Initial commit before adding Craco
2020-12-07 18:14:21 +00:00
Lachlan Kermode
8b507fde96
some styling fixes ( #178 )
...
* logos at bottom
* use GT-Zirkon font
* update filter/category copy
* add a fallback font
* stop tracking
* make timeline smaller for smaller laptops
* fix for firefox responsive intropopup
* mobile fallback
* update design system version
2020-10-29 18:14:32 +01:00
Zac Ioannidis
5831c9ce4d
Update version of design-system
2020-10-28 23:49:32 +00:00
Zac Ioannidis
029bc4a03e
Importing <Card /> from NPM-published design-system library ( #171 )
...
* Importing cards from NPM
* Added an abstraction inside the store and config for creating layouts for cards
* Adding layout render order for Card
* Allowing lists in the reducer validation
* Added design system package to package.json
* Any version over 0.5.0
* fix lint
Co-authored-by: Lachlan Kermode <lachiekermode@gmail.com >
2020-10-28 11:09:02 +01:00
Ebrahem Farooqui
c454775fcb
Feature/add coloring algorithm ( #169 )
...
* Fixed bug: when all child filters unselected, turn off parent as well
* Refactored placement of onSelectFilter to be in Layout; working logic for updating coloring sets
* Linting fixes and removal of console logs
* Added separate component for colored markers which clusters and events will use; working calculation of color percentages based off of coloringset
* Working colors for clusters; need to implement for individual points as well
* Adding two new features to select whether to color by association or by category (can't do both)
* Working colors for filter list panel; text and checkbox change according to colorset groupings
* Working timeline events with coloring algorithm
* Handle select acts different on map when we don't render all points and only filter through clusters; can fix this by not filtering before passing in locations to events in map
* Removed extraneous prop
* Working point count on hover again; numbers were showing up below the colored markers
* Linting fixes and minor refactor of calculateColorPercentage for linting to ass
* Comments and more linting fixes
* add dev command for windows subsystem for linux
* return default styles for category toggles
* dynamically filter out timelines
* calibrate styling
* further calibrations
* correct contrast
* lint
Co-authored-by: efarooqui <efarooqui@pandora.com >
Co-authored-by: Lachlan Kermode <lachiekermode@gmail.com >
2020-10-27 13:33:32 +01:00
efarooqui
1b88274aca
Building with supercluster; working on map refactor
2020-09-28 13:40:28 -07:00
dependabot[bot]
d51f7b1ede
Bump node-sass from 4.12.0 to 4.13.1
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 4.12.0 to 4.13.1.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v4.12.0...v4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-04 16:58:30 +02:00
Lachlan Kermode
dfeebce4b5
rm unnecessary deps
2020-08-03 17:46:28 +02:00
Lachlan Kermode
678131683b
update React to latest
2020-06-26 17:10:48 +02:00
Lachlan Kermode
e49b0e2fb0
WIP: gritty rewrite of timestamp handling
2020-06-18 10:30:25 +02:00
Lachlan Kermode
3b4a3312d5
correct timeline selection
2020-06-18 10:30:25 +02:00
delucis
b0e2e6dd45
Make d3 an npm-managed dependency
...
Closes #91
2020-06-18 10:30:25 +02:00
Lachlan Kermode
05c0902177
rm react-markdown dep
2019-08-15 15:03:53 +01:00
Lachlan Kermode
a0d224ca9c
lint it
2019-08-15 15:03:53 +01:00
Lachlan Kermode
ddfa413574
update deps
2019-08-07 11:58:03 +01:00
Sam Ludford
f02ee50ed8
updated js-yaml, esm, and marked
2019-07-27 13:15:39 +01:00
Lachlan Kermode
dbdddf348a
update webpack-dev-server, node-sass, and react-tabs
2019-05-17 14:48:30 +01:00
Sam Ludford
db92644624
template cover with updated example.config.js
2019-05-17 13:41:47 +01:00
Lachlan Kermode
b1e47ed2eb
add stub to express lack of mobile functionality
2019-02-11 15:40:29 +00:00
Lachlan Kermode
fb4d0c2d86
lint jsx files
2019-01-23 11:35:34 +00:00
Phil Denoncourt
0002fe0df8
Add linting and cleaned up obvious suggestions
2019-01-18 07:56:53 -05:00
Lachlan Kermode
b7618543f7
compose store with custom values in config.js
2019-01-17 11:52:17 -05:00
Lachlan Kermode
5552aa563f
add support for markdown text files
2019-01-03 13:04:55 +00:00
Lachlan Kermode
1d6988edce
use video-react
2018-12-26 10:21:57 +01:00
Lachlan Kermode
670ec6dbb2
WIP: video sources
2018-12-21 12:47:25 +00:00
Lachlan Kermode
8aba901ee7
WIP: more defined modal for sources
2018-12-21 12:47:25 +00:00
Franc Camps-Febrer
775608edf4
Remove unused map code
2018-12-19 15:46:55 +01:00
Franc Camps-Febrer
65a608088c
Make narratives on map into a react component
2018-12-19 11:02:16 +01:00
Scott Carver
163fccdb02
Add test-watch script
2018-11-11 21:27:26 -08:00