Commit graph

65 commits

Author SHA1 Message Date
Gamebrary
1fdfa987bc game list settings wip 2022-04-13 16:29:44 -07:00
Gamebrary
65a5dc0caa replace vue-markdown with marked 2022-04-12 15:16:57 -07:00
Gamebrary
f578c6a72b upgrade vue2 to latest 2022-04-12 14:45:08 -07:00
Gamebrary
9dc7c100f5 Commencing countdown, engines on 2022-04-04 11:57:58 -07:00
Gamebrary
8ede73779a speedruns.com, steam, and gog barebones integration 2022-02-25 18:49:00 -07:00
Gamebrary
21441ac043 bump vue2 to lastest version 2021-12-23 18:33:49 -06:00
Gamebrary
9bdd6ff8ed wip 2021-10-04 13:59:54 -07:00
Gamebrary
36e449c9ea bump vue 2021-04-20 21:59:49 -07:00
Gamebrary
266b4c3695 add firebase ui 2021-04-07 23:30:04 -07:00
Gamebrary
34a4b83d60 use isotope layout in boards 2021-04-06 17:02:09 -07:00
Gamebrary
fbfc844448 added vue portal 2021-03-10 17:05:36 -07:00
Gamebrary
bf784d0715 upgrade vue draggable 2021-02-16 13:40:13 -07:00
Gamebrary
379e397c24 added vue shortkey package 2021-02-09 10:37:32 -07:00
Gamebrary
262632a92f added dayjs 2021-02-08 16:42:26 -07:00
Gamebrary
a773e46d9d fix dependabot warnings 2021-02-04 09:43:01 -07:00
Gamebrary
b8fa6c96fe Added vue-observe-visibility 2021-02-01 13:46:20 -07:00
Gamebrary
42c911a495 remove unused packages 2021-01-06 14:18:20 -07:00
Roman Cervantes
5928d8b299 removed quill 2020-10-31 11:18:55 -07:00
Roman Cervantes
346de5cc7a Merge branch 'pro' of github.com:romancm/gamebrary into pro 2020-10-31 11:18:05 -07:00
Roman Cervantes
bd649e0c3b Removed momentjs 2020-10-31 11:15:22 -07:00
Gamebrary
f1c5d4f2b9 added vue quill 2020-10-31 10:42:52 -07:00
Gamebrary
c16dd74f8c upgrade firebase dependencies 2020-10-15 16:15:22 -07:00
Gamebrary
65115f61cd updated UI wip 2020-09-25 17:09:20 -07:00
Roman Cervantes
db939c632e lower node version 2020-09-17 14:27:37 -07:00
Gamebrary
a7b16070be lower node version 2020-08-25 23:56:11 -07:00
Gamebrary
3138e208f0 bump node versions 2020-08-24 23:43:51 -07:00
Gamebrary
40e3ac40fc bump node version in circle ci 2020-08-24 23:40:45 -07:00
Gamebrary
8245d91a80 update firebase to latest version 2020-08-24 14:38:27 -07:00
Gamebrary
eb701f79ca separate legacy from new board 2020-08-18 11:56:10 -07:00
Gamebrary
51c446bea8 replace entire lodash with subpackages 2020-08-14 23:34:39 -07:00
Gamebrary
3b23a147bb remove swatches 2020-08-14 23:30:53 -07:00
Gamebrary
10b21caa27 lots of stuff xD 2020-08-14 17:02:34 -07:00
Gamebrary
7368293aed updates 2020-08-11 16:39:11 -07:00
Gamebrary
a351ddd0ed bump vue bootstrap to latest version 2020-08-11 16:38:32 -07:00
Gamebrary
ba351db6f7 bootstrap initial migration 2020-08-10 21:16:43 -07:00
Gamebrary dev team
70a48fb0c5 bump vue and add bootstrap 2020-07-21 13:47:12 -07:00
Roman Cervantes
2acc7939b0 Show avatar instead of cog 2019-12-02 11:34:28 -07:00
Roman Cervantes
6adf9e126c Replaced tag color picker 2019-11-22 22:43:57 -07:00
Roman Cervantes
762d7550fc Remove shortkey for now 2019-10-07 14:58:21 -07:00
dependabot[bot]
e1c3959e6a Bump lodash from 4.17.11 to 4.17.13 (#131)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-30 14:31:58 -07:00
Roman Cervantes
ffee33d0bc updated deploy script 2019-06-19 12:10:12 -07:00
Roman Cervantes
0341bb16c3 Moved translate script to build folder and added script to package.json 2019-06-19 12:09:44 -07:00
Roman Cervantes
6266585ad4 Translated files 2019-06-18 16:45:54 -07:00
Roman Cervantes
5d400bb25f Upgrade axios 2019-05-30 09:56:46 -07:00
dependabot[bot]
06b506dd26 Bump webpack-bundle-analyzer from 2.13.1 to 3.3.2 (#124)
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 3.3.2.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v2.13.1...v3.3.2)
2019-05-24 12:49:35 -07:00
Alex Noble
378a04432f Keyboard shortcuts (#105)
* Added basic shortcut support
Added vue-shortkey library
Added 'esc' shortcut to go back from add list component
Added 'esc' shortcut to go back from game search component
Added 'ctl+alt+d' to delete list from list settings component

* Add shortcut to delete game from list (Delete Key)

* Added shortcuts to delete game from list
Added shortcuts to add note to game
Added shortcuts to cancel from note creation
Added shortcuts to delete note

* Fixing import method for consistency

* Fixed code review suggestions
2019-05-18 05:54:52 -07:00
Roman Cervantes
24d1fa9dbc Switched over to original masonry layout 2019-05-17 13:26:55 -07:00
romancm
883bf78cd9 Added vue masonry 2019-05-16 22:19:36 -07:00
Roman Cervantes
540d78d4e2 Updated readme and app description 2019-05-15 16:37:53 -07:00
Roman Cervantes
4d43536854
Lots of clean up and minor improvements (#58) 2019-03-28 14:23:09 -07:00