GithubHelp home page GithubHelp logo

hardpixel / minelab Goto Github PK

View Code? Open in Web Editor NEW
133.0 21.0 56.0 2.24 MB

GitLab inspired Sass theme for Redmine 2.5.x using Font Awesome, with support for Redmine CRM plugins.

Home Page: http://hardpixel.github.io/minelab/

License: GNU General Public License v3.0

CSS 99.46% Ruby 0.08% Shell 0.46%
sass theme redmine font-awesome

minelab's People

Contributors

danillonunes avatar goutnet avatar jonian avatar mariogaravello avatar niremizov avatar olibia avatar pavelkestefran avatar rikytres avatar theblackhole avatar tpld avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

minelab's Issues

Side bar Hide Button is now at end...

I just noticed that the sidebar hide button now appears way down at the bottom of the page. I'm pretty sure it used to be up at the top, I see in application.css there is a reference to the hide-sidebar-button but if I change these and bounce it doesn't seem to affect anything. Since the hide sidebar button is so extremely useful, is there any chance that it could be moved back up to the top like on the heading bar or similar. It could be made much thinner to take up less room, but like I say it's so useful.

Style Problems

Can anyone tell me why some styles are incorrect?
image
image

Something is wrong.... please help!

progress_bar.gif not found

Hi,

I get this in my logs when using this theme and trying to upload a file:

ActionController::RoutingError (No route matches [GET] "/themes/hardpixel-minelab/stylesheets/images/progress_bar.gif")

not sure which progress_bar.gif you are using :/

Incorrect Layout on Issues for Redmine 3.2.0.stable

Hi!
I think the theme is beautiful, but I have found a small issue when testing it. it seems that for Redmine 3.2.0, the layout in the issues page is incorrect. Fields appear below the labels (Attached image). I assume this is because Redmine 3.2.0 work with DIV's instead of tables.

2016-01-18_11-26-35

Thank you!
-Alex

Guard does not work - cannot update theme

First of all thanks for creating this theme. I honestly think it's the best one out there in terms of a clean 'modern' look for users. I still like the html look for myself for speed, but having a SASS theme like this makes it much easier to show non-tech end users. Awesome.

Having said that I use a lot of plugins, particularly the custom menu plugin - http://www.redmine.org/plugins/custom_menu - so sometimes things don't show up on that menu, or they don't have icons under setup. So I'd like to do some simple additions. But, when I try to do bundle install per your instructions so I can then run guard, I get -

bundle install
Fetching gem metadata from https://rubygems.org/..........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
ruby_dep-1.5.0 requires ruby version >= 2.2.5, which is incompatible with the
current version, ruby 2.1.10p492

So I can't go any further. I am running a standard bitnami redmine stack on an amazon ec2 server. So no chance of updating ruby. Is there another way I can do easy updates? Like a public server or something? I'd set one up if I knew what was needed, this is just such a good theme I'd like to work on it if I could.

Redmine 3.3.0: styling glitch in issue comments

The latest version of Redmine has apparently changed the appearance of the functionality for quoting, editing and removing comments. With the Minelab theme, I'm seeing an undesirable scrollbar on some comments, because of overflow: auto on .splitcontent, div.journal, .syntaxhl .code pre.

redmine_edits

You can make the unwanted overflow scrollbar disappear if you change top: 1.6em in #main #content .contextual (line 4713 of application.css) to top: 1em, but I would look at it further to ensure the spacing and positioning of the contextual buttons is as desired.

include feature - Drag'n'drop order configuration for statuses, trackers, roles

Hello,
recently I have discovered this great theme and noticed that it is missing a great UI feature added to redmine in 3.3.0.

I have adjusted the scss files to show the sort-handle in minelab theme as well.

(Please note that this may not be the best applicable solution, because Im repeating some blocks of code especially from a { ... }, but considering that sort-handle is not a link I coudlnt find a better solution as Im quite new to scss)

added in _icons.scss
.fa-arrows-v:before { content: "\f07d"; }

in application.scss
added .sort-handle to line:
.icon, [class*="icon-"], #context-menu li a { ....

also i have added

.sort-handle {
  cursor: pointer;
  color: $link-color;
  @include transition-duration(0.3s);
  text-decoration: none;
  font-size: 1em;
  display: inline-block;
  margin-right: 0.5em;
  @extend .fa-arrows-v;

  &:hover, &:active, &:focus {
    color: $link-color-hover;
  }

  &:after {
    content: "Sort";
  }
  &:before {
    @extend .fa;

    margin-right: 0.5em;
    vertical-align: middle;
  }
}

Redmine 3.x support

Never tried whether this theme will work with redmine 3 or not, but I can imagine that there are version issues when I install this theme in redmine 3.2. Can you update this theme to support redmine 3.x?

Edit: over time I realized my minelab style problems are related to the redmine_git_hosting plugin and there is just one style issue with native redmine. Details are in my third post.

thanks
Ben

Problem with a width of issue form fields

On different Redmine instances (2.3.3, 2.4, 2.5) we have the same problem with the width of some form fields while editing issue

Other minor issue it that there is no buttons on calendar for switching months (I don't know whether it was intended..)

image 002

Overrides Do Not Work

This theme is very nice; however, custom overrides do not work.

The documents is a bit "light", but I believe I'm applying the appropriate process for overrides. The changes are not reflected.

What am I doing wrong? Does anyone have a simple example?

history show as time-line

Hello,

I want to suggest a css for the history task stand as a time-line.

.journal {padding-left: 34px;border-left: 1px solid #ccc;}
.journal h4::before {content: "";width: 13px;height: 13px;background: #ccc;display: block;border-radius: 50%;position: absolute;left: -5px;}
.journal h4 {border: 0px;padding: 0px;margin-left: -20px;}

2016-11-05_18h20_23

Forked to fix

Hi,
I really like your theme!

I forked it to fix issues I see/saw cause it seems you don't have time at the moment. When you start developing again just give me a hint and I would be happy to send you a pull request.

Cheers
Steven

Shall we release v0.3?

@jonian I think we are getting close to a working version here.

Here are a few stuff I would like to have on v0.3:

  1. All colors usage either moved to variables.less or derived from it
  2. A clean way to update a customized theme
  3. No more glitches from the main theme

At least 3. seems to be done, (as nobody seems to be reporting any more issues…).

What are your thoughts?

Double searchbar in Redmine 3.4.4

Hello,
Im using Redmine 3.4.4.stable and have the problem, that I see 2 searchbars and this make problems on mobile devices and looks bad on desktop.

Can you help me how to remove it?

redmine

Problem with completion %

Hi, i've got an issue with completion display.

When it's 0 : the progress bar is narrow
When it's 50% the progress bar is doubled
When it's 80% the progress bar has a good size
When it's 100% the progress bar is narrow again

I'm talking about the whole part and not the complete (green) part which is good
minelab-pixelhard

Someone to fix that ?

conection link

When I put this theme the user´s can´t see the link to conection in the frontpage

Running build.sh results in undefined mixin error

When running build.sh on my machine, I get the following error:

Error: Undefined mixin 'row'.
        on line 158 of sass/application.scss, in `row'
        from line 158 of sass/application.scss
  Use --trace for backtrace.

Responsive idea...

I was just playing with trying to easily allowing responsiveness. So I moved the standard responsive.css from the standard theme into the stylesheets theme for minelab, and actually it did kind of change it but not good enough to be usable. So, I'm wondering if, instead of re-inventing the wheel, and doing a lot of work on the minelab theme (which is already awesome) - could it instead simply switch to the old style default responsive theme when required? What I mean is, instead of even bothering to try to make minelab responsive, just have something in there that switches automatically to the default responsive theme when needed. You get awesome minelab on a full screen, and a pretty good old style responsive theme on a phone/tablet. Possible?

PS - BTW again I say it, minelab - the BEST THEME AVAILABLE imho.

login/register link disappear on login page

I can find the link to login and register page on the top-right of the main bar.

With the default theme it's visible but with minelab theme it's not.
See the screenshot for mode details...

schermata 2015-10-12 alle 13 02 07
schermata 2015-10-12 alle 13 02 58

Every color use must be overridable

At several places in the code, colors are hard coded.

Those need to go and be replaced by variables (in _variables.scss) to allow better overriding.

Preferably all colors are defined in _variables.scss then used as is (no operation on the color itself).

Focused Navigation Button

If I click on a Button in the Navigation bar like "Project repository" and then go away with my mouse cursor, the text and border will be white and hard to read. I think this is just a white css focus.

Edit attachment icon missing

Does anyone else see the icon/ability to edit attachment names? The option to edit file attachments is missing... Also, the icon to delete relationships is cutoff...

Code refactoring

Code is a bit messy and application._scss is simply too big.

It would be nice to have the code split amongst the usual redmine modules:

  • issues
  • wiki
  • files
  • admin
  • common

etc…

Will do something about that too.

Wiki breadcrumb wrong alignment

If you create a wiki page in Redmine 3.1, the text "wiki" on the top-left breadcrumb is aligned right. This is confusing.

images/icon_sprite.png missing

The image found at the below point in the stylesheets is missing. Looks to be a sprite sheet. Only icon I have personally noticed missing is the "X" in the close button for modals such as the Add Watcher modal

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background: url(images/icon_sprite.png) -16px 0 no-repeat !important; }

Problem with plugin redmine_my_page_queries

Hi,
Absolutely splendid theme!

Still
I got 500 internal server error on 'My page' page

Started GET "/redmine/my/page" for 10.20.3.15 at 2014-10-01 02:01:47 +0200
Processing by MyController#page as HTML
Current user: dgu (id=12)
Rendered plugins/redmine_my_page_queries/app/views/my/_query_block.html.erb (363.8ms)
Rendered plugins/redmine_my_page_queries/app/views/my/_query_block.html.erb (99.4ms)
Rendered plugins/redmine_my_page_queries/app/views/my/page.html.erb within layouts/base (482.8ms)
Completed 500 Internal Server Error in 496ms

ActionView::Template::Error (undefined method visible_by?' for #<IssueCustomField:0x007f61061f7c28>): 34: <% previous_group = group %> 35: <% end %> 36: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt i$ 37: <td class="checkbox hide-when-print"><%= check_box_tag("ids[]", issue.id, false, :id => nil) %></td> 38: <%= raw query.inline_columns.map {|column| "<td class=\"#{column.css_classes}\">#{column_content(column, issue)}</td>"}.join %> 39: </tr> 40: <% query.block_columns.each do |column| app/helpers/issues_helper.rb:29:inblock in issue_list'
app/helpers/issues_helper.rb:25:in each' app/helpers/issues_helper.rb:25:inissue_list'

Watchers row aren't dispay in the right way when zoom is applied

I have a browser zoom page of 130% and the watchers list isn't displayed in the right way. I think this happens because every watcher should be in the same html row (or similar). As show in attached
screenshot, the "delete" button go in next row when zoom is 130%

wrong
ok

Fluid version

Hi, is there an easy way to eliminate the fixed width in Minelab? Currently it looks quite ridiculous with the Agile plugin, there's a linebreak at almost every word because it's so narrow, so it'd really help to make it fluid and utilize the full width of the screen. I assume there's something to modify in application.css but it's 7k lines long so it'd help a lot if you could give me some pointers. Thanks.

Responsive

Thanks for the great plugin.
I see that you included responsive feature in to do list. I wonder if it will happen in near future or not.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.