Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2020-12-12
23:43
add in the docker-build script that'll build and push the bones image Leaf check-in: 52064275e6 user: joshashby tags: docker-adjust
23:25
doc not docs check-in: de2db8a0da user: joshashby tags: docker-adjust
2020-12-08
23:43
small change to not strip the flash classes too check-in: 6a73bab3e3 user: joshashby tags: docker-adjust
05:34
add in a docker ignore and see if it can help simplify the dockerfile to not have so many layers check-in: 411f26c96b user: joshashby tags: docker-adjust
01:47
add forme sidebyside config to docker build Leaf check-in: 59b4c5cd4e user: joshashby tags: trunk
01:37
minify the css again check-in: 40a7bf7456 user: joshashby tags: trunk
00:33
merge in mobile nav branch for buttery good ui improvements check-in: a032fe1277 user: joshashby tags: trunk
00:30
convert rodauth forms to forme templates to make it all uniform Closed-Leaf check-in: 114c565d8e user: joshashby tags: mobile-nav
2020-12-07
06:50
small cleanup of forme::erbse and the sidebyside transforms check-in: 20db6afb83 user: joshashby tags: mobile-nav
2020-12-03
22:39
make flashes a little more friendly and easier on mobile too check-in: 89e808aff6 user: joshashby tags: mobile-nav
18:45
add in delete feature tests (not really part of mobile design but i was thinking about them just now) check-in: 9f81d3527f user: joshashby tags: mobile-nav
04:38
additional mobile nav adjustments check-in: b4c4f2c288 user: joshashby tags: mobile-nav
02:50
ensure svg attributes are added from the helper check-in: 571ef4b6c6 user: joshashby tags: mobile-nav
00:14
small styling updates and mobile adjustments check-in: d7fd0d1659 user: joshashby tags: mobile-nav
2020-12-02
20:11
merge forme-cleanup in which makes forme and the forms a little nicer need to update the styling for the various rodauth forms still though so they all match as well check-in: f91d89b402 user: joshashby tags: trunk
20:10
rubocop the things Closed-Leaf check-in: 6c7446526f user: joshashby tags: forme-cleanup
20:07
forgot to add this file to the last commit check-in: 8b20a24e34 user: joshashby tags: forme-cleanup
20:04
small style updates check-in: 77486d94e1 user: joshashby tags: forme-cleanup
2020-11-30
22:50
get inputs nesting working with erbse too check-in: efff492c36 user: joshashby tags: forme-cleanup
2020-11-26
04:53
make clone forme use the sidebyside config needs some more adjustments still, also fixes a bug in the sidebyside wrapper transformer check-in: 91cedf7c69 user: joshashby tags: forme-cleanup
04:37
make sure the other formes are rendered now too need to adjust the others to appropriately style them all check-in: 201cd9cfa9 user: joshashby tags: forme-cleanup
03:37
potentially figure out how to get erbse and forme playing nicely with a hack have to pass in the result of the block from erbse, which is a string, into forme as a child that's marked as raw. most likely not ideal but it works so far check-in: bc3827a864 user: joshashby tags: forme-cleanup
2020-11-25
06:49
start on trying to cleanup the forme transformers to something a little better and ditching whats in formi pulled in some tailwind-ui sidebyside form looks to give it a whirl and as a test bed for figuring out the best way to make these transformers. check-in: 9f9a6c973f user: joshashby tags: forme-cleanup
05:12
Create new branch named "forme-cleanup" check-in: 4af9a79c58 user: joshashby tags: forme-cleanup
00:04
merge in try-out-cells branch now that it's functional check-in: 83f99c7f24 user: joshashby tags: trunk
00:00
ensure some styles make it in because of conditional magic Closed-Leaf check-in: a976f77002 user: joshashby tags: try-out-cells
2020-11-24
23:42
small clean up and get ready to merge in a functional version of this to trunk check-in: e77ec4a556 user: joshashby tags: try-out-cells
23:15
lots of undoing css abeming; move to erbse for all templates and figure out how to get forme to like it check-in: 8e63a608ef user: joshashby tags: try-out-cells
19:11
start moving to components with pure tailwind classes and away from the css class mess transition footer to a partial and move some sidebar items to cells, still working on this bit and figuring out some better design around the sidebar styling setup check-in: 10052ae215 user: joshashby tags: try-out-cells
2020-11-22
23:18
rubocop corrections check-in: 73942bfcd6 user: joshashby tags: try-out-cells
23:15
small bit of cleanup around the info card for new/updated repositories check-in: f6f657b707 user: joshashby tags: try-out-cells
19:49
experiement with a 'slots' like deal for sub-cells not sure if i like this approach as it's a little over the top for the hero split maybe, but it does allow me to have some better centralized control over the common title and subtitle elements of a hero split while allowing me to still have custom content via a block too check-in: d67d1b5167 user: joshashby tags: try-out-cells
05:52
make a hero split and a repository info cell which shows the url, username and password on new or updated repos the hero split could use something like 'slots' from view::components so that might be something I look into adding or replicating in a cells like approach check-in: 344aa643b6 user: joshashby tags: try-out-cells
03:56
abstract the card out from _repository_card and get ready for more componentized views with cells check-in: bf47a128e6 user: joshashby tags: try-out-cells
2020-11-21
16:09
add some actual cells which were missing from the last commit this breaks flashes into a flash list cell and a flash message cell which nicely encapsulates the flash specific logic away from the templates and avoids putting them in a global scope check-in: 8b6ac489d1 user: joshashby tags: try-out-cells
00:13
pull in trailblazer cells and start to give it a try I'm hitting some friction and generally don't like the Context/Scope/Part and other mess of dry-views and am looking for something more along the lines of view::components, which cells seems to promise better. we'll see how it goes. So far it seems like it'll be nicer and overall less complicated (certainly easier to dig through the code and find things, compared to the mess of dry-view check-in: 05d811dc4c user: joshashby tags: try-out-cells
2020-11-19
23:22
update to tailwindcss v2 Closed-Leaf check-in: b5b2a0e13d user: joshashby tags: trunk, main
05:54
move common head from layouts into a partial for everything makes adding or adjusting JS/CSS a little easier check-in: c176d2f31a user: joshashby tags: trunk, main
2020-11-07
02:52
pull in some more changes from the view updates while i work on more refreshes to the repository list view check-in: e72b0c656b user: joshashby tags: trunk, main
2020-11-06
06:27
initial pass at reworking the sidebar a bit to be slightly mobile friendly. need to make the toggle button be nicer and part of a smaller navbar need to ensure other views including the login are mobile friendly later but this works Closed-Leaf check-in: 8f07d0f95b user: joshashby tags: expanded-repo-view
2020-11-05
18:19
pull in some view helpers from pdnrf for svgs as well as rename views -> templates since that's really want they are also use https://realfavicongenerator.net/ to make a better favicon than the hacker logo check-in: 4b96cb8319 user: joshashby tags: expanded-repo-view
06:41
pull in repository list view changes to trunk check-in: c09804284c user: joshashby tags: trunk, main
01:03
for lack of a better spot, move the repo class query helper and decorator into app/models thinking of moving to dry-view which would help the decorator fit into parts, still unsure where i could put the query helper deal though check-in: 475b21e420 user: joshashby tags: expanded-repo-view
2020-11-04
23:50
going to move to rscss i think from ABEM but also get the repo list looking nice check-in: c29174962f user: joshashby tags: expanded-repo-view
2020-10-28
00:15
make a "repository" for the repos which handles merging the DB and Fossil data for display I don't really know where to put this class or how to handle this when it comes time to display a homogenous set of user repos and such. Also thinking that this could be cached in the DB rather than polled from the repos at render time, and updated every once in a while as I doubt the data is going to really change that much check-in: ac0e95093c user: joshashby tags: expanded-repo-view
2020-10-26
22:42
start on trying out some expanded information on the repository view pulls the project name, description and project code. I need a way to better handle setting this information from 20+ repos at a time which I suspect is going to be most of this branches work check-in: d3de7aab48 user: joshashby tags: expanded-repo-view
22:34
break up spec helper into support a tiny bit check-in: b22c198077 user: joshashby tags: trunk, main
18:11
rubocop the specs and make a few adjustments to the config to fit check-in: 85fb8dfcb4 user: joshashby tags: trunk, main
18:03
setup capybara/rack-test and rspec for feature specs, start on one for creating repos check-in: 6ca92c06d2 user: joshashby tags: trunk, main
18:02
adjust database connection to pull from the config file for easier per environment settings check-in: 5b166f8659 user: joshashby tags: trunk, main