Commit Graph

177 Commits

Author SHA1 Message Date
a64c39c267 feat: add README.md and LICENSE 2021-06-07 17:26:55 +02:00
ed751b40d9 clear yarn.lock, fix warning that key must be unique in Question.tsx 2021-05-28 18:14:18 +02:00
af6fbd4d5d
Merge pull request #8
bump next.js version
2021-05-28 18:03:21 +02:00
5e66e44e72 bump react/react-dom/next.js version 2021-05-28 17:59:26 +02:00
ce5bd8dda5
Merge pull request #7
fix: TypeError: Cannot read property 'trim' of undefined at getStaticProps
2021-05-28 17:32:59 +02:00
46e9e78eaf TestPage: fix: Cannot read property 'trim' of undefined 2021-05-28 17:31:05 +02:00
aad7f64bfe
Merge pull request #6
feat: keyboard navigation
2021-05-25 20:02:45 +02:00
c81aec0405 TestPage: add KeyboardNavigationNote.tsx 2021-05-25 20:02:23 +02:00
93a968e1da TestPage: Navigation - remove one unnecessary render 2021-05-25 19:29:46 +02:00
279d458d34 TestPage: add an answer selection via keyboard 2021-05-25 19:24:29 +02:00
af9e0a9f7b TestPage: add keyboard navigation between tabs 2021-05-25 19:01:47 +02:00
836f0e701a
Merge pull request #5
fix: all suggestions in a row should have the same height
2021-05-25 18:25:33 +02:00
3c5bb66ce7 TestPage: all suggestions in a row have the same height 2021-05-25 18:24:02 +02:00
41ddf9c31d
Merge pull request #4
add the confirmation dialog before finishing a test
2021-05-25 18:08:05 +02:00
0609be4c3f TestPage: show confirmation before finishing a test 2021-05-25 18:07:15 +02:00
76180a93f1
Merge pull request #3 from zdam-egzamin-zawodowy/develop
bump next.js version, fix 'Invalid accept-language header' crash
2021-05-02 09:03:57 +02:00
7e77b5e6e8 bump next.js version, fix 'Invalid accept-language header' crash 2021-05-02 09:00:30 +02:00
8496fa5c98
Merge pull request #2 from zdam-egzamin-zawodowy/develop
merge develop into master
2021-04-24 19:24:53 +02:00
4f64f138d4 rename SEO -> Seo 2021-04-24 18:39:03 +02:00
1753752565 update eslint configuration 2021-04-24 18:37:12 +02:00
46e122913f
Merge pull request #1
Merge develop into master
2021-04-17 19:15:18 +02:00
0b0aa7dad9 add google analytics events 2021-04-17 19:13:50 +02:00
b6ec058603 don't show suggestions when suggestions.length === 0, show 'Rozpocznij od nowa' button in review mode on every tab 2021-04-17 18:47:00 +02:00
5860d13b37 add WordWrap and wrap question content in this component 2021-04-17 14:33:58 +02:00
dabead8fe5 update .env.production and next.config.js 2021-04-17 11:27:55 +02:00
823c7e73ef update .circleci 2021-04-17 11:14:34 +02:00
0a2e36ac4d update .circleci 2021-04-17 11:10:07 +02:00
4576c79bec add .circleci 2021-04-17 11:04:58 +02:00
d8e2784831 move pages directory to src 2021-04-15 06:19:50 +02:00
008abd9b47 add cache-control header to images 2021-04-15 06:16:28 +02:00
3916917b37 [IndexPage] decrease the revalidate time 2021-04-14 20:25:59 +02:00
69c0977640 add Dockerfile 2021-04-14 20:11:35 +02:00
d45481d5fa add next-sitemap 2021-04-13 18:24:21 +02:00
51a01237a2 IndexPage: add one word to Profession.tsx 2021-04-11 18:23:00 +02:00
ae75d02303 IndexPage: add a link to the profession list in the Header 2021-04-11 12:26:19 +02:00
3684d11f53 QualificationsPage: add skip directive to QUERY_GENERATE_TEST_SIMILAR_QUALIFICATIONS ($skipSuggestions) 2021-04-11 12:09:30 +02:00
46a1c35314 move Object.values(Answer) to constant 2021-04-10 09:07:37 +02:00
f01e11d734 update types 2021-04-05 12:26:21 +02:00
44cd3fc003 rename one query, update types 2021-04-05 12:23:24 +02:00
5168881508 rename one query 2021-04-05 12:17:53 +02:00
f5986b0037 add gtag 2021-04-04 14:47:10 +02:00
8c2f0793c8 update author's email 2021-04-04 10:40:29 +02:00
427a2fa366 add link to the PrivacyPolicyPage to Footer 2021-04-03 10:55:37 +02:00
262dec3a58 fix: update Test.tsx state after qualification/initialQuestions change 2021-04-03 10:44:36 +02:00
7098435416 fix typo (serwera operatora -> serwerach operatora) 2021-03-30 06:43:37 +02:00
8f958b3673 add PrivacyPolicyPage 2021-03-30 06:42:06 +02:00
c3b40faa46 usePrompt.ts - remove listener after unmount | add custtom ErrorPage 2021-03-30 06:24:40 +02:00
408870beab add usePrompt 2021-03-30 06:02:04 +02:00
3d6a70e01f [TestPage]: add Spinner, FixedSpinner + handleReset fetches new questions 2021-03-28 18:58:27 +02:00
49d945a86c [TestPage]: change tabs font color when reviewMode === true 2021-03-28 18:38:02 +02:00