-
Notifications
You must be signed in to change notification settings - Fork 958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add timeline to explore map at previous times #83
Comments
Oh, I did not see that one. Fully agree. With ENTSOE and the work from Adam it should be doable. |
It's already doable in principle, because we store historical data in a database. |
@corradio, @ThierryOllivero - For that one, I was thinking of a timeline graph that would display the average emissions per kwh produced in Europe. You can click on the graph and the map updates to that date. Here are few design ideas / inspiration :
For our case, mouseover might be too subtle, but I like the
Brushing might not be the best behavior for us as we are not really interested in aggregating over a long period, but I think the datetime graph is what we are looking for : I also like the ability to click on an hyperlink and update the map. Like when you click on |
Very good input. I definitely think we should show a timeline / graph of co2 on which you can click to see the situation. A small player would also be nice, to animate through time, but it might be CPU intensive. |
We could also use something like that: https://bl.ocks.org/mbostock/4063318 |
Yeah, this is more useful when you have that strongly vary every day, between "None, A little, A lot". Veloviewer uses it for sports activities: It shows all the day during which I ran the last 3 years. Very useful to see patterns, but not to navigate from a day to another. We could have some kind of drill down: First you click on a period, like 3 months, then drill down to 2 weeks, then the exact day, then the exact time. Not sure if everyone likes it though. |
In order to show a time series of CO2 data, certain things have to be done on the backend. Firstly, we need to compute the CO2 timeseries, and store it somewhere. As this is not done for now, I suggest that we keep the first version simple. |
I'll work on this simplified version |
@Viktour19 any updates? Also, here's an interesting comment that we got:
|
I'll start to work on this. |
@corradio - Love it. To simplify, would it be possible to make the clickable / expand in the calendar ? Something like in Google Analytics, with an arrow on the right : |
The picker is fairly limited: https://chmln.github.io/flatpickr |
Also, because there is not "submit" button, I think I will add an "edit" button next to both time and date, and we will be able to change each separately. |
@ThierryOllivero - what's the value of a picker like this ? If this usage is to pick a specific date, I like oli proposal. Simple enough. @corradio - sorry did not mean to build the whole GA picker. I just mean that you have one displayed date on the top AND one date to pick your date. I think you can combine both in one date displayed. This is for instance what Airbnb is doing on the search page : Also you can just push it and we will tweak it afterwards |
The value is to quickly change from a date to another and see directly the change on the map. A bit like here: https://earthengine.google.com/timelapse/ People find the map fun and entertaining, they want to play with it, to see the color change quickly, they want to find when Germany was Green, when France was orange, when Denmark was black. They want it to be quick. |
@corradio : What happened to your idea of using this: http://www.malot.fr/bootstrap-datetimepicker/demo.php ? |
@martindaniel4 yes indeed this is what I was thinking of! @ThierryOllivero totally agree, we should be able to go with a timeline and fast switches. I have some ideas about a more advanced picker, but it needs more thinking. Specifically, we need to both be able to navigate to a specific date, and to navigate smoothly between them. At Snips I had developped this kind of UI: It's a timeline with a calendar. You can drag the current "dot" horizontally (to see same time of day across days) or vertically (to slide through a particular day), or you can use the big slider to slide across time without constraints. Background colors represent some kind of state (could be mean CO2 over Europe for example). Something like that could be a good next step. For now I want to do a quick win with a simple picker. More advanced UI can be done later. About the malot timepicker, it had too many dependencies and was too big in size. Flactpickr is easier and more configurable in that sense. |
I like your timeline, without the colors. OK to start with a simple picker, we'll improve later :) |
I've played a bit around with it, and the picker is hard to customise. We need to think harder about this. For now I see two ways: |
Do we still need this, now that we are able to see the last 24h as a graph? |
I believe so. At some point, people might want to see how it is in Winter, in the summer, on their birthday, etc. |
I'm closing this because this is an advanced feature for which we don't have the resources to execute on |
For inspiration, we could use something like this to explore days: |
Lots of good ideas, but closing due to inactivity. I also think we got it covered :) |
It could be great to have aggregate data for the last month grouped by time of day. This would reveal that countries like Denmark rely on windy weather to be eco-friendly. And as AFAICS this feature would only require minor changes to the GUI. |
* update spring bottom sheet * add mobile styling * remove comment * use tailwind numbers
* Adds .vscode files and a symlink * Adds temporary dev-easement-rule-disablements * Makes magic-numbers rule more chill * fixes magic number * Removes unused disable-comments * Moves testing utils and setup to separate folder * Groups utils in one folder * Restructures app * Fixes imports * capacitor scripts * Moves files around * Fixes paths to get tests passing * Fixes linting paths after renaming tests * Updates VSCode settings to include file nesting * block all crawlers (#11) * block all crawlers * add no index meta * initial map setup (#13) * remove cz (#12) * add tailwind classname package (#10) * update pnpm lock * Adds error overlay to display runtime errors (#16) * Moves integration tests over and makes them work again (#15) Co-authored-by: Tony <[email protected]> * Adds basic layout (#17) * Adds deploy script (#14) * Tonyvanswet/ele 1338 UI header component (#20) * Adds some mockdata with new structure (#22) * add mockdata * fix * LeftPanel UI (#18) * Replaces tailwindcss-classnames with clsx. See https://linear.app/electricitymaps/issue/ELE-1331#comment-5816d8f5 * Ensures tailwind autocomplete stil lworks * Adds missing dependency * Updates outer wrapper styles * Adds initial work on the left panel container * Fixes shadows * Adds fixed to main * Uses proper HTML tags * Removes clsx usage * Adds state with atom and initial timecontroller UI (#21) * Adds libraries * atom logic * change line width to 80 * Update api calls * adds initial ui for timecontroller * Jotai usage documentation * Readme * incorporate feedback * Update .prettierrc.json * lint * Update README.md Co-authored-by: Tony <[email protected]> * Tonyvanswet/ele 1371 map UI basic geometries and colors (#19) * initial map setup * get map rendering * crop antartica with very magical numbers * gray map and many eslint errors * add mockdata * fix * map with types * use v6 api * basic map * Update web/src/hooks/theme.ts Co-authored-by: Mads Nedergaard <[email protected]> * Update web/src/api/getState.ts Co-authored-by: Mads Nedergaard <[email protected]> * Update web/src/features/map/map-utils/generateTopos.ts Co-authored-by: Mads Nedergaard <[email protected]> Co-authored-by: Markus Killendahl <[email protected]> Co-authored-by: Mads Nedergaard <[email protected]> * add all the flags (#24) * Zone Details: Header part 1 (#23) * add all the flags * Add zoneFlag with hardcoded return * Change leftpanel styling * Add initial zoneHeader * Works for countries * Disable eslint * Disables the annoying import-organize * Lints everything with 90 char line-width (#29) * Updates prettierignore * Removes unused overwrite * Ensures script uses prettierignore lisr * Disable the horrible "auto-removing imports" * Ignores config json files * Formats everything with printwidth 90 * Updated map logic (#27) * WIP * WIP 2 * setup types * Fix test * Remove unused things * Disables the annoying import-organize * Split theme types * Color on all effects Co-authored-by: Mads Nedergaard <[email protected]> * Zone Details Header: Part 2 (#25) Co-authored-by: Mads Nedergaard <[email protected]> * Sets up basics for dark-mode (#28) * Adds translations (#31) * add locales * add translation logic * use translation hook in timecontroller * Adds v6 to mockserver (#30) * Updates script to create paths and use v6 * Removes mock data for v4 and v5 * Adds mock data for v6 * Updates mockserver to work with v6 * Style toggle group * inject dependencies in toggle * style and refactor timeslider * Change header to be fixed positioned * Remove error and loading handling on map. It should ideally always be drawn. * Close left panel * Add timeaxis * refactor timecontroller * add helpers * remove magic number rule * add clock icon in html file * install react spinners * change tailwind config. Should confirm best practice. * add slider thumb custom icon * Basic map interactivity: Hover (#33) * Ensure atom returns typed value * Timeslider (#35) * remove unused config * change tailwind config * use brand green * remove ternary operator * incorporate feedback * Fixed layout problems with Header (#36) * Makes header not-fixed and adjusts link font size * Makes time controller fixed (instead of absolute) * Basic map interactivity II: Click & Selected (#34) * Ranking panel (#32) * add locales * add translation logic * use translation hook in timecontroller * Copied files from #26 * working prototype * ensure timecontroller is on top * ranking rows * refined ranking panel * remmove undefined * Adds onClick handler * Applies curly rule * Update web/src/features/panels/ranking-panel/ZoneList.tsx Co-authored-by: Mads Nedergaard <[email protected]> * Creates and uses an InternalLink component that preserves state * remove ref and update hover Co-authored-by: tonypls <[email protected]> Co-authored-by: Mads Nedergaard <[email protected]> * add arrows (#41) * Set up icons and replaces existing usage (#37) * Documents icon usage * Adds react-icon and documents usage * Replaces icons with new approach * Tonyvanswet/ele 1375 UI set up prodcon and aggregate toggle (#38) * start toggle * reusable toggle * toggle with translations * update enums * Exchanges: map rendering (#40) * add arrows * add exchange types * added key * add scales helper * add custom layer * add exchange logic * add to map * Update web/src/features/exchanges/ExchangeArrow.tsx Co-authored-by: Viktor Andersson <[email protected]> * Update web/src/features/map/Map.tsx Co-authored-by: Viktor Andersson <[email protected]> * Update web/src/features/map/Map.tsx Co-authored-by: Viktor Andersson <[email protected]> Co-authored-by: Viktor Andersson <[email protected]> * Fixes locales path * start on buttons and tooltips (#39) * start toggle * reusable toggle * toggle with translations * update enums * start on buttons and tooltips * darkmode + zoom controls * add zoom toggles * zoom darkmode * map controls ready for review * Remove theme check * Update web/src/features/map/Map.tsx Co-authored-by: Mads Nedergaard <[email protected]> Co-authored-by: Mads Nedergaard <[email protected]> * Adds translation scripts (#43) * Tonyvanswet/ele 1378 UI basic tooltip component (#44) * start toggle * reusable toggle * toggle with translations * update enums * start on buttons and tooltips * darkmode + zoom controls * add zoom toggles * zoom darkmode * map controls ready for review * tooltip follows cursor in country * empty tooltip * tidy * A bunch of minor improvements (#46) * Adds LoadingOverlay (#47) * Add initial area charts (#48) * install d3 * modify types * tweak timeaxis * set up helpers * add chart components * install currency lib * add two additional graphs * Charts v2: Refactor with hooks (#49) * install d3 * modify types * tweak timeaxis * set up helpers * add chart components * install currency lib * add two additional graphs * change usegetzone hook to no params * refactor pricechart * refactor carbonchart * refactor breakdown chart * extend types * change areagraph data format * set it up * feedback * Allows ts-ignore comments with descriptions Co-authored-by: Mads Nedergaard <[email protected]> * Adds new Flag component (#50) * some theme colors and improve darkmode (#52) * no user select for buttons / controllers (#56) * less fruits, more clickable map (#55) * Tonyvanswet/zone tooltip data (#51) Co-authored-by: Mads Nedergaard <[email protected]> * Changes title component to incapsulate logic and use real data (#54) * Adds new Flag component * Updates flag props * Changes title component to incapsulate logic * Changes gauges to use 0-1 scale instead of 1-100. As our data comes in this way and the charts needs it like this anyway. * Changes CountryTag to only show on subzone * Adds new TimeDisplay that uses atom directly * Adds comment (and waits with implementation) * Hooks ZoneHeader up with more data * Sets default selected datetime as latest * Bumps version * Removes flags * Charts v3: Emission mode (#53) * install d3 * modify types * tweak timeaxis * set up helpers * add chart components * install currency lib * add two additional graphs * change usegetzone hook to no params * refactor pricechart * refactor carbonchart * refactor breakdown chart * extend types * change areagraph data format * set it up * feedback * Adds emission chart * Set up display by emissions * fix typos * incorporate feedback * fixes Markus' fix * Fixes merge conflict mistake * Fixes merge conflict issue * bump * tidy up and some branch feedback (#58) * Tonyvanswet/ele 1479 make language selector work (#57) * start on language selector * language select * Refactor charts further and adds storybook (#59) * Adds basic setup * Adds default sample stories * Adds example MDX * install d3 * modify types * tweak timeaxis * set up helpers * add chart components * install currency lib * add two additional graphs * change usegetzone hook to no params * refactor pricechart * refactor carbonchart * refactor breakdown chart * extend types * change areagraph data format * set it up * feedback * Adds emission chart * Set up display by emissions * fix typos * WIP * WIP 2 * WIP * Fix merge conflicts probably * Remove timeaverage as param * Add on hover effect to breakdown chart * Support storage * Add storage story * Fix import * reset datetimes correctly * Incorporate feedback Co-authored-by: Mads Nedergaard <[email protected]> * onboarding modal (#60) * onboarding modal * remove dialog package * use local storage atom * Update web/src/components/modals/OnboardingModal.tsx Co-authored-by: Viktor Andersson <[email protected]> * Update web/src/components/modals/OnboardingModal.tsx Co-authored-by: Viktor Andersson <[email protected]> * Update web/src/components/modals/OnboardingModal.tsx Co-authored-by: Viktor Andersson <[email protected]> * Update web/src/components/modals/OnboardingModal.tsx Co-authored-by: Viktor Andersson <[email protected]> * updates from merge Co-authored-by: Viktor Andersson <[email protected]> * Tonyvanswet/fix easy todos (#62) * some TODO tidying * get exchanges working again * Update Map.tsx * Tonyvanswet/fix todos part2 (#63) * some TODO tidying * get exchanges working again * small fixes * update theme type * Get e2e tests working (#64) * Ensure maptooltip does not remount and call api * stash * test passes * Restructure mockserver * remove stories * remove * Bar Breakdown Chart (#65) Co-authored-by: Markus Killendahl <[email protected]> * Fixes tooltip issue + broken bar breakdown chart (#69) * Fixes tooltip issue * Reverts change in data from hook * FAQ Panel (#68) * Tonyvanswet/ele 1370 set up new version logic (#61) * start on toast * new version toast * new version with longer toast and descriptive refetch intervals * check if prod before displaying new version toast * prettier * Tonyvanswet/update ranking panel style (#71) * Adds outer panel * Adds FAQ content * Adds Tailwind plugins and animations * Adds Poppins font * Updates panel styling to handle scrolling and fixed containers * Accepts FAQ in filename * update styles based on feedback * update after merge * update scroll bar style and finish ranknig panel * Adds dark mode hover styling Co-authored-by: Mads Nedergaard <[email protected]> * Dark-mode of bar-breakdown + chart titles + minor adjustments (#70) Co-authored-by: Tony <[email protected]> * Updates to handle new v6 data structure (#72) * Updates to handle new v6 data structure * Updates mock data * Adds correct steps in CO2 scale (#73) I assume the stuff was done to avoid magic numbers, but we removed that rule * Small screen tweaks (#75) * Tonyvanswet/ele 1508 carbon intensity legend (#74) * start legend * legendary * move styling to legend container * move styling to legend container actually saved this time * rename legend container * Adds areagraph tooltips (#67) * Add shared tooltip component * store zonedetails in meta * share function from maptooltip * add simple tooltips to charts * Update locales * Remove boiler story * add keys to zonedetails * add helper components * add helper methods * add breakdown tooltip * add stories * add other tooltips * fix some bugs * set up emission chart tooltip * handle different size of tooltip placement * log statement * make tooltip more responsive * style fixes * Remove duplicate question mark * add a debug file * add a unit test * clean up * Sets Vite up to build index.html using a template (#77) * Finalise Ranking Panel (#78) * Tonyvanswet/ele 1368 set up solar and wind layer (#80) * borked wind layer * sort of works * add todo on moment * removed moment, kinda working * remove moment from packages * Removes cleanup function which is not allowed on useCallback * Fixes hour offset (no clue why though...) * Removes unused import * Deletes unused hooks * Removes react-transition-group * Removes another cleanup-function * Replaces fade-in transition with tailwind * Updates data-fetching logic: - use correct dates - type data response - retry with prev. timestamp if it 404s * Uses data type * Uses singleton pattern for Windy instance + types * Update web/src/api/getWeatherData.ts * Removes commented-out code * Moves scales to different files Co-authored-by: Markus Killendahl <[email protected]> Co-authored-by: Mads Nedergaard <[email protected]> * Set up mobile tooltips (#83) * update spring bottom sheet * add mobile styling * remove comment * use tailwind numbers * Add zone detail states (#79) * Add empty bar breakdown chart * add more states and refactor * add contributor list and source * ensure graphs are not rendered when no data * remove boilerplate story * feedback * Merge conflict and remove warning * Refactors Map to avoid excessive rendering (#81) * Changes tooltip to read from global state * Creates new MapWrapper to split components out * Moves map-related atoms inside feature-folder * Moves shared map types to its own file * Moves state to global atoms * Refactor the onMouseMove handler for readability * Reads isMoving from atom * Makes panel open when clicking a country * Reemoves types that can now be inferred + minor tweaks * Hides tooltip when dragging map (like before) * handle conflicts Co-authored-by: Markus Killendahl <[email protected]> * Fix SE-SE4 not being hoverable (#84) * add empty zone to geometries * add comment * use zoneid as featureid * format Co-authored-by: Markus Killendahl <[email protected]> * starting to work through errors and warnings (#86) * Add geometry and zone-config scripts (#85) * WIP * executable through ts-node * Update script * reintroduce eslint rules * add eslint rules back * use current config folder * use current config * Add tooltip to barbreakdown chart and style zonedetails a bit (#87) * Add tooltip functionality * style zonedetails * rename variable * Adds solar layer 🌞 (#90) Co-authored-by: tonypls <[email protected]> * Adds loading indicators on weather buttons (#89) * fixes atom name usage * Changes layer orders * Removes vite-plugin-html and uses a plain index HTML (#94) * Removes variable usage from index file. Also stops Prettier from breaking long lines * Removes package * Switches to variable font for Inter * BreakdownChartTooltip bugfixes (#93) * Disable test coverage * test passes * returns 0 instead of ? for existing zero production * fix darkmode and positioning * refactor tooltip calculations * tidy left panel (#88) * Tonyvanswet/ele 1366 set up proper sentry process (#91) * add sentry * further sentry updates * sentry routes * add sentry auth * Update index.html * Update main.tsx * update project name * Adds colorblind-mode (#92) * excludes subzones (#95) * fix style (#96) * extra space (#97) * add tooltips (#99) * add dark mode bg for overlay (#100) * 🎁 Update bottom sheet snap points (#102) * reduce snapsshots * align text and datedisplay * solar and wind legends (#103) * solar and wind legends * hide legends on small screens * tidy legends * 🎁 Display estimated and aggregated badges (#98) * display badges * add height * 🎁 Improve tooltip interactivity on mobile (#101) * add x button on areagraphtooltip * remove hover layer effect on mobile * add a bit more styling * works on larger devices * change top padding to come from styles and add z index to go above timecontroller * ensure overlay above timecontroller * add none pointer events to prevent flickering * close tooltip when zoneclicked Co-authored-by: tonypls <[email protected]> * Adds custom events (#108) * Mobile modals part I: The base (#104) * Mobile modals part II: Settings (#105) * Mobile modals part III: Info (#106) * use latest inter (#109) * Updates Sentry project name + check for env vars * Tonyvanswet/add alaska translation (#110) * add zone name for Alaska * add alaska and prevent long zone overflow * onboarding modal for mobile (#113) * onboarding modal for mobile * Adds padding below titles and switches font * Adds shadow to modal buttons * Makes modal buttons overlap modal on mobile. This gives more space for content * Positions modal closer to middle of screen on desktop * Makes modal less high on mobile + increases shadow * Constraints logo size on first slide * Ensures TimeController is always rendered. Otherwise the loading spinner shows again. * Adds comment to timecontroller Co-authored-by: Mads Nedergaard <[email protected]> * Fix broken refresh on app (#115) * Fixes tooltip crash (#118) * Fixes issue when adblocker is used + adds types (#117) * Disables ts-checking on Windy and .stories.* * Rearranges and updates images and icons (#114) * fly to places (#116) * fly to places * Update web/src/features/map/Map.tsx * update from feedback * update initial view Co-authored-by: Mads Nedergaard <[email protected]> * disclaimer (#111) * disclaimer * update disclaimer * change title width for difference screen sizes * Adds a tiny bit of padding on mobile Co-authored-by: Mads Nedergaard <[email protected]> * Updates scripts (#112) * Mobile modals part IV: FAQ (#107) * Changes atoms to only use localStorage (#119) * Tonyvanswet/ele 1538 enable center on callerlocation (#120) Co-authored-by: Mads Nedergaard <[email protected]> * allow toggle between production and consumption (#121) * Fixes skip-onboarding * Disables PWA and unregister SW temporarily * touchable tooltips for toggle component (#122) * Renames web * Renames web-old to web while merging * Reverts web folder renaming * Merges locales * Updates generated config files * Adds scripts to ensure we generate new zone config * co2 scale ++ (#126) * co2 scale ++ * testing gray map * remove test code, prevent rotate and tilt * Update web/src/hooks/colors.ts Co-authored-by: Viktor Andersson <[email protected]> Co-authored-by: Viktor Andersson <[email protected]> * capitalize tooltip (#127) * add get our data link (#123) * add get our data link * update from feedback, remove message css * Update web/src/features/charts/ChartTitle.tsx Co-authored-by: Viktor Andersson <[email protected]> Co-authored-by: Mads Nedergaard <[email protected]> Co-authored-by: Viktor Andersson <[email protected]> * unhover zone when clicked * fix jobs link (#132) * filter breakdown chart exchanges for selected aggregate (#133) * feedback from Rasmus (#124) * correct emmsions tooltip (#130) * hardcode center location for FJ US-AK and RU-FE, and Offset center (#136) * Updates error boundary message (#128) * time controller german translation (#131) * Generates index files for all paths! (#135) * Tonyvanswet/ele 1572 fly on zone click either get it to move (#137) * hardcode center location for FJ US-AK and RU-FE, and Offset center * update world json * Ensures index-generating script runs on deploy * Fixes bug * Bumps version * Fixes minor design feedback * Use manual chunking to split large chunks (#139) * show production / consumption in carbon tooltip (#134) * show production / consumption in carbon tooltip * Update web/src/features/charts/tooltips/CarbonChartTooltip.tsx Co-authored-by: Mads Nedergaard <[email protected]> * more readable conditional Co-authored-by: Mads Nedergaard <[email protected]> * check for zonedata before getting exchanges (#142) * Tonyvanswet/ele 1581 exchanges are still shown when in (#143) * Tonyvanswet/ele 1579 better message for no data tooltip (#141) * add spacing for units (#140) Co-authored-by: Mads Nedergaard <[email protected]> * Styling tweaks + Deselect zone when going back to map on mobile (#138) Co-authored-by: Tony <[email protected]> * Adds tooltip to LowCarbon Gauge in panel (#144) Co-authored-by: tonypls <[email protected]> * Improves no-data tooltip (#147) Co-authored-by: tonypls <[email protected]> * Adds overlay to breakdown chart (#148) * Round map to 4 decimals (#151) * Use @turf/helpers (#150) * Tvs rj/ux peerprogramming (#152) * UX feedback merged with master * use same font size for gauges in zoneheader and maptooltip * merge classnames * feedback + max width * make things no selectable on mobile + enable touch zoom but disable r… (#153) * make things no selectable on mobile + enable touch zoom but disable rotation * tap hightlight comment * Deployment improvements (#149) * unhover other zones on click (#154) * Adds comment about missing info in type * Fixes incorrect script * version bump * fix fully renewable header (#159) * Minor fixes (#158) * Allows robots in * Bumps version * Adds missing translation * version bump * Tonyvanswet/ele 1621 deploy mobile apps (#156) * make things no selectable on mobile + enable touch zoom but disable rotation * tap hightlight comment * unhover other zones on click * app icons + android / ios specific changes * disable pitch * safe area time controlloer * safe area left panel * bump versions * Moves all Storybook stories next to their components (#145) * Unifies CO2 Intensity display (#146) * Squares and gauges now uses translations (#161) * Fixes /zone/WHATEVZ breaking the app + disables chunking for now (#160) * TimeController improvements (#162) Co-authored-by: Tony <[email protected]> * Fixes multiple bugs (#164) * Jl/license (#155) Co-authored-by: Viktor Andersson <[email protected]> Co-authored-by: Mads Nedergaard <[email protected]> * Change div to picture to fix webp exchange arrows (#169) * Tvs/i os build (#170) * Disables transition of numbers (#171) * Tvs/fixcharts ios 14 (#172) * Fixes New Version Available + Reduces Sentry transaction amount (#173) Co-authored-by: Tony <[email protected]> * Removes console log * More minor tweaks (#165) * Updates configs after master merge * Fixes search params * Temporarily disables IN-NO * Sets correct theme color * Enables CI again (#163) * Bumps version * Tvs/sensible bounds (#174) * adjust view bounds * disable pitch and rotate even when no data * Tvs/release candidate (#176) * adjust view bounds * disable pitch and rotate even when no data * prepare for mobile app release * prettify * bump version * stop replace all errors (#177) * Remove unneeded fields from config files (#167) * Replaces map with a fallback shown for users on old ios versions (#175) * comment out atom dev tools (#178) * Fix invalid href lang + add preconnects (#180) * include new tracking events (#179) * delete web-old * Fixes link * Removes new workflows for new * Updates ignores * Removes clsx * Removes license from boilerplate * Ignores vscode * Removes vscode symlink * Deletes deploy script * Removes boilerplate leftover * bring back site links to mobile app * prettify --------- Co-authored-by: tonypls <[email protected]> Co-authored-by: Markus Killendahl <[email protected]> Co-authored-by: Viktor Andersson <[email protected]> Co-authored-by: lav-julien <[email protected]>
The text was updated successfully, but these errors were encountered: