10000 Release 1.2.0 by royanger · Pull Request #251 · Melkeydev/astrostation · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release 1.2.0 #251

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

Merged
merged 84 commits into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
8e72c9b
feat: add username to contrib file
creativenull Mar 14, 2023
8e6f544
Merge branch 'staging' into feat-contrib
royanger Mar 15, 2023
fa9ad75
Merge pull request #232 from creativenull/feat-contrib
royanger Mar 15, 2023
f7a513c
favicon size to meet guidelines for serp display
emalinegayhart Mar 15, 2023
ea83544
revised meta data
emalinegayhart Mar 15, 2023
2e02068
144x144 favicon for serp
emalinegayhart Mar 16, 2023
dd72e8f
adding melkey
Melkeydev Mar 16, 2023
a2e2db2
Merge branch 'staging' into updating-contributor-guide
Melkeydev Mar 16, 2023
930490d
Merge pull request #234 from MelkeyOSS/updating-contributor-guide
royanger Mar 16, 2023
32527ee
Add Major to contributors list
mastermajorman Mar 16, 2023
354e81c
Merge pull request #235 from MelkeyOSS/updating-contributor-guide
royanger Mar 16, 2023
99950b9
Merge pull request #233 from emalineg/main
Melkeydev Mar 20, 2023
2291101
test
emalinegayhart Mar 20, 2023
cdcad54
first draft seo copy
emalinegayhart Mar 20, 2023
ede2296
text-color
emalinegayhart Mar 20, 2023
c262d23
emalinegayhart Mar 20, 2023
89b1ab5
mr
emalinegayhart Mar 20, 2023
d73398b
footer
emalinegayhart Mar 20, 2023
b74b349
aa
emalinegayhart Mar 20, 2023
8055302
basic toggle functionality
emalinegayhart Mar 21, 2023
15c5909
fixed footer, still spacing at end
emalinegayhart Mar 21, 2023
8650e39
fixed tag formatting
emalinegayhart Mar 21, 2023
f33a455
ternary function for overflow
emalinegayhart Mar 22, 2023
eb6a223
rip scrollsnap
emalinegayhart Mar 22, 2023
08e5c5d
removed unused variable
emalinegayhart Mar 22, 2023
35fd14b
uhh
rondDev Mar 22, 2023
99a299c
Merge branch 'main' of https://github.com/emalineg/astrostation
rondDev Mar 22, 2023
bda287b
Merge pull request #1 from rondDev/main
emalinegayhart Mar 22, 2023
ce33bd6
toggle opacity info button
emalinegayhart Mar 22, 2023
86a4a38
Moved <SeoToggle> to <InfoSection>
emalinegayhart Mar 22, 2023
68afd76
added tutorial for <infosection>
emalinegayhart Mar 22, 2023
5308c72
TYPESAFE REACT REFS FOR SCROLLING
emalinegayhart Mar 22, 2023
8725e7b
scrollbar-hide
emalinegayhart Mar 22, 2023
4c0a848
Footer styling
emalinegayhart Mar 22, 2023
70d482b
Setting Button Toggle Info Visibility
emalinegayhart Mar 22, 2023
56d9443
reverted architecture for consistency
emalinegayhart Mar 22, 2023
d54bbae
changed name of file
emalinegayhart Mar 22, 2023
cc562e2
updated padding for consistency
emalinegayhart Mar 22, 2023
3ba0010
set up for license and privacy pages
emalinegayhart Mar 22, 2023
693086c
set up for privacy and license pages
emalinegayhart Mar 22, 2023
e9f763a
a word
emalinegayhart Mar 22, 2023
70d8221
2 words
emalinegayhart Mar 22, 2023
b9aed0a
added padding to fix overlapping - mobile
emalinegayhart Mar 22, 2023
ae462a4
added tooltip to end on astrostation
emalinegayhart Mar 22, 2023
0c8d90b
adjusted padding to avoid component overlap
emalinegayhart Mar 23, 2023
a256a51
Changed <seotoggle> CTA to be more explicit
emalinegayhart Mar 23, 2023
9ab8d2b
Store.ts: Place new tasks at the front of the task list
justnat3 Mar 7, 2023
3461dca
Tasks: Changed margin to improve spacing around tasks, and task modal
justnat3 Mar 7, 2023
f9e2f87
Tasks: danger variant, change Cancel/Okay in Settings
justnat3 Mar 7, 2023
173231a
tasks: handle new contextmenu state
justnat3 Mar 25, 2023
1a92af3
task: early context menu behavior & styling
justnat3 Mar 25, 2023
5e6bf9f
task: the last commits solution did not turn out
justnat3 Mar 25, 2023
c901c0c
task: canceldrag on rename field, remove delete option from settings.
justnat3 Mar 25, 2023
5f5753a
contributors: add pizza, and justnat3
justnat3 Mar 25, 2023
b4e42b9
Merge branch 'staging' into new-tasks-patch
justnat3 Mar 25, 2023
b310ab0
Merge pull request #240 from emalineg/main
royanger Mar 26, 2023
bb86464
tasks: workaround double context menu
justnat3 Mar 25, 2023
c9b6320
task, tasks, settings: Resolve Requested Changes
justnat3 Mar 26, 2023
f3443c8
task, task-settings: add onClickOff, add padding to settings buttons
justnat3 Mar 28, 2023
e9ab3ad
task: Dont close ContextMenu on MouseLeave
justnat3 Mar 28, 2023
a711af7
task: remove on-mouse-leave for ContextMenu
justnat3 Mar 28, 2023
f5e803e
task: UX cursor pointer on ContextMenu elements
justnat3 Mar 28, 2023
433cc5c
task: Close ContextMenu after clicking an option. Add help text.
justnat3 Mar 28, 2023
fabf209
task: add note for highlighting text on double click(selecting a task)
justnat3 Mar 28, 2023
f00e371
task: Mark not completed when tracking when task is "completed"
justnat3 Mar 28, 2023
748c884
task: change completeTask to setCompleted
justnat3 Mar 28, 2023
8393ea1
task: bugfix task tracking
justnat3 Mar 28, 2023
51065bd
task: remove br-br
justnat3 Mar 28, 2023
a80d194
added color selector to sticky note componenets
herropaul Mar 19, 2023
329cdeb
updated design pattern using interfaces and stores to keep track of c…
herropaul Mar 28, 2023
2bf0eff
updated editeNote to take in dynamic props - shoutout melkey
herropaul Mar 28, 2023
6d4cf63
Merge pull request #236 from herropaul/issue-197/multicolored-sticky-…
Melkeydev Mar 28, 2023
3965b3d
Merge branch 'staging' into new-tasks-patch
Melkeydev Mar 28, 2023
8527311
Merge pull request #242 from justnat3/new-tasks-patch
Melkeydev Mar 28, 2023
72150cd
Added github button
madeleine-patience Mar 21, 2023
bede7ff
Removed wording and updated contributers list
madeleine-patience Mar 22, 2023
5199a43
Updated bottom buttons and css variant
madeleine-patience Mar 23, 2023
deab064
Changed size of GH logo
madeleine-patience Mar 24, 2023
c50db8c
Changed navigate function to anchor tag + re-added space to crypto btn.
madeleine-patience Mar 27, 2023
cc997e7
Merge pull request #239 from madeleine-patience/main
royanger Mar 28, 2023
d18b21f
Run format
Hacksore Mar 28, 2023
949ce6d
Merge pull request #250 from Hacksore/chore/format
royanger Mar 28, 2023
93ec5c6
Nice format and add contributors
Hacksore Mar 28, 2023
d6b91fd
Merge pull request #252 from Hacksore/staging
royanger Mar 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ name: Continuous Integration

# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main
- staging
pull_request:
push:
branches:
- main
- staging

jobs:
prettier:
runs-on: ubuntu-latest
prettier:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}

- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}
11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"useTabs": false,
"printWidth": 120,
"singleQuote": false,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"arrowParens": "avoid"
}
4 changes: 2 additions & 2 deletions CLA.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ You accept and agree to the following terms and conditions for Your present and

1. Definitions.

"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with Astrostation. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with Astrostation. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.

"Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to Astrostation for inclusion in, or documentation of, any of the products owned or managed by Astrostation (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to Astrostation or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, Astrostation for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."
"Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to Astrostation for inclusion in, or documentation of, any of the products owned or managed by Astrostation (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to Astrostation or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, Astrostation for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."

2. Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to Astrostation and to recipients of software distributed by Astrostation a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works.

Expand Down
30 changes: 15 additions & 15 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community include:

- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
- Focusing on what is best not just for us as individuals, but for the overall
community
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
- Focusing on what is best not just for us as individuals, but for the overall
community

Examples of unacceptable behavior include:

- The use of sexualized language or imagery, and sexual attention or advances
of any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others’ private information, such as a physical or email address,
without their explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting
- The use of sexualized language or imagery, and sexual attention or advances
of any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others’ private information, such as a physical or email address,
without their explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities

Expand Down
Binary file added assets/images/index/favicon144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions contributors.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
- royanger
- nchudleigh
- creativenull
- emalineg
- Samathingamajig
- eraychumak
- justnat3
- pizzaintheoven
- hacksore
- herropaul
- madeleine-patience
- mastermajorman
- melkeydev
- nchudleigh
- royanger
- Samathingamajig
149 changes: 73 additions & 76 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,80 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="/assets/images/index/favicon16x16.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Astrostation - Aesthetic Online Pomodoro Timer for Improved Productivity</title>
<meta
name="description"
content="A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile browsers. Manage your time effectively and focus on studying, writing, or coding tasks. Try it now and experience improved productivity."
/>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/images/index/favicon144x144.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Astrostation - Aesthetic Online Pomodoro Timer for Improved Productivity</title>
<meta
name="description"
content="A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile browsers. Manage your time effectively and focus on studying, writing, or coding tasks. Try it now and experience improved productivity."
/>
<meta name="“robots”" content="index," follow” />

<meta name= “robots” content=index, follow”>


<!--Schema.org markup for Google-->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Astrostation",
"operatingSystem": "Windows","MacOS","Linux","Android","iOS",
"applicationCategory": "Productivity",
"applicationSubCategory": "Pomodoro Timer",
"features": "Pomodoro Timer","Lofi Music Station","Aesthetic Backgrounds","Spotify Integration", "Twitch Integration", "Sticky Note Widget", "Customization Settings"
"releaseNotes": " - Added Spotify Integration - Added Twitch Integration - Added Sticky Note Widget - Added Customization Settings - Added Lofi Music Station - Added Aesthetic Backgrounds - Added Pomodoro Timer - Now Open Source",
"screenshot": "https://cdn.discordapp.com/attachments/1025869984309719133/1082826273438580796/sdfsdffsf.png",
"abstract": "A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile browsers. Manage your time effectively and focus on studying, writing, or coding tasks. Try it now and experience improved productivity.",
"audience": {
"@type": "Audience",
"audienceType": "End Users"
},
"creator": {
"@type": "Individual",
"name": "MelkeyDev",
"url": "https://twitter.com/MelkeyDev"
},
"contributor": {
"@type": "Organization",
"name": "MelkeyOSS",
"url": "https://github.com/MelkeyOSS/astrostation/blob/main/contributors.yml",
"dateCreated": "2022-09-20",
},
"headline": "Aesthetic Online Pomodoro Timer for Improved Productivity",
"inLanguage": "en",
"isAccessibleForFree": true,
"isFamilyFriendly": true,
"keywords": "pomodoro timer","aesthetic pomodoro timer","customizable pomodoro timer", "online pomodoro timer", "pomodoro app", "focus app", "study app", "study tool", "focus tool", "pomodoro timer app", "pomodoro timer tool","lofi study focus", "open source project", "open source pomodoro app"
"license": "MIT",
"image": "https://cdn.discordapp.com/attachments/1025869984309719133/1082826273438580796/sdfsdffsf.png",
"url": "https://astrostation.me",
"typical age range": "15-35",


}
</script>

<!-- Control the content which renders when the page is shared on Facebook -->
<!--FACEBOOK-->
<meta property="og:title" content="Astrostation - Aesthetic Online Pomodoro Timer for Improved Productivity" >
<meta property="og:site_name" content="Astrostation">
<meta property="og:url" content="https://astrostation.me" >
<meta property="og:description" content="A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile browsers. Manage your time effectively and focus on studying, writing, or coding tasks. Try it now and experience improved productivity." >
<meta property="og:image" content="https://cdn.discordapp.com/attachments/1025869984309719133/1082826273438580796/sdfsdffsf.png" >
<!--TWITTER-->
<!-- Twitter uses some of the Open Graph declarations above plus these -->
<!-- Note the use of "name" and not "property" -->
<meta name="twitter:card" content="A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile browsers. Manage your time effectively and focus on studying, writing, or coding tasks. Try it now and experience improved productivity." >
<meta name="twitter:site" content="@Astrostationme" >
<meta name="twitter:creator" content="@MelkeyDev" >
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<!--Schema.org markup for Google-->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Astrostation",
"operatingSystem": "Windows","MacOS","Linux","Android","iOS",
"applicationCategory": "Productivity",
"applicationSubCategory": "Pomodoro Timer",
"features": "Pomodoro Timer","Lofi Music Station","Aesthetic Backgrounds","Spotify Integration", "Twitch Integration", "Sticky Note Widget", "Customization Settings"
"releaseNotes": " - Added Spotify Integration - Added Twitch Integration - Added Sticky Note Widget - Added Customization Settings - Added Lofi Music Station - Added Aesthetic Backgrounds - Added Pomodoro Timer - Now Open Source",
"screenshot": "https://cdn.discordapp.com/attachments/1025869984309719133/1082826273438580796/sdfsdffsf.png",
"abstract": "A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile. Manage your time effectively and better focus on studying, writing, or coding tasks. Try it now and experience improved productivity.",
"audience": {
"@type": "Audience",
"audienceType": "End Users"
},
"creator": {
"@type": "Individual",
"name": "MelkeyDev",
"url": "https://twitter.com/MelkeyDev"
},
"contributor": {
"@type": "Organization",
"name": "MelkeyOSS",
"url": "https://github.com/MelkeyOSS/astrostation/blob/main/contributors.yml",
"dateCreated": "2022-06-01",
},
"headline": "Astrostation - Aesthetic Online Pomodoro Timer for Improved Productivity",
"inLanguage": "en",
"isAccessibleForFree": true,
"isFamilyFriendly": true,
"license": "MIT",
"url": "https://astrostation.me",
}
</script>
<!-- Control the content which renders when the page is shared on Facebook -->
<!--FACEBOOK-->
<meta property="og:title" content="Astrostation - Aesthetic Online Pomodoro Timer for Improved Productivity" />
<meta property="og:site_name" content="Astrostation" />
<meta property="og:url" content="https://astrostation.me" />
<meta
property="og:description"
content="A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile. Manage your time effectively and better focus on studying, writing, or coding tasks. Try it now and experience improved productivity."
/>
<meta
property="og:image"
content="https://cdn.discordapp.com/attachments/1025869984309719133/1082826273438580796/sdfsdffsf.png"
/>
<!--TWITTER-->
<!-- Twitter uses some of the Open Graph declarations above plus these -->
<!-- Note the use of "name" and not "property" -->
<meta
name="twitter:card"
content="A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile. Manage your time effectively and better focus on studying, writing, or coding tasks. Try it now and experience improved productivity."
/>
<meta name="twitter:site" content="@Astrostationme" />
<meta name="twitter:creator" content="@MelkeyDev" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Loading
0