Git Product home page Git Product logo

lovelive.cz's People

Contributors

dalibor-osu avatar dependabot[bot] avatar neightn avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

lovelive.cz's Issues

Some JPEG files can't be uploaded

Backed refuses some JPEG files. The issue here is in wrong file check that can be easily fixed by replacing header bytes in Jpeg to just FF D8 FF

URL

URL links are not links in posts, just normal text ๐Ÿ˜ญ

Replace Mande with AXIOS

  • Replace Mande with axios since we want a more complex API calls
  • Create a unified way for api calls
    • This includes unified error handeling

User profile

Create a design for simple user profile. Backend and frontend functionality should be already implemented (in a very simple style).

Posty muzou vypadat o neco cisteji

Kdyz se renderuji posty na posts page tak je tam celkem zbytecne pouzivat classu mt-10 u kazdeho <li>. Flex ma celkem fajn vlastnost a je to gap: 0; V tailwind staci aby parent coz tady je ul mel class="flex flex-col justify-center items-center gap-10" a <li> nemusi mit classu zadnou.

Jeste lepsi by bylo uplne nepouzivat ul>li ale div>div. <li> se musi zvlast stylovat protoze uz ma samo od sebe nejakou stylizaci. <div> nic takoveho nema, takze staci

<div class="flex flex-col justify-center items-center gap-10">
<div class="post-container"> ... </div>
<div class="post-container"> ... </div>
<div class="post-container"> ... </div>
<div class="post-container"> ... </div>
<div class="post-container"> ... </div>
</div>

Neni potreba to mit div.post__container>ul.post-list>li.mt-10>div.post__card staci to mit div.post__container>div.post__card

Misto : https://i.imgur.com/1NelCwX.png

By byl kod co vypada takto: https://i.imgur.com/0M34EQU.png

Tady je jeste trochu cleaner porovnani rozdilu: https://i.imgur.com/nhzLUUk.png

Idk jak to tam je pri fetchovani z DB, ale pokud potrebujes fetchovat i s tim <ul class="post-list> stacilo by to nahradit tim <div class="post__container ..."> jestli to nejde pres div a musis pouzivat ul tak budiz no.

User settings

Overview

Create a simple way for users to set some basic settings.

Breakdown

  1. Create API for:
  • Updating profile picture
  • Updating bio
  1. Create frontend for actions specified above

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.