-
Notifications
You must be signed in to change notification settings - Fork 23
UI rewamp #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lovestaco
wants to merge
54
commits into
main
Choose a base branch
from
ui-rewamp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,471
−1,092
Open
UI rewamp #120
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
77c7bdd
fix; sidebar
lovestaco 1ee1c54
Merge branch 'main' of github.com:HexmosTech/FreeDevTools
lovestaco eb1df94
create new layoting
lovestaco 69568e8
30 items
lovestaco 1f14949
fix: pagination and layout issues
lovestaco 781adca
fix; search and other pages spacing issues
lovestaco de0f06c
fix: margin
lovestaco 0a12fe6
fix: search and sidebar improve search UI completely
lovestaco 5e30915
fix: browse by categories
lovestaco 7a7ed86
Merge branch 'main' of github.com:HexmosTech/FreeDevTools into ui-rewamp
lovestaco b574320
fix:height
lovestaco dbb5c9c
fix: homepage
lovestaco c1b22a6
fix: search with number
lovestaco 8c64da3
fix: color
lovestaco 4bcd9f5
fix: spacing
lovestaco 8a8324a
fix: search
lovestaco b3abd4d
fix: opacity
lovestaco be4d306
fix: sizing glitch when active search is happening
lovestaco 6b1f140
fix: search and index with focus color, grouping
lovestaco 4acaffa
fix: ctrl k in other pages
lovestaco bb00f4b
fix: crumbs
lovestaco e89b1a3
feat: basic pro banner
lovestaco 52a1bb3
fix: homepage spacing priority
lovestaco 156de14
fix: basic pro banner
lovestaco 01e9854
fix: pro banner
lovestaco fc4f17a
fix: spacing
lovestaco fe9ca7c
fix: search close esc, counter color
lovestaco 21d1de3
show pro popup on 3,6,9,12 th visit
lovestaco 0da625a
fix: counter
lovestaco 18b236c
fix: breadcurmbs for all pages
lovestaco 395d4d9
fix: close icon and pro banner
lovestaco eb59292
fix: download count for vscode
lovestaco 7ef3ebd
fix: container padding
lovestaco ecbf05a
fix: breadcrumb and h1 order for ipm pages
lovestaco 6f89921
fix: show header for alls screens except pc
lovestaco d6d0d07
fix: rm unecessary things from header
lovestaco 783be85
fix: plan url
lovestaco e154f08
feat: hamburger for phone menu
lovestaco 91eadbc
fix: sidebar to look like header no glitch
lovestaco c41d764
Merge branch 'main' of github.com:HexmosTech/FreeDevTools into ui-rewamp
lovestaco 7dfe918
fix: header flash in desktop mode
lovestaco 7efdc9d
fix: title for bookarm
lovestaco 752887a
fix: load from right side
lovestaco 31a2be2
fix; footer and phone sidebar
lovestaco 57c98c0
fix; adbanner glitch
lovestaco eff3d1e
fix: tool card shadow
lovestaco ca0c28b
fix: bookmark icons color
lovestaco 94bb98a
fix: add close icon in phone mode for sidbear
lovestaco 8cc6c99
fix: left align bookmark
lovestaco 31267e3
fix: size of sidebar in phone
lovestaco 658a12a
fix: placeholder for phone
lovestaco 510d462
fix: search issues
lovestaco dc63785
fix: search fullscreen in phone
lovestaco 5baf897
fix: pro banner all issues in phone
lovestaco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| root = "." | ||
| testdata_dir = "testdata" | ||
| tmp_dir = "tmp" | ||
|
|
||
| [build] | ||
| args_bin = [] | ||
| bin = "./tmp/main" | ||
| cmd = "go build -o ./tmp/main ./cmd/server" | ||
| delay = 2000 | ||
| exclude_dir = ["assets", "tmp", "vendor", "testdata", "node_modules", ".git", "bin", "public", "db", "scripts", "astro_freedevtools", "frontend", "search-index", "man-pages-stuff", "docs", "md", "nginx", "fdtdb-cli"] | ||
| exclude_file = [] | ||
| exclude_regex = ["_test.go"] | ||
| exclude_unchanged = false | ||
| follow_symlink = false | ||
| full_bin = "" | ||
| include_dir = [] | ||
| include_ext = ["go"] | ||
| include_file = [] | ||
| kill_delay = "0s" | ||
| log = "build-errors.log" | ||
| poll = false | ||
| poll_interval = 0 | ||
| rerun = false | ||
| rerun_delay = 500 | ||
| send_interrupt = false | ||
| stop_on_error = false | ||
|
|
||
| [color] | ||
| app = "" | ||
| build = "yellow" | ||
| main = "magenta" | ||
| runner = "green" | ||
| watcher = "cyan" | ||
|
|
||
| [log] | ||
| main_only = false | ||
| time = false | ||
|
|
||
| [misc] | ||
| clean_on_exit = false | ||
|
|
||
| [screen] | ||
| clear_on_rebuild = false | ||
| keep_scroll = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| alwaysApply: true | ||
| --- | ||
| Always use `border-fdt-yellow-dark` for light mode and `border-yellow-700` for dark mode when applying hover or focus border colors. | ||
|
|
||
| **Colors:** | ||
| - Light mode: `border-fdt-yellow-dark` (#b6b000) | ||
| - Dark mode: `dark:border-yellow-700` () | ||
|
|
||
| Apply this consistently across all search inputs, buttons, and interactive elements. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.