Jump to content

Adam Bro

Members
  • Posts

    12
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

1,018 profile views

Adam Bro's Achievements

  1. Sounds good either way :^) And sidenote, holy crap - I was not expecting the noticeable improvement in quality from 2.0.1 to 2.1.0. Stuff like when you open the UI for the cards especially looks noticeably better. This is some quality stuff ;^)
  2. Check my edit, might not be the most ideal fix but I've put in a CSS workaround that seems to do the trick: #elStratagemColumns { user-select: none; }
  3. I'm fairly sure I've got a higher attention to detail because I've basically been told the same thing by friends of mine - not noticing it until I've pointed it out. Also, another minor issue that I'm not sure if you're aware of (I've confirmed this isn't a browser issue), or if you can even fix - is that dragging cards/columns around will also select text along the way. Not a big deal really - but so far that appears to be the only remaining issue. EDIT: never mind - found out I can just use a CSS tweak to fix it , leaving it below if anyone's interested: #elStratagemColumns { user-select: none; }
  4. It's an old version of Chrome - the last version to include an option to revert to the non-material design. I cannot stand the new material UI and it's only gotten worse over time imo. I've stuck with it because save for like two websites that I barely use, it works flawlessly. 🙏
  5. Sweet, appreciate it. And no i just have attachment issues EDIT: Can confirm that the beta build fixed it (and the colors too) - thanks a ton!
  6. Please do - that'd be incredibly helpful. Even if there's other bugs, this bug in particular makes the whole thing unusable for me lmao And yeah it's a fairly old browser - one that realistically shouldn't be used in 2020 but hey. Either way I appreciate it!
  7. @CodingJungle Didn't fix anything with the duplicating cards. A couple other details that I should've mentioned is that: The cards that duplicate don't show on the board immediately - they only appear near when page loading has finished, and then afterwards begin duplicating a number of times There are other columns with less cards and they don't have the issue at all EDIT: It actually appears to happen with any column that has more than 2 cards. Also this is sort of unrelated, but there appears to be a slight JS issue that breaks older browser compatibility in front_front_projects.js (if you want me to remove the JS code just lemme know and I will): } else { let html = '<div id="formWarning"><span class="ipsType_warning">Credentials are invalid!</span></div>'; secret.parents('li').addClass('ipsFieldRow_error'); secret.after(html); } }, complete: function(data) {}, }, ); //<<<<<<<<< LINE 1311 when run through unminify.com - Removing the "," fixes it }, }); if (data.hasOwnProperty('locGroup')) { ips.stratagem.main.emit('updateTeams', data); } }, complete: function() {} }); }, cancel: function(e) {}, }, }); }, ); //<<<<<<<<<<< LINE 1394 when run through unminify.com - Removing the "," once again fixes it }, formSubmit = function() { I know it's pretty low on the priority list - but it'd be really great if you fixed this in a future update so I don't have to keep editing files manually
  8. Hey, just purchased Stratagem and it looks really nice - however, I'm currently having a pretty awful issue where cards will be displayed on the page multiple times. They all open the same card ID so it doesn't seem like it's being duplicated in the database, but they're all placed onto the page a number of times. The issue can be seen in this screenshot:
×
×
  • Create New...