Vyacheslav Matyukhin
f6e2e8cfa1
refactor: more typescript
2022-05-09 23:27:51 +04:00
Vyacheslav Matyukhin
439a9045da
refactor: some typescript improvements
2022-05-09 21:37:28 +04:00
Vyacheslav Matyukhin
066b79fe12
refactor: move stuff around, simplify / code
2022-05-07 22:49:14 +04:00
Vyacheslav Matyukhin
3b85c32c9d
feat: capture on question pages, fixes, new frontpage condition
2022-05-04 01:34:27 +04:00
Vyacheslav Matyukhin
12a236186f
feat: css improvements
2022-04-30 00:44:13 +04:00
Vyacheslav Matyukhin
9507579a7a
cleanups
2022-04-29 23:00:57 +04:00
Vyacheslav Matyukhin
da7415bf65
feat: capture on individual questions pages
2022-04-29 21:59:46 +04:00
6aea4f6b6d
tweak: add indicators
...
Various indicators code should probably be moved to its own file.
2022-04-28 18:39:59 -04:00
Vyacheslav Matyukhin
55b320c528
feat: chats (merge code from #63 )
2022-04-27 23:51:00 +04:00
Vyacheslav Matyukhin
692dee183e
feat: reenable question page links
2022-04-27 23:22:11 +04:00
Vyacheslav Matyukhin
185464c0ae
feat: insert questions without removing (slower, but fixes fks)
2022-04-27 22:07:00 +04:00
Vyacheslav Matyukhin
73a47d94c3
refactor: question components
2022-04-26 01:34:18 +04:00
Vyacheslav Matyukhin
ab6f17ffe0
feat: question pages; various refactorings
2022-04-26 00:46:42 +04:00
Vyacheslav Matyukhin
ece3ac4780
refactor: /about uses Card, minor cleanups
2022-04-26 00:44:11 +04:00
Vyacheslav Matyukhin
10945a6dd5
refactor: Layout component cleanups
2022-04-26 00:44:11 +04:00
Vyacheslav Matyukhin
6720a39a95
fix: footer indicators
2022-04-26 00:42:27 +04:00
Vyacheslav Matyukhin
c039dde3e7
fix: expose qualityIndicators fields in graphql
2022-04-26 00:24:56 +04:00
Vyacheslav Matyukhin
689edac83e
cleanup: more graphql, remove rest
2022-04-21 00:29:09 +04:00
Vyacheslav Matyukhin
297eadc59b
feat: graphql introspection, timestamps, custom scalar skaffolding
2022-04-20 02:50:19 +04:00
Vyacheslav Matyukhin
60d3973ea3
feat: rewrite frontend with graphql (WIP)
2022-04-19 01:15:42 +03:00
Vyacheslav Matyukhin
6543a729f3
refactor: rename forecast -> question (see #40 )
2022-04-19 01:15:06 +03:00
Vyacheslav Matyukhin
62e3a37c65
fix: capitalize component files
2022-04-10 17:34:11 +03:00
Vyacheslav Matyukhin
986f7ab888
feat: new dashboards logic, closes #17
2022-04-10 16:54:51 +03:00
Vyacheslav Matyukhin
ce9bb0eedf
refactor: frontend code, especially DisplayForecast(s)
2022-04-10 16:54:48 +03:00
63219d429d
fix: add missing dependency
2022-04-08 10:01:30 -04:00
Vyacheslav Matyukhin
340dd3ac19
fix: /capture code
2022-04-06 01:51:32 +03:00
Vyacheslav Matyukhin
39e46b1fe6
fix: more dashboards fixing & ts changes
2022-04-06 00:36:38 +03:00
Vyacheslav Matyukhin
1461002070
fix: secretEmbed
2022-04-02 01:38:39 +03:00
Vyacheslav Matyukhin
72db637972
feat: new db structure; platform labels
2022-04-01 23:24:35 +03:00
Vyacheslav Matyukhin
066eb0302a
style: bring back double quotes from prettier
...
One large commit to avoid dealing with messy patches later on.
Turns out I had
https://marketplace.visualstudio.com/items?itemName=amatiasq.sort-imports
installed with single quotes which messed up all double quotes from
prettier.
2022-03-28 20:59:07 +03:00
Vyacheslav Matyukhin
d662572bcd
feat: don't update progress bar on searches
2022-03-26 14:42:13 +03:00
Vyacheslav Matyukhin
1b1c0f4228
refactor: move layout.tsx to web/display
...
https://metaforecast.org/layout is not a real page, so it shouldn't be
in src/pages.
2022-03-26 04:15:07 +03:00
Vyacheslav Matyukhin
b481212721
feat: more ts, fix tailwind
...
- rename more files to .ts/.tsx
- update tailwind config to use .tsx files from all dirs
- merge css files into a single main.css to avoid import order
dependencies
- minor cleanups due to ts complaints
2022-03-26 03:36:50 +03:00
Vyacheslav Matyukhin
42c0f0967b
feat: back to frontpage-in-db approach
2022-03-26 02:51:55 +03:00
Vyacheslav Matyukhin
f056d257b2
feat: /capture and / are static
2022-03-25 02:45:21 +03:00
Vyacheslav Matyukhin
98c7c31a0f
feat: always search on client side
2022-03-25 01:51:20 +03:00
Vyacheslav Matyukhin
c92d131ae3
feat: reactive search with useEffect
2022-03-25 01:23:07 +03:00
Vyacheslav Matyukhin
23a4003f31
feat: refactor commonDisplay and related code
...
- more typescript
- fix https://github.com/QURIresearch/metaforecast-frontend/issues/15
- simplify hasDisplayBeenCaptured code
- various cleanups
2022-03-25 01:22:26 +03:00
Vyacheslav Matyukhin
244f02b3af
refactor: monorepo
2022-03-22 03:30:25 +03:00