Code Monkey home page Code Monkey logo

console's Issues

Remove config call to Internal API

We are not supporting the static release and the internal API anymore. We only want to read config values via Environment Variables.

  • Delete internal api from the store. src/store.ts

  • Delete internal api src/api/internalApi.ts

  • Refactor the action to read env variables from the runtime values window.__env__

  • Create a reducer function to set configs.

Responsive Navigation

Problem

We want to refactor the navigation component, the current implementation was made to receive props but We'd prefer to use native CSS media queries rather than javascript screen listeners.

Acceptance Criteria

  • Navigation should be responsive
  • Adjust the version because is tied to the desktop version
  • Use CSS media queries with styled-media-query
  • Mobile first

Implementation Example

Use theme/media/index.ts in the style component

export const StyledComponent = styled.div`
  // mobile styles
  width: 614px;


  ${media.greaterThan('md')`
    // desktop styles
    width: 790px;
  `};
`;

Result

< 1028px

Screenshot 2023-03-14 at 9 31 36 AM

> 1028px

Screenshot 2023-03-14 at 9 38 03 AM

Some links for Kubefirst 1.10.3 aren't working for local

  • Argo CD Url should be http://localhost:8080/applications/argo
  • Argo Workflows Url should be http://localhost:8080/applications/argo-cwft-components
  • Argo Workflos Doc link should be https://docs.kubefirst.io/tooling/argo.html.

These URL updates should only apply to the local scenario.

fix: rename local to k3d

  • We need to rename local code related to k3d so it keeps consistent with the CLI
  • Note: still need to confirm if we also want to update the content like titles and descriptions

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.