#hypothes.is

/

      • realz joined the channel
      • tarrow joined the channel
      • mxork has quit
      • _6a68 has quit
      • _6a68 joined the channel
      • edsu joined the channel
      • hslack
        <steelwagstaff> Not sure who to direct this to, but I had a new instructional user note that the icons listed on the ‘Getting Started’ page (https://hypothes.is/welcome/ea4962689ab1228b) for Notes/Highlights aren’t the same as appear for them when they create annotations.
      • <steelwagstaff>
      • <robertknight> Thanks for the reminder. Indeed our getting started resources haven’t been updated in a long time.
      • <steelwagstaff> If this is a public page in a github repo, I’m happy to help form a PR with the updated icons
      • <katelyn> I am fairly certain this lives in one of our public repos but I can’t find it for the life of me. I’ve made a note to look for it when I have more time to dig around
      • <katelyn> ah yes, looks like line 57 is where that icon is
      • <steelwagstaff> ok, i’ll see what I can do this afternoon
      • <chinmayghag08> I am unable to create an admin after setting up h repository
      • <chinmayghag08> it would be of great help if someone could point me out what exactly should be done
      • <chinmayghag08> @robertknight
      • Guest15060 has quit
      • <steelwagstaff> So @katelyn and @robertknight I think I have what would be a fix, but don’t know where to put it (can’t find a way to edit icomoon.css).
      • <steelwagstaff> Here’s what I think should fix the help page: 1. in icomoon.css add these changes `.h-icon-border-color:before { content: “\e904”; } .h-icon-insert-comment:before { content: “\e903"; } ` If desired, you could also change the following in `help-page.scss` .help-icon { color: rgba(63,63,63,1); }
      • <steelwagstaff> nevermind, just found icomoon — will make edits and submit a PR for review
      • <steelwagstaff> PR submitted: https://github.com/hypothesis/h/pull/5190
      • <robertknight> icomoon is auto-generated. The modern way to render icons on the h site is using the “svg” template helper. Have a look at eg. the navbar or footer templates for examples.
      • <robertknight> icomoon is a font icon, dating back to when that was considered the best way to render scalable icons in the browser.
      • <chinmayghag08> The documentation has only mention about running this command "hypothesis user admin <username>" but no mention about where to run and how to run it
      • <chinmayghag08> Can someone help me with it
      • <steelwagstaff> whoops--just seeing this now, Robert. I think cg was asking about something else. I submitted a PR to icomoon which may be less effective …
      • <robertknight> It is in the “bin” directory in the root of the h directory. `./bin/hypothesis ...`
      • <chinmayghag08> So just directly from the command line I should be fire this command?
      • ageis joined the channel
      • <robertknight> Yes