Commit Graph
100 Commits
Author SHA1 Message Date
G.Ambatte 85cad49b03 Simplify getSortedBrews logic 2022-09-03 22:28:03 +12:00
G.Ambatte 76203928d2 Change apostrophe 2022-09-03 22:07:23 +12:00
G.Ambatte cfbc089207 Add sort type & dir to local storage 2022-09-03 21:15:32 +12:00
G.Ambatte ba693365ec Lint fixes 2022-09-03 20:53:28 +12:00
G.Ambatte 0b89a895e7 Merge branch 'master' into addSortTypeAndDirToURL-#2315 2022-09-03 13:28:28 +12:00
G.Ambatte 64740ba528 Merge branch 'master' into addBrewTagsToFilter-#2319 2022-09-03 13:28:05 +12:00
G.Ambatte f35634a295 Merge branch 'master' into addTagsToBrewItem-#2317 2022-09-03 13:27:19 +12:00
G.Ambatte 9807e24e0a Add brewTags class to BrewItem tags 2022-09-03 12:58:45 +12:00
G.Ambatte de43bd46a5 Merge branch 'master' into addUserPageCollapse-#1797 2022-09-03 12:49:49 +12:00
G.Ambatte b9f64092b8 Remove unnecessary visible from UserPage 2022-09-03 12:48:04 +12:00
G.AmbatteandTrevor Buckner 3f1bc02885 Reduce duplicate CSS
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-09-03 09:58:17 +12:00
G.Ambatte 2fcccfb48f Expand filtering functionality 2022-09-01 23:55:14 +12:00
G.Ambatte 3262751fea Add tags to UserPage BrewItem 2022-09-01 23:25:52 +12:00
G.Ambatte 80428fc412 Expand updateUrl function 2022-09-01 23:03:33 +12:00
G.Ambatte 66626b3427 Remove unnecessary visible from UserPage props 2022-09-01 20:06:30 +12:00
G.Ambatte fc3a599f90 Merge branch 'addUserPageCollapse-#1797' of https://github.com/G-Ambatte/homebrewery into addUserPageCollapse-#1797 2022-09-01 19:18:04 +12:00
G.Ambatte e355621bbf Load from local storage working without errors 2022-09-01 19:17:51 +12:00
G.Ambatte 9571cb0cc4 Initial pass at visibility functionality 2022-09-01 19:17:51 +12:00
G.Ambatte d27e07b620 Load from local storage in componentDidMount 2022-08-31 08:38:31 -04:00
G.Ambatte 7034da03ab Remove autofocus from filter textbox 2022-08-29 21:57:31 +12:00
G.Ambatte 289fcc531d Fix sort container position when scroll bar absent 2022-08-29 21:50:38 +12:00
G.Ambatte 4e5f86e8b6 Change UserPage CSS 2022-08-29 21:23:18 +12:00
G.Ambatte a25c7a5ccd Load from local storage working without errors 2022-08-29 20:39:16 +12:00
G.Ambatte f93d46d2b1 Merge branch 'addUserPageCollapse-#1797' of https://github.com/G-Ambatte/homebrewery into addUserPageCollapse-#1797 2022-08-29 10:12:56 +12:00
G.Ambatte 4bb5e96c42 Initial pass at visibility functionality 2022-08-29 10:12:40 +12:00
G.Ambatte 4b5b6e3b02 Initial pass at visibility functionality 2022-08-28 23:46:19 +12:00
G.Ambatte 4f69b1e7e0 Remove unused toTop function 2022-06-05 11:13:35 +12:00
G.Ambatte 2ac9c190a9 Remove commented out shortcut keys 2022-06-05 11:11:58 +12:00
G.Ambatte d04df9aeb0 Remove redundant isStyle check 2022-06-05 10:10:59 +12:00
G.Ambatte 6bc5edd33f Remove unnecessary isMeta check 2022-06-05 10:03:03 +12:00
G.Ambatte 6c8cdffd8f Fix typo 2022-06-04 19:52:41 +12:00
G.Ambatte ae6ad1eaff Prune unnecessary styles 2022-06-04 18:40:05 +12:00
G.Ambatte ee3c521094 Change throttle options 2022-06-04 18:35:22 +12:00
G.Ambatte ff2268871d Throttle brew move function 2022-06-04 17:54:35 +12:00
G.Ambatte 1d0cceda04 Eliminate unnecessary window.frames calls 2022-06-04 17:09:25 +12:00
G.Ambatte 4e8cbf621b Add brew bounce animation 2022-06-04 16:38:32 +12:00
G.Ambatte 0dbe84a91a Update style 2022-06-02 14:09:41 +12:00
G.Ambatte e9adc4de82 Highlight target line during moveSource 2022-06-02 13:50:37 +12:00
G.Ambatte 0c0d817cc2 Add scrollPastEnd to CodeMirror 2022-06-02 13:49:27 +12:00
G.Ambatte bb1fba27c2 Set a default userSetDividerPos 2022-05-29 16:26:30 +12:00
G.Ambatte eff2ec20b2 Fall back to current divider position on resizing 2022-05-29 16:19:58 +12:00
G.Ambatte 4cc3dd93e2 Move state change to handleViewChange 2022-05-29 16:16:48 +12:00
G.Ambatte ab8dd8ae76 Merge branch 'master' into fixBrewJump 2022-05-29 16:00:41 +12:00
G.Ambatte 08db2e8492 Hide divider arrows when not required 2022-05-29 15:49:37 +12:00
G.Ambatte 7b2486e411 Use RegEx for text.split 2022-05-29 15:31:57 +12:00
G.AmbatteandTrevor Buckner 03bcbee1fc Apply suggested regex
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-05-29 15:27:02 +12:00
G.Ambatte 4e5daf583a Remove from snippet bar 2022-05-29 15:24:02 +12:00
G.Ambatte eca39369de Initial pass at split pane button functionality 2022-05-29 15:18:35 +12:00
G.Ambatte 3ccd1ebb7b Merge branch 'master' into fixBrewJump 2022-05-29 14:17:11 +12:00
G.Ambatte db5e4fc36c Fix button position with default divider position 2022-05-29 13:49:08 +12:00
G.Ambatte 160cfcce4d Change for line consistency when moving to page 1 2022-05-29 13:48:36 +12:00
G.Ambatte 3f852ccff3 Merge branch 'master' into fixBrewJump 2022-05-23 07:59:06 +12:00
G.AmbatteandTrevor Buckner 80fa48e592 Remove redundant variable
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-05-11 15:48:03 +12:00
G.Ambatte 9f7ee39b09 Use BoundingRect.bottom to determine page 2022-05-11 10:46:49 +12:00
G.Ambatte 412ac5f331 Change to getBoundingClientRect().bottom 2022-05-09 23:39:04 +12:00
G.Ambatte 7c0e702ead Remove a loop from sourceJump 2022-05-09 23:20:16 +12:00
G.Ambatte 02c8bf7292 Change to smooth scrolling from auto 2022-05-09 22:21:00 +12:00
G.Ambatte b26ff9eb00 Shift to getBoundingClientRect().height 2022-05-09 22:20:35 +12:00
G.Ambatte be0b1abe41 Adjust \page check for renderer 2022-05-09 20:57:43 +12:00
G.Ambatte 3c36b7f328 Limit Style tab source jumping 2022-05-09 20:23:39 +12:00
G.AmbatteandTrevor Buckner 3d9704a392 Fix typo
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-05-09 19:47:04 +12:00
G.Ambatte e84f68aa15 Minor styling adjustments 2022-05-04 07:54:15 +12:00
G.Ambatte af3a403971 Add moveBrew and moveSource function calls 2022-05-03 22:33:05 +12:00
G.Ambatte 7034f1d2d5 Add sourceJump function 2022-05-03 22:32:30 +12:00
G.Ambatte a56601196d Add divider buttons 2022-05-03 17:24:58 +12:00
G.Ambatte 451f06ca74 Fix getCurrentPage 2022-05-03 17:24:37 +12:00
G.Ambatte f202e45e49 Shift to [].includes 2022-05-03 13:48:19 +12:00
G.Ambatte 010309b04f Add toTop button to SnippetBar 2022-05-03 13:36:27 +12:00
G.Ambatte f6db66b28c Add brewJump and sourceJump functions 2022-05-03 13:36:03 +12:00
G.Ambatte cde611eed5 Add ID to iFrame 2022-05-03 11:50:04 +12:00
G.Ambatte b059bf68b5 Revert change to select method 2022-04-29 10:53:03 +12:00
G.Ambatte c46c4a9320 Switch to use select method 2022-04-28 20:19:01 +12:00
G.Ambatte cffe08b785 Add fields to Mongoose query 2022-04-28 11:09:32 +12:00
G.Ambatte b2bcc9ef95 Shift to logical OR operator
(cherry picked from commit 0fb0f4b6b0)
2022-04-14 13:59:42 +12:00
G.Ambatte 0fb0f4b6b0 Shift to logical OR operator 2022-04-14 13:58:51 +12:00
G.Ambatte a73b3648ae Update editPage links to use publicUrl 2022-04-13 19:40:33 +12:00
G.Ambatte 0e25793f0a Add publicUrl to global.config & update template 2022-04-13 19:35:51 +12:00
G.Ambatte 3ad6f1d794 Switch from nullish coalescing operator to ternary operator to correct unexpected behaviour
Change meta type from website to article based on feedback
2022-04-13 17:19:45 +12:00
G.Ambatte 5f734096d6 Merge branch 'naturalcrit:master' into master 2022-04-13 15:23:37 +12:00
G.Ambatte de977b3b94 Make local login route conditional and rename 2022-04-13 14:49:16 +12:00
G.AmbatteandTrevor Buckner 3787cdf11c Update server/app.js
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-04-13 14:39:27 +12:00
G.AmbatteandTrevor Buckner 84bc3d0be2 Update server/app.js
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-04-13 14:37:11 +12:00
G.AmbatteandTrevor Buckner 6fdd415fcb Update server/app.js
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-04-13 14:37:06 +12:00
G.AmbatteandTrevor Buckner 0999125678 Update client/homebrew/navbar/account.navitem.jsx
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-04-13 14:30:49 +12:00
G.Ambatte ad8d5bd8a0 Merge branch 'master' into addLocalLogin-#269 2022-04-13 14:30:02 +12:00
G.AmbatteandTrevor Buckner 5d3fe719b3 Remove errant semicolon
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-04-13 14:26:25 +12:00
G.Ambatte 85312859d2 Change props.publicUrl fallback behavior 2022-04-13 14:15:26 +12:00
G.Ambatte f8086a098b Add publicUrl to default.json 2022-04-13 14:14:09 +12:00
G.Ambatte 811d1347ea Reduce calls to config.get 2022-04-13 12:57:04 +12:00
G.Ambatte 1bdd08f878 Shift JWT generation to app.js 2022-04-13 12:40:16 +12:00
G.Ambatte 0023e87d54 Whitespace fix 2022-04-13 12:37:50 +12:00
G.Ambatte 42878ea99d Merge branch 'master' into addMetadata-#820 2022-04-13 09:13:37 +12:00
G.Ambatte 16ae32b881 Move default URL check to app.js 2022-04-13 09:12:48 +12:00
G.AmbatteandTrevor Buckner f3ee95f9db Update client/template.js
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-04-13 08:24:33 +12:00
G.AmbatteandTrevor Buckner af950159e0 Update client/template.js
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-04-13 08:24:25 +12:00
G.AmbatteandTrevor Buckner 46eaad1226 Update client/template.js
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-04-13 08:24:19 +12:00
G.Ambatte 4600624edf Merge branch 'naturalcrit:master' into master 2022-04-13 08:20:57 +12:00
G.Ambatte 6c7eb339f4 Revert "Initial pass at redirecting / to a landing page"
This reverts commit 468ccd748d.
2022-04-02 10:11:59 +13:00
G.Ambatte 468ccd748d Initial pass at redirecting / to a landing page 2022-04-02 10:10:40 +13:00
G.Ambatte c0b2fb8ed9 Merge branch 'master' into addLocalLogin-#269 2022-03-27 17:15:41 +13:00