Commit Graph

56 Commits

Author SHA1 Message Date
abe3e64883 Added initial loading setting
Enabled pushing to history on filter setting
2023-07-27 12:00:22 +03:00
9b4ef41030 Added query filters getting and setting on homepage
fixes #27
2023-07-20 14:58:05 +03:00
96388a9bea Fixed userPage story preview link to use actual filter
Related to #27
2023-07-20 13:25:16 +03:00
58d1996ce3 Added story index management via query on homepage
Related to #27
2023-07-20 13:14:04 +03:00
bc154f8b6b Fixed useFetch and useUser typing 2023-07-20 00:55:12 +03:00
7a044970f0 Implemented UserPage 2023-07-19 23:25:25 +03:00
7cf83d099d Added api/user request prototype 2023-07-19 23:24:58 +03:00
1b4eed529a Developed userPage prototype 2023-07-19 23:23:01 +03:00
bc55ab8f68 Converted api/announcements to use api/announcement processer as its part 2023-07-18 23:07:41 +03:00
de8a1abcbf Fixed Dima's incomplete merge 2023-07-17 15:19:26 +03:00
898d590cf3 Обновить back/main.py 2023-07-17 13:23:23 +03:00
1c25d66027 Fixed trashbox request causing constant rerenders 2023-07-17 12:19:25 +03:00
b7bbd937b4 Converted put(api/announcement) to use useSend
Added useSendButtonCaption hook
Related to #19
2023-07-17 12:18:54 +03:00
b360b06d34 Возвращаем просто токен, а не джисонку 2023-07-16 23:25:22 +03:00
349d40daa4 Merge branch 'main' of https://git.dm1sh.ru/dm1sh/porridger 2023-07-16 16:15:05 +03:00
8bae63231b Добавить в остальные функции проверку токена 2023-07-16 16:10:37 +03:00
3668e8c33f Changed story dimensions
Improved logging
2023-07-16 00:18:30 +03:00
f4226237ab Added useSend hook, converted useFetch to use it
Moved useFetch
Related to #19
2023-07-16 00:08:51 +03:00
5b14d75048 Обновить back/main.py 2023-07-15 13:17:07 +03:00
0218cdced5 Code styling
Added brackets for const lambdas
Converted const lambdas with multiple instructions to functions
2023-07-15 12:55:25 +03:00
99d2b92b03 Added script for fetch api route generation 2023-07-15 12:25:12 +03:00
27ae590981 Refactored component custom styling
Switched to library bootstrap css
2023-07-15 12:24:13 +03:00
cb848739e5 Added osmAddress api route
Related to #19
2023-07-15 11:08:15 +03:00
2ce0e5b65d Returned setData from useFetch
Fixed imports
Related to #19
2023-07-15 11:07:12 +03:00
48a48f9364 Improved useFetch
Related to #19
2023-07-14 20:34:50 +03:00
7ef4194bbd Added styled item and trash icons
Related to #12
2023-07-14 18:33:36 +03:00
ad290c8dd0 Switched to new category pictures
fixes #6
2023-07-14 18:26:42 +03:00
7b0ccc525c Code styling changes 2023-07-13 20:03:53 +03:00
9437c44054 Switched category data struct from Map to object
Moved lineByName function
2023-07-13 18:17:57 +03:00
6a0c4c9dac Added http errors handing to all fettch requests 2023-07-13 17:50:20 +03:00
d041df0bbd Added ellipsis to loading status string 2023-07-13 17:49:47 +03:00
619fd952a5 Separated auth form component
Added auth networking status
fixes #9
2023-07-13 17:48:58 +03:00
395b6c2d89 Added link to privacy policy
#17
2023-07-13 17:10:26 +03:00
a8b7cfbffa Added TypeScript for frontend
Added type definitions for components, functions, data
Added guards for network responses
fixes #8
2023-07-12 19:03:24 +03:00
8fc85e415f Added component unmount cleanup 2023-07-11 14:43:08 +03:00
960ad7ce0d Split metro stations by lines and their indication
Fixed details dialog size
Added map location setting by click
Reorganized hooks and components imports with index.js
Removed orphane error indication on homepage
2023-07-11 13:29:04 +03:00
cbbd714fbf Fixed spelling error 2023-07-11 13:28:55 +03:00
dcd91cb9b4 Removed builtin static video file
Switched from CORS to proxy for dev
2023-07-10 17:14:36 +03:00
c2ee2f5b02 fixed navigation effect dependancy 2023-05-17 11:40:20 +03:00
ca6c913787 Mock with for now 2023-05-17 11:08:40 +03:00
010500e124 fixed api path in config 2023-05-17 10:50:15 +03:00
929dd8af36 Added announcement adding page 2023-05-17 10:50:06 +03:00
811cde6f30 Added authhpage 2023-05-17 10:49:40 +03:00
fb7f553915 fixed metro stations in filters 2023-05-17 10:49:05 +03:00
8af5bd36d9 Updated details page, implemented booking 2023-05-17 10:48:38 +03:00
dc6f8fe8f2 moved hooks to separate directories, added stories fallback 2023-05-17 10:47:23 +03:00
e9b7a9e32a moved leaflet custom styles, added fallback for user page 2023-05-17 10:45:24 +03:00
6742b46db7 updated deploy instructions, improved building script 2023-05-17 10:43:46 +03:00
6f80c3c3ba Added searchable select library 2023-05-17 10:42:26 +03:00
acff0ba187 Added more metro stations and split by lines 2023-05-17 10:41:52 +03:00