GithubHelp home page GithubHelp logo

colinlienard / githundred Goto Github PK

View Code? Open in Web Editor NEW
50.0 1.0 4.0 1.26 MB

⭐️ Top 100 most starred GitHub repositories

Home Page: https://githundred.vercel.app

License: MIT License

Vue 77.75% TypeScript 16.98% JavaScript 1.81% CSS 3.47%
github nuxt repositories star top100 vue

githundred's Introduction

GitHundred

A list of the top 100 most starred GitHub repositories, updated daily.

Screenshot

Made with

  • Nuxt with ISR
  • Vue and TypeScript
  • TailwindCSS

License

MIT © Colin Lienard

githundred's People

Contributors

aryanbaburajan avatar barelyhuman avatar colinlienard 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

Watchers

 avatar

githundred's Issues

Unable to click on repository links on iOS 17 and MacOS Safari 17.4.1

I first browsed the site on my iPhone and thought there weren't any links. Then, I proceeded to open the same site on my macbook from Safari. When I looked at this repo's code I finally noticed there was already a link. So, I tried opening the site in a Chromium browser and it works as expected.

The anchor tag exists even in Safari so I'm not sure why the element is not recognised as a link and is not clickable. but something's wrong with Safari's CSS so the table head is blocking the interaction with the anchor tag.

In the image below, I'm hovering over the table body row with the dev tool inspector but it selects the table head instead.
CleanShot 2024-05-23 at 11  44 33@2x

EDIT: The issue seems to stem from these two absolute positioned content blocking the link interaction

:class="`sticky top-0 z-10 table-header-group border-solid after:absolute after:inset-0 after:border-b after:border-slate-300 after:transition-shadow after:content-[''] ${hasScrolled && 'after:shadow-[0_1rem_1rem_-1.5rem_#94a3b8]'}`"

githundred/pages/index.vue

Lines 145 to 152 in 92abe5e

<div
class="absolute h-10 w-full bg-white transition-all"
:style="{
height: `${hoverEffect.height}px`,
top: `${hoverEffect.top}px`,
opacity: hoverEffect.opacity,
}"
/>

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.