Riku Rouvila
d4411b4579
handle already_in_team error properly
2020-01-13 19:26:09 +02:00
Riku Rouvila
22eb942ce7
fix api address
2020-01-13 18:43:50 +02:00
Olavi Haapala
f4474523ad
Chore/convert to typescript ( #60 )
...
* Convert to using TypeScript
Next.js v.9 allows converting an existing project to TS by simply renaming the files as TS files
* Fix type errors: Type 'string' is not assignable to type 'number'.
* Add mention about missing typings for javascript-time-ago
* Add GA_INITIALIZED to window
* Fix type error in feed transformers
* Model MembershipInfoForm state and props with TS
* Silence the typescript warning in MembershipInfoForm
* Add threshold to Fader props
* Fix Warning: Each child in a list should have a unique "key" prop.
Sponsors don't have ids – name is probably unique and can be used as a key
* Allow key as prop for SponsorLink
* Add type of the props for SponsorLink
2019-11-07 07:28:02 +02:00
Olavi Haapala
663adf80ee
Fix Warning: Each child in a list should have a unique "key" prop. ( #59 )
...
Sponsors don't have ids – name is probably unique and can be used as a key
2019-11-03 00:22:52 +02:00
Petri Partio
06614f7a6f
Fix sponsor logos sizing/placement ( #57 )
2019-11-02 15:08:18 +02:00
Aarni Koskela
dcf26deb0f
Upgrade dependencies, etc. ( #55 )
...
* Run prettify
* Upgrade dependencies and switch out some libraries:
* timeago (freshly jquery dependent) -> ReactTimeAgo
* next-ga -> react-ga and custom plumbing
* Move static/ to public/static/
As per https://github.com/zeit/next.js/blob/master/errors/static-dir-deprecated.md
* Fix cons->icons typo
* Import only what's necessary from lodash (223 -> 180 kb)
* Asyncify MembershipInfoForm
2019-10-30 11:05:08 -07:00
Joonas Kallunki
080acb3319
Fix accessibility of links not containing any text information
2019-10-30 08:27:37 +02:00
Joonas Kallunki
4b213ad551
Fix accessibility of email-input
...
Placeholder is not accessible https://www.smashingmagazine.com/2018/06/placeholder-attribute/
Using label and styling using empty placeholder with :placeholder-shown
2019-10-30 07:34:32 +02:00
Joonas Kallunki
d74fe945e6
Fix accessibility of twitter feed user images by hiding them from screenreader
...
Username handle and url are also presented at the list content itself
2019-10-30 06:24:41 +02:00
Joonas Kallunki
9cdb0849a2
Make members icons image list hidden from screenreader and non focusable
2019-10-30 06:21:58 +02:00
Niklas Lepistö
6dd41d5b2f
Add Idean logo to sponsors due to recently sponsoring a meetup
2019-10-26 09:56:40 +03:00
Toni Ristola
125abe45d9
refactored sponsor data into directory data
2019-10-25 09:37:44 +03:00
Aarni Koskela
76424448ec
Get rid of noopener/noreferrer kvetches
2019-10-24 18:44:21 +03:00
Aarni Koskela
29c596510f
Refactor sponsors in footer
2019-10-24 18:44:21 +03:00
Aarni Koskela
d5e46a40f2
Codemod vars to const/let
2019-10-24 18:44:21 +03:00
Aarni Koskela
7deb14d14a
Refactor .then()s to async functions
2019-10-24 18:44:21 +03:00
Aarni Koskela
5a42210194
Add prettify command and run it
2019-10-24 18:25:48 +03:00
Aarni Koskela
f01bea2704
Address some review comments
2019-10-24 17:34:20 +03:00
Aarni Koskela
186f8744ff
Reinstate linting, fix kvetches
2019-09-23 16:25:42 +03:00
Aarni Koskela
e3c256d61c
Get rid of legacy JS
2019-09-23 16:05:11 +03:00
Aarni Koskela
37e162732c
Next.js-ify, step 1
2019-09-23 15:39:18 +03:00