Commit Graph

66 Commits (f9ec2419abbeae33bf788bd85c3725c7327a1c04)
 

Author SHA1 Message Date
leonnicolas f9ec2419ab
main.go: fixed routing for url with dots
When a url contained a dot and the user refreshed the site, the server
would have returned a 404. Now it will always return index.html, if the
requested file is not found.
4 years ago
Max Ehrlicher-Schmidt bd3a10bad8 Remove addColumnsFromObject function 4 years ago
Max Ehrlicher-Schmidt 8b6640dfc4 Merge remote-tracking branch 'origin/master' 4 years ago
Max Ehrlicher-Schmidt 67b7baf770 Add dynamic readonly columns 4 years ago
Max Ehrlicher-Schmidt dc95721546 Outsource functions 4 years ago
leonnicolas 72269f0f27
Merge pull request #2 from fLotte-meets-HWR-DB/frontend_server
Frontend server
4 years ago
Max Ehrlicher-Schmidt 589d5d830c Finished dynamic table 4 years ago
Max Ehrlicher-Schmidt 6172db4c0c WIP flatten object 4 years ago
Max Ehrlicher-Schmidt 4bf9915978 Refactor var names 4 years ago
Max Ehrlicher-Schmidt 0180322e41 Refactored loading state and animation 4 years ago
Max Ehrlicher-Schmidt 10bbf3281c WIP: dynamic table generation 4 years ago
leonnicolas 6091903ed7
main.go: reload frontend on F5 4 years ago
leonnicolas 9ecad37f80
Dockerfile: build smaller dist 4 years ago
Max Ehrlicher-Schmidt 0067bb9f3c Add cell types 4 years ago
Max Ehrlicher-Schmidt a8fd95947b Fetch more bike properties 4 years ago
Max Ehrlicher-Schmidt 9e9a4d7588 Add locking 4 years ago
Max Ehrlicher-Schmidt 9ded4854af Rename string-cell component to cell 4 years ago
Max Ehrlicher-Schmidt ac6e88b1bf Add token to requests 4 years ago
leonnicolas cebd3becbe
.travis: deleted 4 years ago
leonnicolas 19e529416c Merge branch 'master' of github.com:fLotte-meets-HWR-DB/frontend 4 years ago
leonnicolas 05043d81a2
.travis -> .travis.yml 4 years ago
Max-ES fde1af9712
Merge pull request #1 from fLotte-meets-HWR-DB/server_and_CI
Server and ci
4 years ago
leonnicolas 2f3aedcf7b
.travis: typo 4 years ago
leonnicolas fbaeb2e008
Simple single file go file server that serves the frontend + CI with travis 4 years ago
FlayInAHook a5b52a0cd3 Merge branch 'master' of https://github.com/flotte-goes-smart/frontend into master 4 years ago
FlayInAHook 38efafa60f added table overview and the base for a collapsing navbar 4 years ago
Max Ehrlicher-Schmidt 1673eeb475 Add number of wheels column 4 years ago
Max Ehrlicher-Schmidt 52973b9ae4 Update graphQL stuff 4 years ago
Max Ehrlicher-Schmidt 1f191f5984 Merge remote-tracking branch 'origin/master' 4 years ago
Max Ehrlicher-Schmidt be51eccc41 Fix table editing 4 years ago
Max Ehrlicher-Schmidt 70911a76fa Fix table editing 4 years ago
Max Ehrlicher-Schmidt 02c2054158 Add mutable fragment 4 years ago
Max Ehrlicher-Schmidt dc8d025822 Add __typename removal for mutations 4 years ago
Max Ehrlicher-Schmidt ee0ca0ddce Add bike editing 4 years ago
Max Ehrlicher-Schmidt ac6af032f2 Add cell component 4 years ago
Max Ehrlicher-Schmidt 4a466a9531 Add deepcopy function 4 years ago
Max Ehrlicher-Schmidt c7053ac0c7 Add GQL fragments 4 years ago
Max Ehrlicher-Schmidt 2922345a60 Add edit button 4 years ago
Max Ehrlicher-Schmidt f974312467 Fix table sizing bug 4 years ago
Max Ehrlicher-Schmidt 6b4826fd23 Add different color to fixed columns 4 years ago
Max Ehrlicher-Schmidt 411dc3a8e6 Improve table layout 4 years ago
Max Ehrlicher-Schmidt 790ce54cef Add fixed columns add selection to table 4 years ago
Max Ehrlicher-Schmidt e4e64ccd4f Change bikes table 4 years ago
Max Ehrlicher-Schmidt 03424223e2 Fix height bug 4 years ago
Max Ehrlicher-Schmidt 5b5baa6f88 Fix logout bug 4 years ago
Max Ehrlicher-Schmidt f363afdb55 Implement bikesService 4 years ago
Max Ehrlicher-Schmidt 892e5dc224 Change bikes table 4 years ago
Max Ehrlicher-Schmidt db0863404d Add more pages 4 years ago
Max Ehrlicher-Schmidt c398e98cc2 Install ts-deep-extract-types
...to extract subtypes from generated GQL-result types
4 years ago
Max Ehrlicher-Schmidt 7d32b10740 Fix apollo config 4 years ago