Skip to content

Commit

Permalink
refactor(style): tailwind migrate wip (#226)
Browse files Browse the repository at this point in the history
* chore: basic setup

* refactor: wip, theme works

* refactor: day/night -> light/dark

* refactor: light theme add DEFAULT

* refactor: add dark colors token to tailwind

* refactor: rm unneed tokens

* refactor: thread sidebar done

* refactor: wip

* refactor: wip

* refactor: wip

* refactor: wip

* refactor: PostThread done

* refactor: wip

* refactor: wip

* refactor: wip

* refactor: clean up

* chore: upgrade valtio deps

* chore: upgrade deps

* chore: wip

* chore: wip

* chore: wip

* chore: clean up

* chore: wip

* chore: wip

* chore: wip

* chore: wip

* chore: post item wip

* chore: post item wip

* chore: post item wip

* chore: post item wip

* chore: read-label to tw

* refactor: belt wip

* refactor: wip

* refactor: article state cat

* refactor: article state cat

* refactor: taglist wip

* refactor: taglist wip

* refactor: tagNote wip

* refactor: tagNote wip

* refactor: tagNote wip

* refactor: tagBar wip

* refactor: tagBar wip

* refactor: tagBar wip

* refactor: tagBar wip

* refactor: tagBar wip

* refactor: tagNote wip

* refactor: add tw typography & Markdown adjust

* refactor: clean up

* refactor: clean up

* fix: unibar sticky stil

* fix: unibar wip

* fix: unibar wip

* fix: unibar done

* refactor: tw safelist

* refactor: clean up

* refactor: clean up

* refactor: community digest wip

* chore: wip

* chore: header wip

* chore: header wip

* refactor: community digest wip

* refactor: post

* refactor: tw configs

* refactor: adjust

* refactor: tags wip

* refactor: add gradiientBar ro TagsBar

* fix: header styles

* fix: header styles

* refactor: add prefix icon to article filter

* refactor: wip

* refactor: wip

* refactor: tuning

* refactor: condition selector

* refactor: condition selector

* refactor: condition selector

* chore: header wip

* refactor: wip

* refactor: globallayout wip

* refactor: container turning

* refactor: container turning

* refactor: container turning

* refactor: community digest migration

* chore: space -> grow

* refactor: footer wip

* refactor: footer done

* refactor: wip
  • Loading branch information
mydearxym authored Aug 11, 2024
1 parent be13463 commit 185436c
Show file tree
Hide file tree
Showing 534 changed files with 5,872 additions and 11,332 deletions.
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"//--- general configs ---//": "",
"DEFAULT_THEME": "day",
"DEFAULT_THEME": "light",
"SENIOR_AMOUNT_THRESHOLD": 51.2,
"SPONSOR_AMOUNT_THRESHOLD": 3999,
"PAGE_SIZE": {
Expand Down
4 changes: 2 additions & 2 deletions config/config.prod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"//--- endpoint configs ---//": "",
"GRAPHQL_ENDPOINT": "https://api.groupher.com/graphiql",
"// GRAPHQL_ENDPOINT": "http://127.0.0.1:4001/graphiql"
"// GRAPHQL_ENDPOINT": "https://api.groupher.com/graphiql",
"GRAPHQL_ENDPOINT": "http://127.0.0.1:4001/graphiql"
}
Loading

0 comments on commit 185436c

Please sign in to comment.