- Denver, CO
- https://robbie.antenesse.net
- Joined on
2018-06-26
3f9ca67918
Fix Open Library search results de-duplication
bf33ff8e3e
Change wording for See Book Details
c5e73242d0
Add localiation to search options
ebc5c9b06d
Remove BookBrainz option because there's no public API
1062b9b2fd
Fix search not working on fresh load
Alamantus
synced new reference database-setup to Alamantus/Readlebee from mirror
2019-09-27 03:31:38 +02:00
Alamantus
synced and deleted reference 2019-09-27 03:31:38 +02:00
search-options
at Alamantus/Readlebee from mirror
Alamantus
synced new reference search-options to Alamantus/Readlebee from mirror
2019-09-26 03:01:38 +02:00
4a5dbd4091
Only return books in searches; Add CTA if no search results
8a4d68b026
Add header to show search term
c4f657b7b4
Instantiate just one I18n instance to pass to all controllers
eda8e83d07
Add missing I18n in viewManager
7deda1c835
Fix modal isOpen not updating correctly
c7aaf56d08
Change LICENSE to GNU AGPLv3 from GPLv3
8781327c61
First attempt at pgsql database table creation
8721810bc6
Add create account form to /login view
2ea0015e70
Move loggedOut page text to i18n locale file
e991169075
Add a way for reviewCard to get i18n
2b95ab81c1
Start designing logged out home view
6dab28e7a5
Add isLoggedIn to Choo app state
596721fb2d
Add a questionable way to save Choo state for the session
0ebafaeb9e
Load covers in resultDetails sorted by publish date
46d3da8010
Use updated book details api in frontend
3f3ae76f2b
Add Faker.js; Create BooksController and /api/books route
8047c83ede
Fix top nav burger button
00140054a1
Improve styling for reviewDetails and search results
8e17d0ec7e
Enable specifying modal styling
896dc7b869
Add star rating icons and review count to search results
c243928d23
Put I18n directly into view controllers
b1843c688c
Add basic modal component; Add resultDetails to search
464aad9d34
Restructure search results columns
a9d40193f0
Add inventaireDomain to server config
c80e5e63ff
Add endpoint for getting covers
da1fa7c77a
Add first Fontello icons & styling
b4bb1fc392
Style search page results
24d416ec02
Update development section of Readme
3ceaf670b4
Update all branding and links to Readlebee
e5dbcc9ab8
Update search frontend to call API
951d07e11f
Use i18n as example in views
64bda6f982
Set up custom i18n implementation
58d1981a1f
Add babel-polyfill just in case it's needed
30cd02f680
Add settings management functions to choo app; Add language to state
5d5d28f6b9
Fix incorrect setup of loginView
a9747ec510
Redo Fastify routing to work with Choo's routing
8d9e0e8f9f
Remove some unneeded fastify plugins; fix some typos
b4d6482994
Move siteName to new config.json for frontend
3b9d40ab7b
Change webmanifest to file for parcel
0f287748c1
Update README to reflect addition of image processing
f29e445998
Change header and footer to make more sense
f05ff1e0ef
Add super basic fake login pages and conditions
621ee61144
Move point-of-view setup to separate file
0bbfafd03f
Set up login tokens with dumb examples
809f07504d
Move to a node server with handlebars templates
f04d8182b6
Attempt to figure out mediawiki and give up
0c6c6dd938
Improve Choo routing for viewmanager
3507b7ea2f
Merge branch 'master' of https://gitlab.com/Alamantus/book-tracker
21f9c41eaa
Add super basic and ugly search with openlibrary
34ae314e74
Add choo devtools because it's helpful