asHOH activity https://gitlab.com/asHOH 2026-03-09T12:40:13Z tag:gitlab.com,2026-03-09:5182399834 asHOH joined project Lin Jen-Shin / battle-cats-rolls 2026-03-09T12:40:13Z asHOH asHOH tag:gitlab.com,2026-03-08:5179008130 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-03-08T08:16:11Z asHOH asHOH

I assume it is now correct. Please check it :)

tag:gitlab.com,2026-03-08:5179006719 asHOH pushed to project branch master at asHOH / battle-cats-rolls 2026-03-08T08:13:53Z asHOH asHOH

asHOH (45a8b183) at 08 Mar 08:13

docs: clarify owned note as "original" than "rarity"

... and 16 more commits

tag:gitlab.com,2026-03-02:5157724208 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-03-02T13:58:35Z asHOH asHOH

I attempted a fix, but I'm not sure whether it works since I cannot test it locally. Could you send a screenshot if it is still problematic?

tag:gitlab.com,2026-03-02:5157700467 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-03-02T13:53:22Z asHOH asHOH

Done. Now it is clean.

tag:gitlab.com,2026-03-02:5157692942 asHOH pushed to project branch master at asHOH / battle-cats-rolls 2026-03-02T13:51:40Z asHOH asHOH

asHOH (09762994) at 02 Mar 13:51

docs: clarify owned note as "original" than "rarity"

... and 3 more commits

tag:gitlab.com,2026-03-02:5157565383 asHOH pushed to project branch master at asHOH / battle-cats-rolls 2026-03-02T13:21:21Z asHOH asHOH

asHOH (5d2a6ce4) at 02 Mar 13:21

docs: clarify owned note as "original" than "rarity"

... and 6 more commits

tag:gitlab.com,2026-03-02:5157520195 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-03-02T13:10:36Z asHOH asHOH

So it should be a pure darkening effect?

Sadly it's a real compatibility problem - no previous cells are darkened on Edge. Neither on Chrome. (on the production website) I'll try to address it later.

tag:gitlab.com,2026-03-02:5157461736 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-03-02T12:56:59Z asHOH asHOH

Got it.

tag:gitlab.com,2026-03-02:5157459721 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-03-02T12:56:29Z asHOH asHOH

image

I didn't mean to modify them, but Edge seems to be dropping this tilted striped pattern so I'm not even aware of it when testing. Sorry for that. What does it look like originally? Let me know and I'll fix it later.

tag:gitlab.com,2026-03-02:5157397170 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-03-02T12:40:46Z asHOH asHOH

No idea. To be honest I have no experience on tackling compatibility issues. I'll look into this later this week.

tag:gitlab.com,2026-03-02:5157374534 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-03-02T12:35:27Z asHOH asHOH

Oops, I only tested it on Edge (Windows).

Perhaps flushing cache or hard-refresh will solve this issue? (I assume Ctrl+F5) Otherwise I have no idea. Looking at the screenshot, there is also a color mismatch problem that I would not expect. I'll probably work on it later (perhaps this weekend).

tag:gitlab.com,2026-03-02:5157300439 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-03-02T12:17:46Z asHOH asHOH

FYI --owned-bg is currently only set/used inside the inline rules in layout.erb, and is effectively redundant since the overlay comes from tacit.css. Happy to drop it, or leave it as a hook if we ever need to reuse the base gradients elsewhere.

No need to worry about compatibility. It's well supported.

tag:gitlab.com,2026-02-28:5153046546 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-02-28T09:16:53Z asHOH asHOH

Addressed all review comments. I split the fixes into separate commits.

Tests pass locally (bundle exec rake test: 97 tests, 176 assertions, 0 failures, 0 errors, 0 skips).

tag:gitlab.com,2026-02-28:5153035714 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-02-28T09:06:10Z asHOH asHOH

Sure! That's much clearer.

tag:gitlab.com,2026-02-28:5153028466 asHOH pushed to project branch master at asHOH / battle-cats-rolls 2026-02-28T08:57:45Z asHOH asHOH

asHOH (d90a1fe8) at 28 Feb 08:57

docs: clarify owned note as "original" than "rarity"

... and 4 more commits

tag:gitlab.com,2026-02-28:5153022797 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-02-28T08:52:09Z asHOH asHOH

Thanks for flagging it. I rarely use the highlight tool so I didn't notice this conflict. Sorry for that.

I think the issue was layering: the owned 10–90% gradients defined later in layout.erb replace the .picked background from tacit.css, so the highlight vanished on owned cells.

I fixed it by changing .picked and .picked_consecutively to draw the dark tint as a ::after pseudo-element on a relatively positioned cell (position: relative; isolation: isolate;). A pseudo-element is rendered above the element’s background layers, so it always sits on top of the rarity/owned gradients.

Now it should work well.

tag:gitlab.com,2026-02-28:5153014602 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-02-28T08:41:45Z asHOH asHOH

I’m new to Ruby, so pls correct me if I’m off, but I switched to [cursor, rarity, *ownership, *picked].join(' ') as suggested. It looks clearer.

tag:gitlab.com,2026-02-28:5152783005 asHOH commented on merge request !53 at Lin Jen-Shin / battle-cats-rolls 2026-02-28T04:53:50Z asHOH asHOH

Got it. Working on it.

tag:gitlab.com,2026-02-28:5152782658 asHOH pushed to project branch master at asHOH / battle-cats-rolls 2026-02-28T04:53:19Z asHOH asHOH

asHOH (7e8a3b89) at 28 Feb 04:53

feat: additionally display rarity for owned cats

... and 2 more commits